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
Order attribute for form table is not needed, can instead order by startDate, endDate, etc. based on the specific scenario. This will remove the need to do upkeep on the order attribute as well as any errors that may cause.
TODO
DB change
refactor code to accomodate
handlers + schemas not requiring/using order
composables/pages order logic replaced with scenario-specific ordering
Description
Order attribute for form table is not needed, can instead order by startDate, endDate, etc. based on the specific scenario. This will remove the need to do upkeep on the order attribute as well as any errors that may cause.
TODO