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

Refactor pension form files #29250

Merged
merged 16 commits into from
Apr 29, 2024
Merged

Conversation

scottsdevelopment
Copy link
Contributor

@scottsdevelopment scottsdevelopment commented Apr 17, 2024

Summary

  • Organize pension form js file
  • Reorganize fields in chapter
  • Adjust whitespace
  • Consider ongoing feedback
  • Code to build the form.md file node script/build-form-docs.js > src/applications/pensions/21p527ez/form.md

Related issue(s)

Considerations

  • How should we implement the hook?

@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 17, 2024 23:30 Inactive
@scottsdevelopment scottsdevelopment changed the title - Refactor pension form files Refactor pension form files Apr 17, 2024
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 17, 2024 23:36 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 17, 2024 23:41 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 18, 2024 16:22 Inactive
Scott Gorman added 2 commits April 22, 2024 11:56
# Conflicts:
#	src/applications/pensions/config/form.js
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 22, 2024 17:18 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 23, 2024 21:19 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 24, 2024 16:59 Inactive
@scottsdevelopment scottsdevelopment force-pushed the feature/pension-form-js-optimization-2 branch 2 times, most recently from d3ab8d2 to bc2285d Compare April 25, 2024 19:21
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 25, 2024 19:26 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 25, 2024 19:59 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to master/feature/pension-form-js-optimization-2/main April 29, 2024 16:04 Inactive
@wayne-weibel wayne-weibel marked this pull request as ready for review April 29, 2024 16:51
@wayne-weibel wayne-weibel requested a review from a team as a code owner April 29, 2024 16:51
@wayne-weibel wayne-weibel requested a review from a team as a code owner April 29, 2024 16:51
Copy link

@va-vfs-bot va-vfs-bot left a comment

Choose a reason for hiding this comment

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

Sentry call found

Sentry captures a lot of data, and we want to make sure that we only keep information that will be useful for troubleshooting issues. This means that PII should not be recorded.

What you can do

Review your call to Sentry and see if you can reasonably reduce any information that is included, or wait for a VSP review.

mode: 'cors',
}).catch(res => {
if (res instanceof Error) {
Sentry.captureException(res);

Choose a reason for hiding this comment

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

Sentry found

}).catch(res => {
if (res instanceof Error) {
Sentry.captureException(res);
Sentry.captureMessage('vets_pension_poll_client_error');

Choose a reason for hiding this comment

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

Sentry found

@wayne-weibel wayne-weibel merged commit 80c7844 into main Apr 29, 2024
80 of 81 checks passed
@wayne-weibel wayne-weibel deleted the feature/pension-form-js-optimization-2 branch April 29, 2024 19:30
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.

None yet

4 participants