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
As an authentified User who is event organizer,
I want to be able to see my guests to my event
Technical Tasks
UI Component: Design and implement a user interface component, such as a "Guest List" section, where event organizers can view the list of guests attending their event.
Backend for Guest Retrieval: Develop backend functionality to retrieve and provide a list of guests for the specific event to the user interface. Make sure to include relevant information like name, attendance status (going, maybe, declined).
Database Schema: Design or modify the database schema to support the storage of guest lists, including information about the guest, the event they are attending, and their attendance status.
Authentication and Authorization: Ensure that only the authenticated users who are organizers of the specific event can access and view their guest list.
Event-Specific Access: Implement logic to ensure the guest list displayed corresponds to the specific event selected by the organizer.
(- Sorting and pagination for larger guest lists: Implement pagination for larger guest lists and provide options for sorting the list based on various criteria like name, attendance status ) optional
-Error Handling: Implement error handling to address issues with retrieving guest data from the backend or displaying it on the frontend.
Acceptance Criteria:
Access to Guest List: Authenticated event organizers should have access to a "Guest List" section or page for their specific event.
List Display: The guest list should be displayed clearly, showing relevant details about each guest, including name, attendance status.
Authentication and Authorization: Only authenticated users who are organizers of the specific event should be able to access and view the guest list.
Event-Specific Display: The guest list should pertain to the specific event selected by the organizer. Switching to another event should update the guest list displayed.
(-Pagination and Sorting: For larger guest lists, users should be able to navigate through multiple pages and sort the list based on various criteria.) optional
Data Accuracy: Guest data should be displayed accurately and should be up-to-date.
Error Handling and Feedback: Handle any errors gracefully that may occur during the guest list retrieval or display, providing clear error messages to the user if needed.
The text was updated successfully, but these errors were encountered:
User Story
As an authentified User who is event organizer,
I want to be able to see my guests to my event
Technical Tasks
(- Sorting and pagination for larger guest lists: Implement pagination for larger guest lists and provide options for sorting the list based on various criteria like name, attendance status ) optional
-Error Handling: Implement error handling to address issues with retrieving guest data from the backend or displaying it on the frontend.
Acceptance Criteria:
(-Pagination and Sorting: For larger guest lists, users should be able to navigate through multiple pages and sort the list based on various criteria.) optional
The text was updated successfully, but these errors were encountered: