Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Add content on the tasks utility tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Jan 7, 2024
1 parent 9067c1f commit c81bbf7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,20 @@ out as this will be in the notification table.

#### Tasks Table

task_mapping_issues is now an Enum instead of a table
* task_mapping_issues is now an Enum instead of a table

##### Task Annotations

TODO: not implemented yet
This table appears not to be used by TM yet.

##### Task History Table

TODO: not implemented yet
The *task_history* table is now a nested table within the tasks
table. The *id* column is no longer needed, and the *project_id* and
*task_id* are already in the tasks table. In TM the action is a
string, which in TM Admin is a proper Enum, which is used instead. The
*action_text*, *action_date* and *user_id* are all preserved in the
nested table.

##### Task Invalidation History Table

Expand All @@ -256,6 +261,11 @@ TODO: not implemented yet

TODO: not implemented yet

#### Campaigns

Currently in TM, campaigns are implemented as a primary table, and two
utility ones. These two utility tables gone in TM Admin, and replaced
by an array for each.

## Testing Changes

Expand Down

0 comments on commit c81bbf7

Please sign in to comment.