Skip to content

Add explanatory text about handling errors to Create: Table issues with FKs #472

Closed
@shmonks

Description

@shmonks

Overview

We need a way to handle errors during the creation of a table with a FK.

This issue adds text to each Create Table issue containing a FK, providing instructions on what the developer should do to clear the error and, once the FK table has been created, make sure that their comments get uncommented.

Action Items

Add links to issues

  • Go to this link: Issues tab, label: needs FK text
  • Find the FK references.
  • Find the related table issues (using issue tab, spreadsheet)
  • If the issue has a table format, we will need to add 2 extra columns for the FK designation and the issue link. See example of table issue
  • Add the links to the issues next to the FK item
  • If the issues found are all closed, then remove the label
  • Copy and paste the two templates below into the top comment

Update issue templates

Resources

Example

Data Fields

For each of the FK below if the FK table has not yet been created (i.e, the issue is still open), you will need to

  • comment out the code after you create it
  • add an action item on the open issue to uncomment the code line you commented out when that issue's table is created.
  • Provide your file and line number as a permalink under resources in that issue
  1. New fields

Templates to add

- Check to see if open issues in `FK status` below
   - [ ] If all Issues listed are closed (or there are no FKs), then skip the next 3 steps
      - [ ] comment out the code after you create it (see FK Status below for open/closed state)
      - [ ] add an action item on the open issue to uncomment the code line you commented out when that issue's table is created. 
      - [ ] Provide your file and line number as a permalink under resources in that issue
### FK status

Metadata

Metadata

Assignees

Type

No type

Projects

Status

✅Done

Relationships

None yet

Development

No branches or pull requests

Issue actions