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

Back-end: PUT Program #49

Open
2 tasks
adriannaliu opened this issue Jul 26, 2022 · 0 comments
Open
2 tasks

Back-end: PUT Program #49

adriannaliu opened this issue Jul 26, 2022 · 0 comments
Assignees

Comments

@adriannaliu
Copy link
Contributor

adriannaliu commented Jul 26, 2022

Purpose

We are adding an Admin view of the page so that the partners/leaders of OSL can make edits to the Programs page themselves.

Description

Create a new PUT endpoint to allow admins to edit an already existing program event.

  • PUT endpoint for /programs/{id}

Events should have

  • title: string
  • content: string
  • createdAt: DateTime
  • link: string
  • eventStart: DateTime
  • eventEnd: DateTime

Acceptance Criteria

  • Unit Tests using Jest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

3 participants