DT-457: Add ability to select all stories in a project#331
Merged
Conversation
torresga
changed the base branch from
main
to
fix/updates-upload-artifacts-in-build-rails-current
October 21, 2024 18:02
torresga
force-pushed
the
feature/DT-457-add-select-all
branch
from
October 21, 2024 18:17
de007bb to
5fd55b2
Compare
torresga
changed the base branch from
fix/updates-upload-artifacts-in-build-rails-current
to
main
October 21, 2024 18:27
torresga
force-pushed
the
feature/DT-457-add-select-all
branch
from
October 21, 2024 18:55
5fd55b2 to
de007bb
Compare
JuanVqz
force-pushed
the
feature/DT-457-add-select-all
branch
from
July 21, 2026 00:02
8ec1738 to
8df2bbf
Compare
JuanVqz
force-pushed
the
feature/DT-457-add-select-all
branch
from
July 21, 2026 18:08
8df2bbf to
d49d5bc
Compare
- Only render the Select All checkbox when the project is unlocked, matching Add a Story and the bulk-delete control (addresses the review question about the unlocked check). Add a spec that it is hidden on a locked project. - Make updateSelectAllStatus null-safe so toggling a row checkbox on a locked project (where Select All is absent) no longer throws. - Clean up the extracted updateBulkDeleteStatus indentation and file newline. - De-flake the madmin projects spec via CGI.escapeHTML (same fix as PR #333).
… selected Documents that updateBulkDeleteStatus's unlocked guard is load-bearing: story checkboxes still render on locked projects, so without the guard, selecting a story would enable Bulk Delete.
JuanVqz
force-pushed
the
feature/DT-457-add-select-all
branch
from
July 21, 2026 20:11
d49d5bc to
e959200
Compare
Give the checkboxes their own column with a bold 'Select All' header, instead of tucking the control into the right-hand actions cell where it was hard to find. Add the sixth grid track for the new column and shift the story-title filter and estimate-position helper to account for it.
Member
JuanVqz
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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
Screenshots:
Note:
app/models/user.rbwas changed here because there were some linting issues standardrb wouldn’t let me commit without.I will abide by the code of conduct.