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

Report Bulk Delete #138

Merged
merged 9 commits into from
Oct 31, 2019
Merged

Report Bulk Delete #138

merged 9 commits into from
Oct 31, 2019

Conversation

bojand
Copy link
Owner

@bojand bojand commented Oct 31, 2019

Added POST /reports/bulk_delete route that accepts list of ids to delete:

{
  "ids":[ 12, 13, 14 ] 
}

Returns the number of successfully deleted reports:

{ "deleted": 3 }

Added UX to accommodate multi-selection of reports. If 1 or more reports are selected the DELETE button is enabled. If exactly 2 reports are selected, COMPARE button is also enabled.

Addresses #127

image

@bojand bojand merged commit 76bd2ec into master Oct 31, 2019
@bojand bojand deleted the ui_multi_delete branch October 31, 2019 23:08
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

Successfully merging this pull request may close these issues.

1 participant