You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
An invitee needs to have the ability to add up to 5 other invitees that they would like to sit next to. What we need is:
an endpoint to get a list of possible invitees. This list needs two things
the attributes: first_name, last_name
for the id, we need to hash it with a unique key on the backend so that one invitee cannot use the id of another invitee to change their response details
an endpoint to set the list of people an invitee wants to sit with
include the list of people in the individual invitee endpoint info
The text was updated successfully, but these errors were encountered:
An invitee needs to have the ability to add up to 5 other invitees that they would like to sit next to. What we need is:
first_name
,last_name
The text was updated successfully, but these errors were encountered: