#๐ Uni project please help
58 messages ยท Page 1 of 1 (latest)
@wind ridge
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
sorry but
The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.
Cutting it kind of close huh?
!rule 8
8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.
this is not exam
@opal terrace was a typo personal project
i just got to know pls is the data stracture good ?
sleep is to programmers what steroids are to weight lifters
Where do you store the locations of the scooters?
Addresses or coordinates?
What is First_Maintenance and Last_Maintenance?
its for the service team that should add when they did fixing
the date of service
Its bigint tho?
Maybe need the cost from servicing so it can be totalled in Rental table, perhaps?
will it be directly connected with renatl and service team ?
The dashboard shows a "Booking" but I don't see a booking table or something that can be part of a full booking screen
maybe i just remove the booking part
One or the other. But I would expect that you would breakdown the cost of servicing/maintenance, so you know how much is spent on always fixing a breaking down scooter over a period of time.
Dashboard doesn't show who's currently logged in
i have connected the maintanace cost to total cost
the thing im worried about it the order is messed up
Where do you store the status of the scooter? E.g. values I see in the dashboard "Returned", "Charging", "Rented"
i was thinking of set it in the rental tab as status
Disconnect it. It doesn't make sense.
Also your connections doesn't make sense either. Is this supposed to show One to Many, Many to Many, One to One?
honestly i dont know becuase i was only focusing on the order of the tables
and i used an example of how to connect them with my previous
the order i was trying to make was renter pays for the scooter then the information about payment goes to the rental table in the payment id
you have renter_id and user_id. renter_id is from Renter table. Where is user_id from?
payment should go to the payment table with new payment ID
if i add this
So Rental table to Payment table is One to Many
Whats the diff between User table and Renter table?
idk man, its your project. Make it make sense.
yeah
good luck ๐ฆพ
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.