Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Événements : Voir ses invité-e-s #10

Open
3 of 6 tasks
Palingenae opened this issue Sep 11, 2023 · 0 comments
Open
3 of 6 tasks

Événements : Voir ses invité-e-s #10

Palingenae opened this issue Sep 11, 2023 · 0 comments

Comments

@Palingenae
Copy link
Collaborator

Palingenae commented Sep 11, 2023

User Story

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants