Add guest info page
- Expanded output from guest info api endpoint - Share guest info between both routes under /sponsor of the frontend. - More localised text options added for use on the sponsor pages - Details button on the sponsor overview page now points to the guest info page for each person. Resolves: GREG-74
parent
ba22c5a6
No related branches found
No related tags found
This commit is part of merge request !110. Comments created here will be created in the context of that merge request.
Showing
- frontend/public/locales/en/common.json 7 additions, 1 deletionfrontend/public/locales/en/common.json
- frontend/public/locales/nb/common.json 6 additions, 1 deletionfrontend/public/locales/nb/common.json
- frontend/public/locales/nn/common.json 5 additions, 0 deletionsfrontend/public/locales/nn/common.json
- frontend/src/interfaces/index.ts 30 additions, 0 deletionsfrontend/src/interfaces/index.ts
- frontend/src/routes/invitelink/index.tsx 4 additions, 4 deletionsfrontend/src/routes/invitelink/index.tsx
- frontend/src/routes/sponsor/frontpage/index.tsx 44 additions, 76 deletionsfrontend/src/routes/sponsor/frontpage/index.tsx
- frontend/src/routes/sponsor/guestInfo/index.tsx 137 additions, 6 deletionsfrontend/src/routes/sponsor/guestInfo/index.tsx
- frontend/src/routes/sponsor/index.tsx 41 additions, 4 deletionsfrontend/src/routes/sponsor/index.tsx
- greg/models.py 7 additions, 0 deletionsgreg/models.py
- gregsite/settings/dev.py 2 additions, 0 deletionsgregsite/settings/dev.py
- gregui/api/views/userinfo.py 11 additions, 16 deletionsgregui/api/views/userinfo.py
- gregui/views.py 8 additions, 0 deletionsgregui/views.py
frontend/src/interfaces/index.ts
0 → 100644
Please register or sign in to comment