Commits on Source (6)
-
Andreas Ellewsen authoredVerifiedee42f74c
-
Andreas Ellewsen authoredVerified3bb81315
-
Andreas Ellewsen authored
Code for guest routes moved to their own folder so that we don't need multiple api calls. Serializer class for roles has been simplified with methods for validation of each field and a separate one used in invites without requiring the person field. Resolves: GREG-61
Verified701afd23 -
Andreas Ellewsen authoredVerifiedd2251868
-
Andreas Ellewsen authored
Fix script for populating db with test data See merge request !127
2f00d3e9 -
Andreas Ellewsen authored
Greg 61 role button See merge request !124
cdb2a423
Showing
- frontend/public/locales/en/common.json 13 additions, 4 deletionsfrontend/public/locales/en/common.json
- frontend/public/locales/nb/common.json 13 additions, 4 deletionsfrontend/public/locales/nb/common.json
- frontend/public/locales/nn/common.json 13 additions, 4 deletionsfrontend/public/locales/nn/common.json
- frontend/src/hooks/useOus/index.tsx 20 additions, 0 deletionsfrontend/src/hooks/useOus/index.tsx
- frontend/src/hooks/useRoleTypes/index.tsx 1 addition, 0 deletionsfrontend/src/hooks/useRoleTypes/index.tsx
- frontend/src/routes/components/sponsorInfoButtons.tsx 6 additions, 4 deletionsfrontend/src/routes/components/sponsorInfoButtons.tsx
- frontend/src/routes/sponsor/guest/guestInfo/index.tsx 27 additions, 58 deletionsfrontend/src/routes/sponsor/guest/guestInfo/index.tsx
- frontend/src/routes/sponsor/guest/guestRoleInfo/index.tsx 12 additions, 14 deletionsfrontend/src/routes/sponsor/guest/guestRoleInfo/index.tsx
- frontend/src/routes/sponsor/guest/index.tsx 73 additions, 0 deletionsfrontend/src/routes/sponsor/guest/index.tsx
- frontend/src/routes/sponsor/guest/newGuestRole/index.tsx 274 additions, 0 deletionsfrontend/src/routes/sponsor/guest/newGuestRole/index.tsx
- frontend/src/routes/sponsor/index.tsx 4 additions, 8 deletionsfrontend/src/routes/sponsor/index.tsx
- frontend/src/routes/sponsor/register/stepPersonForm.tsx 2 additions, 22 deletionsfrontend/src/routes/sponsor/register/stepPersonForm.tsx
- frontend/src/routes/sponsor/register/stepRegistration.tsx 1 addition, 1 deletionfrontend/src/routes/sponsor/register/stepRegistration.tsx
- greg/api/serializers/person.py 2 additions, 2 deletionsgreg/api/serializers/person.py
- greg/migrations/0011_role_remove_id_suffix.py 23 additions, 0 deletionsgreg/migrations/0011_role_remove_id_suffix.py
- greg/models.py 2 additions, 2 deletionsgreg/models.py
- greg/tests/api/test_person.py 10 additions, 10 deletionsgreg/tests/api/test_person.py
- greg/tests/conftest.py 2 additions, 2 deletionsgreg/tests/conftest.py
- greg/tests/models/test_person.py 4 additions, 4 deletionsgreg/tests/models/test_person.py
- greg/tests/populate_database.py 23 additions, 8 deletionsgreg/tests/populate_database.py
frontend/src/routes/sponsor/guest/index.tsx
0 → 100644