James Graham
94b2ee9d70
feat: allow free form text answers
...
see #52
2021-01-22 17:15:18 +00:00
James Graham
6dc4bd770f
feat: add consent form for data processing
2021-01-20 11:53:08 +00:00
James Graham
2d85ab4370
feat: add location to organisations
2021-01-15 13:44:20 +00:00
James Graham
8e52f779ee
feat: add location fields to person answer sets
2020-12-15 14:23:51 +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
7e8dba4806
feat: allow multiple choice questions in forms
2020-12-07 17:01:53 +00:00
James Graham
91a47b4fdc
refactor: move static person qs to answerset
2020-12-02 14:40:59 +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
b84076ec3b
refactor: Make Person.discipline free text
...
See #33
2020-06-24 16:29:50 +01:00
James Graham
ab37139429
feat: Add date started at organisation
...
See #33
2020-06-24 15:09:23 +01:00
James Graham
26bf55b4b4
fix: Remove Person.core_member field
...
See #33
2020-06-24 13:47:12 +01:00
James Graham
0cceb604dd
fix: Fix welcome email bugs
...
Send only when new user is created
Require email address when user created
Resolves #32
2020-05-28 16:24:44 +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
James Graham
0d2f1a79b2
fix: Retrofix initial migrations with 1023 col
...
BREAKING CHANGE: Retrospectively modifies migrations
2020-02-28 15:21:43 +00:00
James Graham
512c02a198
fix: Shrink name fields to fit in indexed column
2020-02-28 15:05:47 +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
224bce9853
feat(people): Add job title and role
...
See #1
2020-02-25 09:15:25 +00:00
James Graham
5e6065951f
feat(people): Add organisation field to Person
...
See #1
2020-02-25 08:52:11 +00:00
James Graham
9210636475
feat(people): Add nationality and residence fields
...
See #1
2020-02-25 08:38:30 +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
e1df999108
feat(people): Make relationship questions / choices sortable
...
resolve #7
2020-02-20 14:43:48 +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
6b426d2b39
feat(people): Add Person and Relationship models
2020-02-14 09:55:00 +00:00
James Graham
ab1762c180
Initial commit with core project structure
2020-01-30 10:31:00 +00:00