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
The timesStops table takes a array of SuggestedOp as main props, but it doesn't need all the fields of the SuggestedOp. This is quite painful because the Input table indeed needs whole SuggestedOp, but not the output one.
We should simplify the timesStops table props type and use a generic type so each table (input or output) can give to the timesStops component only what it needs.
Acceptance criteria
the code is clearer and more easily maintainable
The text was updated successfully, but these errors were encountered:
Description and goal
The timesStops table takes a array of SuggestedOp as main props, but it doesn't need all the fields of the SuggestedOp. This is quite painful because the Input table indeed needs whole SuggestedOp, but not the output one.
We should simplify the timesStops table props type and use a generic type so each table (input or output) can give to the timesStops component only what it needs.
Acceptance criteria
The text was updated successfully, but these errors were encountered: