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

Create Testimony Backend Route #25

Open
mraysu opened this issue Jan 16, 2025 · 0 comments · May be fixed by #31
Open

Create Testimony Backend Route #25

mraysu opened this issue Jan 16, 2025 · 0 comments · May be fixed by #31
Assignees
Labels

Comments

@mraysu
Copy link
Collaborator

mraysu commented Jan 16, 2025

We want a document that stores data for our Testimony carousel. Each document will be rendered as a card on the carousel.

Figma
image

For your PR

Create a new Quote document. Each document requires the following fields:

  • body
  • image (string, url to image. we will add image uploading functionality later)
  • source (string, name and occupation of person who gave the quote)

Validate these fields to make sure they exist and are valid.

Create get-all, create, update, and delete routes for quotes.

For testing, show the creation of quote documents using postman.

@mraysu mraysu added the task label Jan 16, 2025
@SaazM SaazM linked a pull request Jan 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants