James Graham
c2961b911f
feat: add initial map code from activity mapper
2020-12-15 13:21:17 +00:00
James Graham
0288b0320d
refactor: move questions on person detail page
2020-12-02 14:57:07 +00:00
James Graham
f95e06aa18
refactor: move age and gender to question set
2020-11-26 14:10:38 +00:00
James Graham
5035b121a6
refactor: migrate to question sets for person qs
...
This means we're starting to use the same system for person questions
as for relationship questions
2020-11-26 12:59:30 +00:00
James Graham
6435ec69a1
fix: Show 'add person' button to all users
...
See #33
2020-07-03 15:48:53 +01:00
James Graham
0e4234cb35
fix: Hide person details from non-admin users
...
See #35
2020-06-25 11:38:26 +01:00
James Graham
b84076ec3b
refactor: Make Person.discipline free text
...
See #33
2020-06-24 16:29:50 +01:00
James Graham
57349a6007
fix: Add changes to detail page missing
...
See #33
2020-06-24 15:10:00 +01:00
James Graham
d6763a760e
fix: Separate date field from relationship questions
2020-04-20 13:56:06 +01:00
James Graham
19735e9771
fix: Fix network JS to use new serialized relationship format
2020-04-17 11:38:59 +01:00
James Graham
eea4342455
fix: Add heading to all pages
2020-04-02 18:35:24 +01:00
James Graham
440de19c56
feat(network): Add initial filtering to network
...
See #19
2020-03-10 10:52:20 +00:00
James Graham
512590d615
feat(network): Add style to network
...
Style nodes and edges of network
Fix layout of network not running
See #14
2020-03-09 12:43:57 +00:00
James Graham
b2fd9eeaf9
feat(people): Add network view
...
Network view shows people and relationships between them
Resolves #21
Resolves #20
Part of #14
2020-03-06 15:09:40 +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
James Graham
e3ef4ed90c
feat(people): Add notice to fill in user details
2020-03-03 09:55:47 +00:00
James Graham
7891ab72da
feat(people): Admin can define new People
...
Resolves #9
2020-02-27 13:41:53 +00:00
James Graham
39127cf972
feat(people): Add discipline and themes to Person
...
See #1
2020-02-25 11:19:46 +00:00
James Graham
d733b6db63
feat(people): Display activites and data on profile
...
See #10
2020-02-25 10:47:56 +00:00
James Graham
6d2737b1a6
feat(people): Add first user data fields
...
To support choices in CharFields, Django choices enums have been
backported by bringing in the source file from Django 3.0.3
See #1
2020-02-21 17:10:26 +00:00
James Graham
e4a50dbfa4
feat(people): Display relationship answers on detail page
...
resolve #5
2020-02-20 15:24:48 +00:00
James Graham
5a1b043862
feat(people): Allow people to describe relationships
...
Creating a relationship requires answering each of the
relationship questions
resolve #2
partial #5
2020-02-20 14:46:51 +00:00
James Graham
d57c4769ae
feat(people): Add view to create Person
...
User profile nav directs to create new Person for user
if there is not one currently associated
resolves issue #4
2020-02-19 08:17:39 +00:00
James Graham
e530ddc8ec
fix(people): Fix links in breadcrumbs
2020-02-18 15:12:08 +00:00
James Graham
e10a6c4521
feat(people): Add proper breadcrumb to people templates
2020-02-18 15:06:56 +00:00
James Graham
e8416bc779
feat(people): Add people list view
2020-02-18 15:06:56 +00:00
James Graham
4b2abd5d6c
feat(people): Add detail views for Person and Relationship
2020-02-18 15:06:48 +00:00