James Graham
6d5188af72
feat: add project started date to person questions
...
Resolves #60
2021-03-01 19:26:59 +00:00
James Graham
b73e2dcb2d
feat: add organisations to network view
...
See #78
2021-03-01 14:43:16 +00:00
James Graham
71e5352b6b
refactor: move organisation latlng to answerset
2021-02-24 15:44:34 +00:00
James Graham
c8a68d542a
feat: add organisation questions to update view
2021-02-24 14:59:43 +00:00
James Graham
25cc33e2c1
fix: correct title of organisation list page
...
Resolves #79
2021-02-23 11:58:12 +00:00
James Graham
9be49f4faf
fix: accept any option starting with 'other'
...
See #75
2021-02-15 19:13:14 +00:00
James Graham
a6e8f06441
feat: hide free text field unless 'other' selected
...
See #75
2021-02-15 19:02:41 +00:00
James Graham
7021f05b67
refactor: move disciplines to admin-question
...
Resolves #59
2021-02-15 15:29:47 +00:00
James Graham
8a94a46cd5
fix: replace 'hijack' with 'become' on button
2021-02-08 15:59:02 +00:00
James Graham
a141b93644
feat: specify whether question answers are public
...
Resolves #62
2021-02-08 14:42:07 +00:00
James Graham
9164ea8a05
feat: use django-hijack to switch user accounts
...
Resolves #74
2021-02-08 14:40:37 +00:00
James Graham
afae0fd943
feat: add relationship buttons on person list
...
Resolves #63
2021-02-01 15:47:51 +00:00
James Graham
4bbe4eac3a
refactor: simplify relationship create workflow
2021-02-01 09:47:53 +00:00
James Graham
4d4d7ab70b
feat: show basic profiles to non-admins
...
Resolves #61
2021-01-29 14:35:15 +00:00
James Graham
9b98ce73f0
fix: remove 'as target' relationships from profile
...
Resolves #64
2021-01-29 14:02:33 +00:00
James Graham
59f717829a
refactor: add map marker to context on update
2021-01-15 16:32:57 +00:00
James Graham
9db870bcb0
feat: add views for Organisation model
...
Location picker on update view
2021-01-15 14:58:05 +00:00
James Graham
2d85ab4370
feat: add location to organisations
2021-01-15 13:44:20 +00:00
James Graham
95fda6a3d5
refactor: prep for fallback to organisation latlng
2021-01-15 12:31:49 +00:00
James Graham
b2cd5f4940
feature: add map of all people
2020-12-16 14:54:46 +00:00
James Graham
1a27774177
feat: add location search to picker
...
Requires API key with Google Places API access
Currently untested
2020-12-16 12:09:10 +00:00
James Graham
9e6d1a495e
feat: add initial location picker to person update
2020-12-16 11:11:48 +00:00
James Graham
8e52f779ee
feat: add location fields to person answer sets
2020-12-15 14:23:51 +00:00
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