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

Add function to mark cards as owned #18

Closed
vlmaier opened this issue Dec 22, 2022 · 1 comment
Closed

Add function to mark cards as owned #18

vlmaier opened this issue Dec 22, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vlmaier
Copy link
Owner

vlmaier commented Dec 22, 2022

An "owned" badge should appear in the grid view when a card is marked as such.
Provide an API and form to select cards to mark as owned.

@vlmaier vlmaier self-assigned this Dec 22, 2022
@vlmaier vlmaier added the enhancement New feature or request label Dec 22, 2022
vlmaier added a commit that referenced this issue Dec 22, 2022
Keep track of your cards with new collection APIs.
- POST /v1/cards/{cardId}/collection adds a card to collection
- DELETE /v1/cards/{cardId}/collection removes a card from collection
@vlmaier
Copy link
Owner Author

vlmaier commented Dec 22, 2022

Done w/ #19

@vlmaier vlmaier closed this as completed Dec 22, 2022
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
Development

No branches or pull requests

1 participant