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
We have the following old ways of calculating the blast radius:
CalculateBlastRadius
UpdatePlannedChanges which internally calls CalculateBlastRadius
Once https://github.com/overmindtech/frontend/issues/1092 is complete, nothing will use the API endpoints anymore and we can remove them. We can also remove any references to ChangingItemsBookmark as this isn't used in the new process.
In API server this means we can also remove PlannedChangesStored from the database
The text was updated successfully, but these errors were encountered:
dylanratcliffe
changed the title
Remove UpdateChangingItems RPC
Remove old ways of calculating the blast radius
Feb 16, 2024
We have the following old ways of calculating the blast radius:
CalculateBlastRadius
UpdatePlannedChanges
which internally callsCalculateBlastRadius
Once https://github.com/overmindtech/frontend/issues/1092 is complete, nothing will use the API endpoints anymore and we can remove them. We can also remove any references to
ChangingItemsBookmark
as this isn't used in the new process.In API server this means we can also remove
PlannedChangesStored
from the databaseThe text was updated successfully, but these errors were encountered: