Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to manage shuttle booking #64

Closed
adityabisht02 opened this issue Nov 11, 2022 · 2 comments
Closed

How to manage shuttle booking #64

adityabisht02 opened this issue Nov 11, 2022 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@adityabisht02
Copy link
Owner

  1. There are multiple shuttles which will be running from campus and I need to manage booking for each of them.
  2. Do I make separate tables for every shuttle and mark attendance there or is there a better way of managing this.
@adityabisht02 adityabisht02 added help wanted Extra attention is needed question Further information is requested labels Nov 11, 2022
@udaya19
Copy link

udaya19 commented Dec 1, 2022

You can make single table named "Shuttle Services" and you can add all the information like service name, source, destination and number of seats.
You can make another table for booking and use foreign key to connect to tables "shuttle service" and "users"

@adityabisht02
Copy link
Owner Author

Sorry for replying so late. I am planning on resuming work on this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant