Commit Graph

11 Commits

Author SHA1 Message Date
James Graham
74fffb0cac refactor: views to handled ended relationships
Add ending of organisation relationships
2021-03-19 12:41:36 +00:00
James Graham
42d95beb5a feat: add view to end relationship 2021-03-19 12:00:32 +00:00
James Graham
936a375992 feat: add relationships from person to org
Resolves #77
See #78
2021-03-02 09:03:10 +00:00
James Graham
2998a7e3fb deploy: entry for google maps api key 2020-12-16 15:35:00 +00:00
James Graham
76fcb7ceb2 fix: revert relationship link change
Fixes issue where migrations will not run on MySQL
2020-12-07 17:37:47 +00:00
James Graham
e045b084d0 refactor: extract code share between question sets 2020-12-07 14:19:00 +00:00
James Graham
91a47b4fdc refactor: move static person qs to answerset 2020-12-02 14:40:59 +00:00
James Graham
7d1aac2021 refactor: Rename Person serializers 2020-04-01 16:23:16 +01:00
James Graham
76270c4572 feat: Export relationships with answers
See #27
See #29
Resolves #25
2020-04-01 13:15:48 +01:00
James Graham
440de19c56 feat(network): Add initial filtering to network
See #19
2020-03-10 10:52:20 +00:00
James Graham
9b3b759254 refactor(people): Move relationship answers to answer set
Answers to the relationship questions have been moved from the relationship
to another model RelationshipAnswerSet.  A new answer set is created each
time a user answers the relationship questions.

Resolves #16
Resolves #17
Resolves #18
2020-03-05 15:22:28 +00:00