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

[Minor]: Backend for Categories #440

Closed
1 of 5 tasks
Andreasgdp opened this issue Sep 3, 2022 · 0 comments
Closed
1 of 5 tasks

[Minor]: Backend for Categories #440

Andreasgdp opened this issue Sep 3, 2022 · 0 comments
Assignees

Comments

@Andreasgdp
Copy link
Member

Andreasgdp commented Sep 3, 2022

Description

Model should contain the following 2 properties:

Name - General name of category

name: string

The type of category (can have multiple e.g. spicy, appetizer ...)

type: string[]

It should also follow the design pattern.

CRUD functionality like the ones implemented for stores should be implemented as well.

UX

No response

Acceptance criteria

  • Model following structure mentioned
  • CRUD functionality like the one for stores
  • Integration testing
  • Unit testing

Comments / questions

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants