Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Implement Event Model in Backend with Express and Mongoose #5

Closed
5 tasks done
LeHuth opened this issue Apr 28, 2023 · 0 comments · Fixed by #10
Closed
5 tasks done

Implement Event Model in Backend with Express and Mongoose #5

LeHuth opened this issue Apr 28, 2023 · 0 comments · Fixed by #10
Assignees
Labels

Comments

@LeHuth
Copy link
Owner

LeHuth commented Apr 28, 2023

Description:

We need to implement the Event model for our ticketing app's backend using Express and Mongoose. This model will be used to store information about events, including their title, description, date, time, location, category, tags, organizer, image, and ticket information.

Tasks:

Acceptance Criteria:

  • The Event model is correctly defined with all required fields and their corresponding validations.

  • The Event model includes any necessary virtual fields, methods, or hooks for proper functionality.

  • (Unit tests cover various scenarios, including creating, updating, and deleting events, and demonstrate that the model is working as expected.)

  • The implemented code follows established coding standards and project structure.

  • Proper error handling is in place for the Event model.

  • The API documentation is updated with any changes related to the Event model.

Notes:

  • Make sure the code follows our established coding standards and project structure.

  • Ensure that any necessary error handling is in place.

  • Don't forget to update the API documentation with any changes related to the Event model.

@LeHuth LeHuth added the Backend label Apr 28, 2023
@LeHuth LeHuth added this to the Event Management milestone Apr 28, 2023
@LeHuth LeHuth self-assigned this Apr 28, 2023
@LeHuth LeHuth linked a pull request Apr 30, 2023 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant