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(): add rambling comments to dynamic forms files #3773

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Si3rr4wow
Copy link
Collaborator

Ticket Number

https://pins-ds.atlassian.net/browse/AAPD-

Description of change

Checklist

  • Requires infrastructure changes
  • I have updated the documentation accordingly
  • My commit history in this PR is linear
  • New features have tests
  • Breaking change (team conversation required)

Important

Please do not merge from main (please only rebase). This keeps the history linear and easier to debug.

@Si3rr4wow Si3rr4wow marked this pull request as draft August 16, 2024 15:53
@@ -1,12 +1,17 @@
{
"jest.jestCommandLine": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oops didn't mean to commit this, will remove

Comment on lines +9 to +12
// A good first step would be moving the use of getJourney into
// a single piece of middleware since it's only used in handlers.
// That way it'll be easier to clean up the use of getJourney
// once Journey itself has been refactored.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is almost done #3782

Comment on lines +5 to +6
// Having searched the codebase from "new Question" to no avail, I seem to
// recall there's some bizarre programmatic instantiation going on somewhere.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was thinking of Journeys, but that doesn't happen anymore. I think this class is just "abstract" and the other questions extend it

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