-
-
Notifications
You must be signed in to change notification settings - Fork 26
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 Table: event_history #49
Comments
django-simple-history is the plug-in Django app |
@brdeleon this issue is not ready for backend to work on yet. Please find one that has the smiley emoji in the title. You can tell if it's ready for backend by looking at the "role: ..." tag in the issue. I see there's only one ready issue left. I'll check the board to see if more issues are ready to work on. |
This table is being removed in the new event schema design The ERD and spreadsheet is already changed to remove this table. There's no need to remove code since this one was not yet coded. We should move any unfinished tasks into new issues and close this one:
|
Closing this since there's nothing more to do. This table has be designed out because we no longer want to have a table to hold past individual event instances. Our new design will have recurrences information in the event itself. |
Overview
We need to create the event_history table so that we can update a shared data store across hackforla.org, vrms, civictechjobs, and tables (onboarding) project.
Details
A table and a model are the same thing
Action Items
Resources/Instructions
Description
A history of events
Data Fields
Copied from spreadsheet and checked off according to ERD. (unchecked items indicate a mismatch between ERD and spreadsheet, which requires a review)
In ERD only (having items here indicates a mismatch, which requires a review)
Associated Tables
Copied from spreadsheet and checked off according to ERD. (unchecked items indicate a mismatch between ERD and spreadsheet, which requires a review)
In ERD only (having items here indicates a mismatch, which requires a review)
The text was updated successfully, but these errors were encountered: