Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Implement facility booking for a period of time #7

Open
itachi1706 opened this issue Jan 27, 2021 · 1 comment
Open

Implement facility booking for a period of time #7

itachi1706 opened this issue Jan 27, 2021 · 1 comment
Assignees
Labels

Comments

@itachi1706
Copy link
Collaborator

A service that allows a user to book a facility for a period by specifying the facility name and the start and end times of the booking. On successful booking, a unique confirmation ID is returned to the client and the availability of the facility should be updated at the server. In case of incorrect user input (e.g., non-existing facility name or the facility is completely or partially unavailable during the requested period due to existing bookings), a proper error message should be returned.

@itachi1706 itachi1706 changed the title Implement book facility for a period of time Implement facility booking for a period of time Jan 27, 2021
@itachi1706 itachi1706 added the platform:server Go Server label Jan 27, 2021
@alexnjh
Copy link
Owner

alexnjh commented Jan 31, 2021

This is partially implemented in my recent update using BookingManager class however not the implementation isn't stable yet

@alexnjh alexnjh self-assigned this Jan 31, 2021
alexnjh added a commit that referenced this issue Feb 27, 2021
…ing for a period of time. Tidy up client side code to make it more readable. #7
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants