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
Through discussion in #2590, we have decided that the status columns on the designated timeline tables are redundant & can be removed. The "state" of an operation or facility can be derived in other ways & this gives the designated timeline tables a single responsibility.
Development Checklist:
Remove status column from operation_designated_operator_timeline model
Remove status column from facility_designated_operation_timeline model
Remove references in other places that set these columns / in tests
The text was updated successfully, but these errors were encountered:
blocking #1362
Description of the Tech Debt
Through discussion in #2590, we have decided that the status columns on the designated timeline tables are redundant & can be removed. The "state" of an operation or facility can be derived in other ways & this gives the designated timeline tables a single responsibility.
Development Checklist:
operation_designated_operator_timeline
modelfacility_designated_operation_timeline
modelThe text was updated successfully, but these errors were encountered: