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

reserveRooms #6

Open
2 of 3 tasks
rgcv opened this issue Oct 29, 2018 · 0 comments
Open
2 of 3 tasks

reserveRooms #6

rgcv opened this issue Oct 29, 2018 · 0 comments
Labels
helper For branding operation as a helper, not system provided operation Operation in the system

Comments

@rgcv
Copy link
Member

rgcv commented Oct 29, 2018

Input: reservs, rooms, client, arrival, departure

Effect: Makes a number of room reservations reservs, for the rooms rooms, for client client, at the same hotel, and the same arrival and departure dates (arrival and departure).

Associated Requirements:

  • For each room reservation added to Adventure Builder, the arrival date is less than the departure date. (13)
  • Room reservations for the same room must not overlap. (14)
  • For each adventure in Adventure Builder, the corresponding room reservations are at the same hotel. (24)

Related to: #14

This was referenced Oct 29, 2018
@rgcv rgcv added operation Operation in the system helper For branding operation as a helper, not system provided labels Oct 29, 2018
@rgcv rgcv closed this as completed in 14d78a4 Nov 7, 2018
@rgcv rgcv reopened this Nov 7, 2018
rgcv added a commit that referenced this issue Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
helper For branding operation as a helper, not system provided operation Operation in the system
Development

No branches or pull requests

1 participant