Skip to content
Snippets Groups Projects

Add guest info page

Merged Andreas Ellewsen requested to merge GREG-74-profilepage into master
All threads resolved!
12 files
+ 302
108
Compare changes
  • Side-by-side
  • Inline
Files
12
  • 2abcd299
    Add guest info page · 2abcd299
    Andreas Ellewsen authored
    - 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
@@ -21,6 +21,12 @@
"fullName": "Full name",
"mobilePhone": "Mobile phone"
},
"sponsor": {
"contactInfo": "Contact information",
"roleInfo": "Guest role- and period information",
"overviewGuest": "Guest overview"
},
"loading": "Loading...",
"termsHeader": "Terms",
"staging": "Staging",
@@ -69,7 +75,7 @@
"summaryPeriod": "Summary period",
"contactInformation": "Contact information",
"guestRole": "Guest role",
"guestPeriod":"Period",
"guestPeriod": "Period",
"guestDepartment": "Department"
},
"yourGuests": "Your guests",
Loading