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

[B5] Exports: list and download pages #35161

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Conversation

orangejenny
Copy link
Contributor

Product Description

User-facing changes are minimal.

Before After
Screenshot 2024-10-01 at 5 11 55 PM Screenshot 2024-10-01 at 5 14 05 PM
Screenshot 2024-10-01 at 5 12 32 PM Screenshot 2024-10-01 at 5 13 57 PM
Screenshot 2024-10-01 at 5 12 43 PM Screenshot 2024-10-01 at 5 14 56 PM
Screenshot 2024-10-01 at 5 12 54 PM Screenshot 2024-10-01 at 5 14 32 PM

Safety Assurance

Safety story

UI-level changes. Requesting QA.

Automated test coverage

Not much. There are some exports js tests.

QA Plan

Will request QA

Rollback instructions

  • This PR can be reverted after deploy with no further considerations

Labels & Review

  • Risk label is set correctly
  • The set of people pinged as reviewers is appropriate for the level of risk of the change

@orangejenny orangejenny added awaiting QA QA in progress. Do not merge product/all-users-all-environments Change impacts all users on all environments labels Oct 1, 2024
Copy link
Contributor

@AmitPhulera AmitPhulera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes looked good and made sense based on screenshots provided in the description. Should be good to go once QA is done.

@@ -10,6 +10,8 @@ $container-max-widths: (
xxl: 1160px
);

// Spacing override
$enable-negative-margins: true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what impact will it have 😅

@@ -257,7 +257,7 @@ <h4 class="modal-title">
class="btn btn-outline-primary btn-sm"
data-bind="visible: emailedExport.canUpdateData,
attr: {
'data-target': '#modalRefreshExportConfirm-' + id() + '-' + emailedExport.groupId()
'data-bs-target': '#modalRefreshExportConfirm-' + id() + '-' + emailedExport.groupId()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change is flagged by the migration tool?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting QA QA in progress. Do not merge product/all-users-all-environments Change impacts all users on all environments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants