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

Event type #47

Closed
wants to merge 4 commits into from
Closed

Conversation

DesmondSanctity
Copy link
Contributor

Pull Request Template

Summary:

Changes:

  • changes were made in the database/models/event.model.js, the event_badging/logic/saveEvent.js and the database/controllers/event.controller.js files.
  • the changes in the database are to add a new column in the event table called event_type, the changes in the saveEvent.js logic are to call the endpoint in the event controller to create an event record

Testing:

  • Create a test event badging and process it to finish to store in your test db locally.
  • Use Postman to call the getAll endpoint for the event controller to see the events in the database

Additional Notes:

None.

@DesmondSanctity DesmondSanctity marked this pull request as ready for review September 21, 2024 03:24
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 this pull request may close these issues.

create a new column for the badged events to show that it was virtual or in-person in the readme.md.
1 participant