amczuboka / Decagon-CondoManagementSystem

Condo Management System
3 stars 3 forks source link

Booking back end #210

Closed Holyvert closed 5 months ago

Holyvert commented 5 months ago

done with @KarinaSandur Closes #78 Closes #73 Closes #69

Public user can reserve a booking if they are a owner or renter. image

Companies can look at the full schedule image

Holyvert commented 5 months ago

I have a user that has rented a condo from 2 different buildings. If the user makes a reservation for one facility in one building, the reservation will appear as well in another building's reservation tab. This is confusing because how do they know which reservation is for which building. Add BuildingID to the booking's interface to filter which booking belongs to the building to display properly in the 'Reservations" tab or make the 'Reservations' tab global and add building name to the booking component. image

fixed here ⬇️

https://github.com/amczuboka/Decagon-CondoManagementSystem/pull/210/commits/b4fce5e75bc3cbc59d4e9975680c08f859a2fbf9

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

npiperni commented 5 months ago

@Holyvert Next time remember to check for nulls and we won't get random errors LOL image