-
-
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: project_sponsor_partner_xref #65
Comments
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.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
@fyliu there's an action item, to add the doc-string, can you point out the section from which it is to be copied. Thanks !! |
@freaky4wrld I think it's the clarification section. |
@Neecolaa I brought up converting the boolean To add choices, we'd have to modify the code. It shouldn't need to modify the database, since it'd still be a char field. However, it's not something that could be added on the fly like |
Overview
We need to create the project_sponsor_partner_xref 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
After Merge
Resources/Instructions
Sponsor/Partner clarification
Sponsor/partner relationships stored in this table are project-dependent. They cannot be both a sponsor and a partner for the same project, so if is_sponsor is FALSE they are a project partner, if is_sponsor is TRUE they are a project sponsor.
Description
Stores the relationship between sponsors/partners and projects (Joins tables sponsor_partner and project)
Table name vs Model name
project_affiliate_xref
, but the Django model name should beAffiliation
for ease of coding.db_table
field in meta to specify the db table nameData 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: