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
32 stars 70 forks source link

[Feature Request]: Create the buses tab component to add buses. #103

Open Pratik2026 opened 1 month ago

Pratik2026 commented 1 month ago

Is your feature request related to a problem? Please describe.

Initially, we were trying to add the buses and schedule them both simultaneously. This is not an efficient way. We need to implement them separately.

Describe the solution you'd like

The following tasks will be required to do:

Describe alternatives you've considered

No response

Developer Help

No response

rohansen856 commented 1 month ago

@Pratik2026 i would like to work on this issue. i will adhere to the figma design and use material ui to create the frontend part to add the buses in the admin route. also i would add functionality to add buses in the bus/bus.service.ts and also add relevant route in the bus.controller.ts.

Om-Thorat commented 1 month ago

I would like to take up this issue, I'll create the buses page and a create buses modal to allow for create update and delete. I would make sure the models go hand in hand with the schedule tab i'll also create an endpoint to recieve all the buses and implement it to make the schedule modal bus selection dynamic.

Pratik2026 commented 1 month ago

@rohansen856, I appreciate your enthusiasm for the contributions. However, the issue was originally supposed to be addressed by [#94]. After further discussion, we decided to create a separate issue, keeping the assignee the same as that issue. A lot of work had been done in that issue's PR, and the assignee informed us about the inefficiency while implementing it. Since @Om-Thorat was the assignee, I am assigning this issue to him.