Skip to content

[VMS] "Other Events Like This" list #364

@PC98

Description

@PC98
  • Using our pagination list component and the API endpoint added in [VMS] API endpoint and request method for "Other Events Like This" #363, implement the "Other Events Like This" list that is shown at the bottom of the event details page.
  • Let's fetch first page data for this list on the client-side. We can't do it on server side without getting rid of getStaticProps and switching to getServerSideProps in pages/events/[id].tsx. Like the nearby events list, this list can also just show glimmers while the client fetches data for the first page.
  • There is also an "All Events" button at the bottom right. Clicking on it should take the user to /events with no query parameters.

Metadata

Metadata

Assignees

Labels

VMSTasks corresponding to Volunteer Management SolutionfrontendInvolving frontend development.high priorityRequires immediate attention.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions