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

cancel room offer #43

Open
jack-kerouac opened this issue May 18, 2012 · 0 comments
Open

cancel room offer #43

jack-kerouac opened this issue May 18, 2012 · 0 comments
Labels

Comments

@jack-kerouac
Copy link
Owner

method on ResidentFacade

Residents can always cancel their RO. The semantics is that there is no longer a vacancy in the flatshare (because they found somebody somehow, or the room is no longer vacant).

preconditions:

  • user that cancels must be resident of the flatshare of the room offer

actions:

  • display warning in UI if:
    • there are ROAs in states other than WAITING FOR INVITATION
    • special warning if there are ROAs in state ACCEPTED
  • send mail to every seeker for whom a ROA exists for this RO
    • sent text is dependent on state of ROA

post conditions:

  • Room Offer is in state DELTED and cannot be found anymore

Write test for the pre- and postconditions as well as for the actions.

see https://docs.google.com/drawings/d/1V5rpsgNq0lkfucdDsvnjUf3nhhQ9u1qmP_UXgJliAq4/edit?pli=1
@Gissues:{"order":88.88888888888889,"status":"backlog"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant