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

[Feature] Create Page to Display All Attended Sessions for a Specific Member #264

Open
11 tasks
dyzhuu opened this issue Aug 19, 2024 · 0 comments
Open
11 tasks

Comments

@dyzhuu
Copy link
Contributor

dyzhuu commented Aug 19, 2024

Description:

Develop a page that displays a list of all sessions attended by a specific member.

Acceptance Criteria:

  • Design the session listing layout with relevant details (e.g., Date, Time, Session Type).
  • Implement pagination controls if necessary.
  • Create a endpoint at GET api/bookings/[userId] for fetching user sessions
    • Appropriate validation for userId
  • Integrate with the backend API to fetch and display session data.
  • Provide navigation back to the member database or other relevant sections.

Definition of Done:

  • AC met
  • Applicable tests written
  • Applicable documentation is written in GH wiki
  • PR reviewed
  • Merged into main/feature branch

Notes / Links

@tulza tulza self-assigned this Oct 7, 2024
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