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 #12

Open
jjrofrano opened this issue Feb 11, 2024 · 0 comments
Open

Need the ability to remove a counter #12

jjrofrano opened this issue Feb 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jjrofrano
Copy link

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

Details & Assumptions

  • We can delete a counter in Redis

Acceptance Criteria

Given that the counter `foo` exists
When I issue `GET /counters`
Then I should see `foo` in the list of counters

When I issue `DELETE /counters/foo`
Then the `foo` counter should be deleted

When I issue `GET /counters`
Then I should not see `foo` in the list of counters
@jjrofrano jjrofrano added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant