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

Gsa/production release #731

Merged
merged 4 commits into from
Jan 14, 2025
Merged

Gsa/production release #731

merged 4 commits into from
Jan 14, 2025

Conversation

felder101
Copy link
Contributor

Sprint 46 issues included:

BUG: Admin/User Profile Saved Changes are Not Displayed on Results screen #709
BUG: Insert a space between the date field of Completion date range end and Quiz type(s) on the SmartPay Training Report #705 Customizable Training Report for A/OPC #633

Sprint 46 issues included:

BUG: Admin/User Profile Saved Changes are Not Displayed on Results screen #709
BUG: Insert a space between the date field of Completion date range end and Quiz type(s) on the SmartPay Training Report #705
Customizable Training Report for A/OPC #633
@weiwang-gsa weiwang-gsa self-requested a review January 10, 2025 15:22
Copy link
Contributor

@weiwang-gsa weiwang-gsa left a comment

Choose a reason for hiding this comment

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

Just some minor changes, leave the comment in code. Please let me know if there is any questions.

setError(error)
}

isLoading.value = false
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe isLoading and showSpinner reset can be in finally block instead to ensure isLoading and showSpinner are reset even exception happending?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added reset of isLoading and showSpinner boolean values in a finally block

{value: 'Travel Training for Card/Account Holders and Approving Officials', label: 'Travel Training for Card/Account Holders and Approving Officials'},
];

const v_all_info$ = useVuelidate(validation_info, user_input)
Copy link
Contributor

Choose a reason for hiding this comment

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

useVuelidate by default probably can't handle completation_date_range date compare, maybe helpers also need to be imported to add customized date validation to handle start date greater than end date issue. Currently, if I put start date greater than end date and hit submit, it display "please ender a valid date" for end date, which is not correct, as "01/11/2022" is valid date.
image

@weiwang-gsa
Copy link
Contributor

@felder101 the finally block looks good to me, just double check if submit button disable /enable function as expected, for completion date range comparison error one, would you mind discussing with @johnbeallgsa to see if this error handling part change will go to this release or create a backlog item and arrange the fix at later sprint? If new backlog item is created and scheduled for later sprint, I can approve this PR. Please let me know, thank you!

@johnbeallgsa
Copy link

@weiwang-gsa @felder101 I made a ticket #734 for this to be fixed in a later Sprint.

@weiwang-gsa weiwang-gsa self-requested a review January 13, 2025 15:35
Copy link
Contributor

@weiwang-gsa weiwang-gsa left a comment

Choose a reason for hiding this comment

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

changes looks good to me, the date comparison issue is logged in ticket #734 for this to be fixed in a later Sprint.

@felder101 felder101 merged commit 9ca102e into main Jan 14, 2025
5 checks passed
@felder101 felder101 deleted the GSA/Production-Release branch January 14, 2025 14:44
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.

3 participants