-
-
Notifications
You must be signed in to change notification settings - Fork 27
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: Accomplishment #48
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
For 10/24/2024 meeting: Progress: Not started yet. |
For 10/30/2024 meeting: Progress: Not started yet. |
@drakeredwind01 Just the usual update request ahead of today's meeting. Please provide update
|
created "class Accomplishment(AbstractBaseModel)" |
finished:
need help:
|
Please provide update
|
Overview
We need to create the accomplishment 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
List of Accomplishments associated with a project
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)
Custom Validation
The project_id field can be null.
project_id
is null, theurl
field must be filledproject_id
is not null, theurl
field can still be filled if there's an alternative web page for the specific accomplishmentThe text was updated successfully, but these errors were encountered: