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

events CRUD #8

Open
zelkim opened this issue May 14, 2024 · 0 comments
Open

events CRUD #8

zelkim opened this issue May 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zelkim
Copy link
Collaborator

zelkim commented May 14, 2024

CRUD operations for events
events are DLSU org events. They may have the following data:

{
      name: String,
      org_id: String, // which org the event belongs to
      date: String, // date and time the event will be held
      announce: Boolean, // if the event should be publicly displayed on the website (for future use)
      id_key: String, // this is what we will use for checking the IDs in the CSV data, e.g. what field contains 121xxxxx
      data: [] // this will contain the CSV data
}
@zelkim zelkim added the enhancement New feature or request label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant