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

16. Modify create event endpoint to accept a list of DrinkActions #32

Merged
merged 5 commits into from
Aug 19, 2024

Conversation

murtagh27
Copy link
Contributor

No description provided.

@murtagh27 murtagh27 requested review from a team, Tschonti, LeventeFarkashazi, pem00 and VarMattew and removed request for a team July 22, 2024 22:21
@Tschonti Tschonti linked an issue Jul 24, 2024 that may be closed by this pull request
apps/backend/src/drink-action/dto/drink-action.dto.ts Outdated Show resolved Hide resolved
apps/backend/src/events/dto/create-event.dto.ts Outdated Show resolved Hide resolved
apps/backend/src/events/events.service.ts Outdated Show resolved Hide resolved
@murtagh27 murtagh27 requested a review from Tschonti August 3, 2024 17:14
Copy link
Member

@Tschonti Tschonti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting there, but it doesn't work yet due to some small annoying errors. Make sure to test your solution before submitting the PR

apps/backend/src/events/dto/create-event.dto.ts Outdated Show resolved Hide resolved
apps/backend/src/events/events.service.ts Outdated Show resolved Hide resolved
apps/backend/src/events/events.service.ts Outdated Show resolved Hide resolved
Copy link

vercel bot commented Aug 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
be-alcoholic-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 19, 2024 9:27am

Copy link
Member

@Tschonti Tschonti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes, just one last change request: 😄
The automatic build failed because the drinkActions were connected to the users in another PR, and with that change, you'll have to provide a user in lines 23-26 in events.service.ts. If you update your main branch, then merge the main branch into your branch, you'll see the same error locally. Please merge main, connect the user to the new drinkAction (similar to how you connected the drink) and then this will be ready to go.

Copy link
Member

@Tschonti Tschonti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for sticking with this!

@murtagh27 murtagh27 merged commit d23a78b into main Aug 19, 2024
5 checks passed
@murtagh27 murtagh27 deleted the 16-modify-create-event-endpoint branch August 19, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify create event endpoint to accept a list of DrinkActions
2 participants