-
-
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
Epic: Audit differences between code and documented field names #432
Comments
When we get to documenting the Events tables, see the following note
|
This comment has been minimized.
This comment has been minimized.
Instructions
|
@Neecolaa will look for an epic and if there isn't one, make one
The issues may need to be redone to deal with any guidance we get from Fang re field names with "id" in them |
I think we should change that name (brigade_id to org_id) in the comment. Those are supposed to be placeholders for relationships with models that don't exist yet. The code should be in the completed model, but we can't add them yet. But we also want to close the issue as complete, so we add them as comments. These comments should only exist in models that we decided to have initially even though they depended on other models that didn't exist. So I see a couple of commented lines are probably safe to delete as well, like |
We decided the way to handle if a table creation has a FK, then add this text to the issue, and that will provide instructions on what the developer should do, to clear the error and make sure that their comments get uncommented when the FK table is created. Action ItemsAdd links to issues
Update issue templates
Resources
Example
Copy text
|
Overview
There are field names in the code that do not currently match our documentation. We need to go through the existing django models, identify the mismatches, and update the code or documentation to comply with our desired naming conventions.
Action Items
Resources/Instructions
1.01 Code locations
1.02 People Depot Resources wiki page for links
The text was updated successfully, but these errors were encountered: