Commit Graph

374 Commits

Author SHA1 Message Date
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
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
85a3ac082b feat(activities): Add activity types and mediums
resolves #8 #11 #12
2020-02-19 13:15:53 +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
James Graham
026fc10999 vc: Add collected static files to .gitignore 2020-02-18 14:36:47 +00:00
James Graham
bc713a9fe7 fix: Add string representation to all models 2020-02-17 15:39:50 +00:00
James Graham
3090ecda9b vc: Add deployment key to .gitignore 2020-02-17 15:38:52 +00:00
James Graham
b7ba0d1749 style: Resolve all pep8/pylint complaints 2020-02-14 10:05:50 +00:00
James Graham
701252ee4a feat(admin): Add admin panel for all models 2020-02-14 10:02:10 +00:00
James Graham
db9859d9af feat(activities): Add Activity models 2020-02-14 09:55:56 +00:00
James Graham
6b426d2b39 feat(people): Add Person and Relationship models 2020-02-14 09:55:00 +00:00
James Graham
1dcdd57ea1 vc: Add .pyc files to gitignore 2020-02-14 09:41:07 +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