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 Events Backend #13

Open
shriram-sg opened this issue May 5, 2024 · 0 comments
Open

Create Events Backend #13

shriram-sg opened this issue May 5, 2024 · 0 comments
Assignees

Comments

@shriram-sg
Copy link
Collaborator

shriram-sg commented May 5, 2024

Create Events Backend

Create a rest-api and database schema for the events feature.

For events, we want to store the following data:

  • event id
  • event name
  • event body
  • event description
  • tags: to show what kind of event it is
  • the time and date event is conducted on
  • room number
  • status: ended/upcoming. Status of the event
  • created date and time: the time this row was created
  • last modified date and time: the time this entry was last modified

We also want to eventually create a reminder functionality that'll send an email reminder to those who have registered for the event. However we can take care of that when we making the frontend for it. We can use the form apis of the corresponding form builder for it.

Express rest API with a postgres db is the final output for this issue.

Resources

Refer to the following resources:

shriram-sg added a commit that referenced this issue May 31, 2024
#13 [resolved] update for events backend
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

No branches or pull requests

2 participants