milesressler / mosaic-oms

MIT License
1 stars 1 forks source link

Remove Begin Filling button #16

Open milesressler opened 4 weeks ago

milesressler commented 4 weeks ago

Not necessary, automatically show "filling" state upon assignee = current user

milesressler commented 2 weeks ago

This is currently done by navigating from https://mosaic.miles-smiles.us/dashboard/filler/order/11 to https://mosaic.miles-smiles.us/dashboard/filler/fill/11 upon clicking. instead, we can remove the */fill/* route and component, and move the current "filling" component into the */filler/order/* component. I think this may require removing the outlet. i know it sounds overly complicated now, but I think there was a legitmate reason i did it this way originally