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

Only authenticated users should be able to reserve items #129

Open
StephenOrJames opened this issue Nov 9, 2018 · 0 comments
Open

Only authenticated users should be able to reserve items #129

StephenOrJames opened this issue Nov 9, 2018 · 0 comments
Assignees
Milestone

Comments

@StephenOrJames
Copy link
Collaborator

User Story

  • As an authenticated user, I should be able to reserve items.
  • As an anonymous user, I should not be able to reserve items.

Acceptance Tests

  • Given that I am an authenticated user,
    • I should see the option to reserve an item (if it is available)
    • I should be able to reserve an item (if it is available)
  • Given that I am an anonymous user,
    • I should not have the option to reserve an item
@StephenOrJames StephenOrJames added this to the Sprint 3 milestone Nov 9, 2018
@StephenOrJames StephenOrJames self-assigned this Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant