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

Design Review Calendar - Mark User Confirmed #2223

Closed
7 tasks done
Tracked by #1744
RChandler234 opened this issue Mar 18, 2024 · 0 comments · Fixed by #2225
Closed
7 tasks done
Tracked by #1744

Design Review Calendar - Mark User Confirmed #2223

RChandler234 opened this issue Mar 18, 2024 · 0 comments · Fixed by #2225
Assignees

Comments

@RChandler234
Copy link
Contributor

RChandler234 commented Mar 18, 2024

Description

We want the ability for users to confirm their availability for a design review

Acceptance Criteria

  • Add an endpoint that allows a user to confirm their availability for a design review
  • It should be on the route /design-reviews/:design-review-id/confirm-schedule
  • You should ensure that the availability submitted is valid (all between 0 and 83 inclusive)
  • You should ensure that the user is actually an optional or required member on the design review (and that the design review exists/ isn't deleted)
  • Payload should include:
    - availability: Int[]
  • Add tests
  • Manually test using Postman, and include screenshots of database on prisma studio before and after calling endpoint (reach out to Sean if you have questions)

Proposed Solution

Take a look at other edit endpoints

@martin0he martin0he linked a pull request Mar 18, 2024 that will close this issue
11 tasks
martin0he added a commit that referenced this issue Mar 18, 2024
martin0he added a commit that referenced this issue Mar 18, 2024
martin0he added a commit that referenced this issue Mar 18, 2024
martin0he added a commit that referenced this issue Mar 18, 2024
martin0he added a commit that referenced this issue Mar 18, 2024
martin0he added a commit that referenced this issue Mar 18, 2024
martin0he added a commit that referenced this issue Mar 18, 2024
martin0he added a commit that referenced this issue Mar 19, 2024
martin0he added a commit that referenced this issue Mar 19, 2024
martin0he added a commit that referenced this issue Mar 19, 2024
martin0he added a commit that referenced this issue Mar 19, 2024
RChandler234 added a commit that referenced this issue Mar 19, 2024
RChandler234 added a commit that referenced this issue Mar 19, 2024
RChandler234 added a commit that referenced this issue Mar 19, 2024
…gn-review-calendar-mark-user-confirmed

#2223: Design Review mark user confirmation endpoint
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 a pull request may close this issue.

2 participants