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

DT-457: Add ability to select all stories in a project #331

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

torresga
Copy link
Contributor

@torresga torresga commented Oct 21, 2024

Jira Ticket

See https://ombulabs.atlassian.net/browse/DT-457

Motivation / Context

In a Points project, stories need to be selected individually. There is no option to select all. There should be a Select All option to be able to easily perform bulk actions.

QA / Testing Instructions

  1. Go to a project with stories
  2. Check the Select All checkbox
  3. Ensure that all stories are selected and Bulk Delete button becomes enabled and shows the number of all stories selected
  4. Unselect the Select All checkbox
  5. Ensure that no stories are selected and the Bulk Delete button is disabled

Screenshots:

Screenshot 2024-10-21 at 10 07 19 AM Screenshot 2024-10-21 at 10 07 12 AM

Note:

  • app/models/user.rb was changed here because there were some linting issues standardrb wouldn’t let me commit without.
  • I also realize the CI for this is failing - I did add a PR for this change in another PR DT-459: Updates upload-artifact #332 and then cherry-picked the change in this PR to ensure CI passed.

I will abide by the code of conduct.

@torresga torresga changed the base branch from main to fix/updates-upload-artifacts-in-build-rails-current October 21, 2024 18:02
@torresga torresga force-pushed the feature/DT-457-add-select-all branch from de007bb to 5fd55b2 Compare October 21, 2024 18:17
@torresga torresga changed the base branch from fix/updates-upload-artifacts-in-build-rails-current to main October 21, 2024 18:27
@torresga torresga force-pushed the feature/DT-457-add-select-all branch from 5fd55b2 to de007bb Compare October 21, 2024 18:55
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