Commits on Source (22)
-
Andreas Ellewsen authoredVerified64161ead
-
Andreas Ellewsen authored
Resolves: GREG-167
Verifiedf5d743bc -
Andreas Ellewsen authored
Resolves: GREG-193
Verified35a01a33 -
Andreas Ellewsen authored
Done to improve UX so that people that do not understand Norwegian, have a word they understand, to change the language to English with. Resolves: GREG-198
Verifiedcab1a4ad -
Andreas Ellewsen authored
Before this commit, an optional consent that was not answered was posted with the choice value set to null. This was rejected by the backend, making it impossible to not answer an optional consent. It is now possible. Resolves: GREG-187
Verified11caacd5 -
Andreas Ellewsen authored
Comments and contact person had feature flags created for their visibility some time ago, but we missed a couple of sections in the frontend. In addition, comments that were set on a role during invitation was invisible later, defeating the purpose. They are now visible if comments are enabled. Resolves: GREG-197
Verified5bc9d890 -
Andreas Ellewsen authored
Values of fields now show the current dates of the role after data has been fetched, instead of the placeholders.
Verified20dd5079 -
Andreas Ellewsen authored
Show language menu text in other language See merge request !271
2d25eee4 -
Andreas Ellewsen authored
Show number of guests in categories See merge request !268
c86432a4 -
Andreas Ellewsen authored
Mark roles expiring soon See merge request !267
94352ab2 -
Andreas Ellewsen authored
Show role comments and use feature flags See merge request !269
9b1c7689 -
Andreas Ellewsen authored
Resolves: GREG-200
Verified747f5242 -
Tore.Brede authored3c0d3227
-
Tore.Brede authored22ef39c7
-
Andreas Ellewsen authored
It turns out that different institutions have different criteria for what counts as good enough papers to verify an Norwegian National identity number. This commit makes it possible to specify different text for each language option for each instance. Resolves: GREG-199
Verified872b30b3 -
Tore.Brede authored70fae6d8
-
Tore.Brede authored9127ae63
-
Tore.Brede authored
GREG-205: Adding work e-mail in sponsor API See merge request !276
3de7290e -
Jonas Braathen authored
Add english links to frontend See merge request !273
8adce1a8 -
Jonas Braathen authored
Stop posting consents the guest did not answer See merge request !272
a0f24e4f -
Jonas Braathen authored
GREG-171: Populating gender and birthdate with suggestions based on national ID See merge request !274
28c1184f -
Jonas Braathen authored
Add instance specific verification text See merge request !277
21fe6245
Showing
- frontend/.env 2 additions, 1 deletionfrontend/.env
- frontend/public/locales/en/common.json 8 additions, 1 deletionfrontend/public/locales/en/common.json
- frontend/public/locales/nb/common.json 7 additions, 1 deletionfrontend/public/locales/nb/common.json
- frontend/public/locales/nn/common.json 8 additions, 1 deletionfrontend/public/locales/nn/common.json
- frontend/src/appConfig.ts 15 additions, 2 deletionsfrontend/src/appConfig.ts
- frontend/src/components/identityLine/index.tsx 12 additions, 1 deletionfrontend/src/components/identityLine/index.tsx
- frontend/src/components/languageselector/index.tsx 1 addition, 0 deletionsfrontend/src/components/languageselector/index.tsx
- frontend/src/interfaces/index.ts 2 additions, 0 deletionsfrontend/src/interfaces/index.ts
- frontend/src/routes/components/footer.tsx 30 additions, 6 deletionsfrontend/src/routes/components/footer.tsx
- frontend/src/routes/guest/register/index.test.tsx 75 additions, 9 deletionsfrontend/src/routes/guest/register/index.test.tsx
- frontend/src/routes/guest/register/steps/consent.tsx 6 additions, 3 deletionsfrontend/src/routes/guest/register/steps/consent.tsx
- frontend/src/routes/guest/register/steps/register.test.tsx 1 addition, 1 deletionfrontend/src/routes/guest/register/steps/register.test.tsx
- frontend/src/routes/guest/register/steps/register.tsx 27 additions, 2 deletionsfrontend/src/routes/guest/register/steps/register.tsx
- frontend/src/routes/sponsor/frontpage/index.tsx 41 additions, 30 deletionsfrontend/src/routes/sponsor/frontpage/index.tsx
- frontend/src/routes/sponsor/guest/guestRoleInfo/index.tsx 33 additions, 15 deletionsfrontend/src/routes/sponsor/guest/guestRoleInfo/index.tsx
- frontend/src/routes/sponsor/guest/newGuestRole/index.tsx 21 additions, 14 deletionsfrontend/src/routes/sponsor/guest/newGuestRole/index.tsx
- frontend/src/utils/index.test.ts 31 additions, 0 deletionsfrontend/src/utils/index.test.ts
- frontend/src/utils/index.ts 107 additions, 1 deletionfrontend/src/utils/index.ts
- greg/api/serializers/role.py 1 addition, 0 deletionsgreg/api/serializers/role.py
- greg/api/serializers/sponsor.py 1 addition, 1 deletiongreg/api/serializers/sponsor.py