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

Need the ability to remove a counter #11

Open
rofrano opened this issue Sep 21, 2016 · 0 comments
Open

Need the ability to remove a counter #11

rofrano opened this issue Sep 21, 2016 · 0 comments

Comments

@rofrano
Copy link
Collaborator

rofrano commented Sep 21, 2016

As a User
I need a way to remove a counter from the list
So that it no longer shows up in the list of counters

Assumptions:

  • We can delete a counter in Redis

Acceptance Criteria:

Given that the counter `foo` exists
When I issue `GET /counters`
I should see `foo` in the list of counters
And I issue `DELETE /counters/foo`
Then the `foo` counter should be deleted
When I issue `GET /counters`
I should not see `foo` in the list of counters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant