bsoc-bitbyte / busify

A centralised bus ticket booking system that will allow the students to book tickets in advance through an online website, saving time and effort.
https://busify.vercel.app
30 stars 67 forks source link

[Feature Request]: Implement the functionality to add new or edit existing bus schedule. #94

Open Pratik2026 opened 1 week ago

Pratik2026 commented 1 week ago

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:

Describe alternatives you've considered

No response

Developer Help

Om-Thorat commented 1 week ago

Hello, I would like to work in this, I will create and style the frontend using Mui components to change ths schedule and update it in the db I'll use the already present schedule model in prisma and make necessary changes to the bus.controller.ts to alter the schedule. I'll make sure the page is responsive and the data is updated correctly and in accordance to everywhere else where the model is used.

Pratik2026 commented 1 week ago

@Om-Thorat , sure, you can start working on it.