-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat(api): add GET route for event records #48
base: main
Are you sure you want to change the base?
feat(api): add GET route for event records #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove yarn lock from the commit history
id: number; | ||
title: string; | ||
description: string; | ||
category: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: string; | ||
category: string; | ||
date: string; | ||
participants: Participant[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it
for the user participation? do i leave in the participants field ? @Ugo-X , the event details doesn't have one for participants, so how do i factor that in |
could you hold for a while so that the create event api is done? |
alright no problem, i can wait |
Please refer to the PR above and refactor accordingly and make use of the model he provided in his PR, his tests too. |
Closes - #43