Commit Graph

49 Commits

Author SHA1 Message Date
James Graham
c57392e83c feat: add configurable help text for relationships
Displayed at the top of relationship forms
2021-05-10 13:21:37 +01:00
James Graham
adc9021002 fix: Force new user workflow through right forms
Resolves #112
Resolves #68
2021-04-25 17:13:59 +01:00
James Graham
1de4f741b8 feat: add configurable help text to list pages
Resolves #103
2021-03-18 17:26:59 +00:00
James Graham
989c8141b3 feat: display organisations on map
Add buttons to toggle organisations and people

Resolves #87
2021-03-09 14:55:31 +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
0c92554561 fix: set page title 2021-02-08 15:40:43 +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
25a28755c6 feat: use proper datepicker widgets
Resolves #58
2021-02-01 16:50:12 +00:00
James Graham
4d4d7ab70b feat: show basic profiles to non-admins
Resolves #61
2021-01-29 14:35:15 +00:00
James Graham
6dc4bd770f feat: add consent form for data processing 2021-01-20 11:53:08 +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
e54c717ada refactor: allow custom repo to extend constance 2020-12-18 15:21:07 +00:00
James Graham
b2cd5f4940 feature: add map of all people 2020-12-16 14:54:46 +00:00
James Graham
c2961b911f feat: add initial map code from activity mapper 2020-12-15 13:21:17 +00:00
James Graham
a94db2713e fix: Only allow users to create rels as source
There is now no field for users to define the source of a relationship
The source is always the person in the URL
And only that user or staff can access the form
2020-08-14 17:38:22 +01:00
James Graham
a1f9510a8c style: Fix minor formatting issue in base template 2020-06-26 11:58:15 +01:00
James Graham
8689c1a204 style: Fix some autoformatting issues 2020-06-26 11:45:21 +01:00
James Graham
9a84f77ec4 fix: Don't insert form CSS/JS when no form 2020-06-24 13:40:02 +01:00
James Graham
62d7a1e48c fix: Set defaults if customisation app not loaded 2020-06-24 12:01:45 +01:00
James Graham
c364db4f16 fix: Add DEFAULT_FROM_EMAIL 2020-05-27 14:42:28 +01:00
James Graham
567322c0af feat: Send welcome email from template 2020-04-28 15:17:58 +01:00
James Graham
17e6255d62 feat: Add config for email sending 2020-04-21 15:02:13 +01:00
James Graham
fa07b13fbd fix: Minor changes to style of masthead image 2020-04-16 14:07:43 +01:00
James Graham
57c29bf01d refactor: Begin import of customisation app 2020-04-16 14:07:14 +01:00
James Graham
d02f865952 refactor: Move export into separate app 2020-04-01 16:00:22 +01:00
James Graham
834fb3c644 fix: Add login required on all remaining views 2020-03-30 20:52:09 +01:00
James Graham
da57108e3e refactor: Use custom CSV export view
Remove dependency on djangorestframework-csv
2020-03-27 17:00:37 +00:00
James Graham
7c75f9d7f4 feat: Add export page link to navbar 2020-03-27 14:33:22 +00:00
James Graham
74aab162e1 feat: Add export front page 2020-03-27 14:31:59 +00:00
James Graham
af77cb39f8 feat: Add CSV export of Relationships 2020-03-27 14:31:38 +00:00
James Graham
416f2fbf6c Merge branch 'master' into dev 2020-03-27 11:15:37 +00:00
James Graham
9f493a53e4 feat: Add initial CSV export of people 2020-03-27 11:15:26 +00:00
James Graham
09b7fc334b fix(network): Require login for network view 2020-03-09 12:52:29 +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
e3ef4ed90c feat(people): Add notice to fill in user details 2020-03-03 09:55:47 +00:00
James Graham
7ee7ed3ff0 fix: Add dbbackup to installed apps 2020-03-02 08:04:52 +00:00
James Graham
6d12202c8a feat: Add access controls to Person views
See #6
2020-02-27 08:16:01 +00:00
James Graham
9210636475 feat(people): Add nationality and residence fields
See #1
2020-02-25 08:38:30 +00:00
James Graham
65f46a66f1 feat(activities,people): Allow people to attend activities
resolve #13
2020-02-20 09:38:34 +00:00
James Graham
0d5d04902e feat(activities): Add read views for ActivitySeries 2020-02-19 13:34:59 +00:00
James Graham
db57d3c08f feat(activities): Add read views for Activity 2020-02-19 13:20:59 +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
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
James Graham
db9859d9af feat(activities): Add Activity models 2020-02-14 09:55:56 +00:00
James Graham
141759479b Add auth pages 2020-01-30 14:28:58 +00:00
James Graham
61a123f508 Add remaining parts of core template structure 2020-01-30 13:44:12 +00:00
James Graham
ab1762c180 Initial commit with core project structure 2020-01-30 10:31:00 +00:00