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

Mailbox: Add a collect-all button #22

Open
jakmeier opened this issue Jun 7, 2020 · 0 comments
Open

Mailbox: Add a collect-all button #22

jakmeier opened this issue Jun 7, 2020 · 0 comments
Labels
feature Game feature to be implemented frontend Concerns the WASM frontend found in paddler-frontend good first issue Good for newcomers
Milestone

Comments

@jakmeier
Copy link
Owner

jakmeier commented Jun 7, 2020

Description

Add a button to the rewards view that collects all available rewards at once, instead of going though them one-by-one.

Implementation

The API structure already allows to collect multiple reports at once. To avoid changes in the backend, we should just reuse the same API call with an explicit list of report ids.

The button should be somewhere on the Mailbox view and maybe also linked to a hotkey binding but this is completely up to the implementer.

@jakmeier jakmeier added good first issue Good for newcomers frontend Concerns the WASM frontend found in paddler-frontend feature Game feature to be implemented labels Jun 7, 2020
@jakmeier jakmeier modified the milestones: 0.2.1, 1.0 Jan 1, 2021
@jakmeier jakmeier modified the milestones: 1.0, 0.2.2 Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Game feature to be implemented frontend Concerns the WASM frontend found in paddler-frontend good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant