[Feature Request]: Implement the functionality to add new or edit existing bus schedule. #94
Labels
backend
Issue related to backend
BSoC'24
enhancement
New feature or request
frontend
Issue related to frontend
Is your feature request related to a problem? Please describe.
As of now, the schedule page is completely hardcoded and the admin does not have any way to add or edit the bus schedule.
Describe the solution you'd like
The following task is required to be completed to make the schedule page functional:
add new
button orqueueCard
(dashed border one).BusCards
andConductorCards
, clicking on which same modal should be open but with existing data written in the fields.Describe alternatives you've considered
No response
Developer Help
At line 25 :
setUser: user => set({ user: { ...user, role: 'admin', } }),
The text was updated successfully, but these errors were encountered: