You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add reporting categories to items and populate from base items (both current items and new items)
Why?
Step 2 of simplification of reporting categories
Blocked by:
5008
Details
We need to:
create the same reporting categories from issue 5008 on the items,
ensure banks' new items' reporting categories are populated from the base items, and new items created from base items have their reporting categories populated
populate the current items reporting categories from their base items
Criteria for completion
migrations to achieve the above
The text was updated successfully, but these errors were encountered:
@cielf I notice that the items table already has a category column, but at a glance it doesn't seem to be used. And at least in development after a fresh seed it is empty for all the items. is this column needed? I won't touch it for this PR, but maybe it could be removed.
It still has content in prod data -- but not since 2019. It'll need some inspection, and maybe a migration to make sure they are linked to appropriate ItemCategories. Adding it to the queue.
Summary
Add reporting categories to items and populate from base items (both current items and new items)
Why?
Step 2 of simplification of reporting categories
Blocked by:
5008
Details
We need to:
Criteria for completion
The text was updated successfully, but these errors were encountered: