4e82d363bc
[REFACTOR] Use constance variables in email template and add login URL
2023-01-07 18:44:30 +00:00
7e2491be76
[FEAT] Update dependencies
...
Upgrade versions of most packages and make other required changes to ensure compatibility. Update database models and migrations to match new requirements set by Django
2023-01-05 17:49:27 +00:00
James Graham
c50bdca3eb
feat: add negative response flag to question models
2022-03-31 18:48:18 +01:00
James Graham
48cce12c32
feat: embed extra data in person csv
...
Resolves #113
2021-05-17 19:29:26 +01:00
James Graham
f37d7c77c4
fix: update exports for static answerset fields
...
Resolves #99
2021-05-17 18:26:52 +01:00
James Graham
7f01bff993
fix: sort organisations by name within groups
...
Resolves #115
2021-05-09 13:53:07 +01:00
James Graham
311a90fe09
fix: hide map on detail pages when no location set
2021-04-26 21:04:02 +01:00
James Graham
27b16c2212
feat: allow multiple nationalities
...
Resolves #108
2021-03-19 15:57:32 +00:00
James Graham
81598ea624
refactor: allow admin config of static questions
...
Text and visibility set in admin panel are now respected everywhere
2021-03-19 15:36:09 +00:00
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
98e9148998
refactor: move disciplines and orgs to free text
...
Resolves #102
2021-03-16 11:54:34 +00:00
James Graham
75bc12de57
fix: use prev answers as initial for relationships
...
Resolves #65
2021-03-10 12:38:49 +00:00
James Graham
7ce47fc0ef
fix: undo previous change
2021-03-10 10:46:32 +00:00
James Graham
b00ca4c1a2
feat: add question on external organisations
2021-03-10 10:37:42 +00:00
James Graham
af31971565
feat: add configurable help text to questions
2021-03-10 09:48:44 +00:00
James Graham
e3e8a2ada4
refactor: move themes to admin question
...
Resolves #95
2021-03-10 09:36:21 +00:00
James Graham
7d74a99518
feat: sort by country on organisation list
2021-03-09 12:24:46 +00:00
James Graham
7e9a6e992a
feat: configurable order for static questions
2021-03-08 18:20:34 +00:00
James Graham
85c13033e8
fix: account for org with no answers when get name
2021-03-08 11:56:17 +00:00
James Graham
12bc9f886f
fix: use organisation name from answer set if set
...
Resolves #90
2021-03-05 12:21:39 +00:00
James Graham
8d68e1b0c3
feat: add hardcoded organisation questions
...
Resolves #91
Resolves #88
2021-03-05 12:16:31 +00:00
James Graham
02b0132f9c
style: resolve linting complaints
2021-03-05 09:24:00 +00:00
James Graham
bf2422c6dd
refactor: move organisation models to own module
2021-03-04 12:42: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
6d5188af72
feat: add project started date to person questions
...
Resolves #60
2021-03-01 19:26:59 +00:00
James Graham
db76d57971
feat: alternate filter text and hide private
...
Resolves #53
Resolves #82
2021-03-01 19:01:57 +00:00
James Graham
71e5352b6b
refactor: move organisation latlng to answerset
2021-02-24 15:44:34 +00:00
James Graham
adf12442a4
feat: add organisation questions and admin pages
...
See #76
2021-02-24 12:08:52 +00:00
James Graham
7021f05b67
refactor: move disciplines to admin-question
...
Resolves #59
2021-02-15 15:29:47 +00:00
James Graham
0b1f303d62
fix: populate themes with prev val on person form
...
Resolves #66
2021-02-15 12:00:54 +00:00
James Graham
a24f5157cd
feat: sort people by name
...
Resolves #71
2021-02-08 15:03:06 +00:00
James Graham
a141b93644
feat: specify whether question answers are public
...
Resolves #62
2021-02-08 14:42:07 +00:00
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
f2e945c67f
fix: populate foreign key fields initial value
...
fixes #45
2021-01-18 14:45:02 +00:00
James Graham
4cfee6362d
refactor: add person update form fields to initial
2021-01-15 17:45:55 +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
2998a7e3fb
deploy: entry for google maps api key
2020-12-16 15:35:00 +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
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
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