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

Add additional comments to the summary page #28

Merged
merged 4 commits into from
May 20, 2024

Commits on May 17, 2024

  1. Bring in UswdsFormBuilder

    This class was written for another Nava project, and can be useful for
    us to build off in order to produce USWDS form styling. In order to get
    the tests running, I had to bring in Capybara, which seems okay since we
    will probably want to use it soon for integration testing anyway.
    tdooner committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3d1adf3 View commit details
    Browse the repository at this point in the history
  2. Add comments field to "summary" page

    * Adds a form field to the "summary" page that prompts the user if they
      had any other information that would affect the income figures
    * The data is stored in a new column on `CbvFlow` model:
      `additional_information`
    * Move the "Download PDF" and "Send to Caseworker" buttons to a new
      page called "share" (since, when submitting a form, the user will need
      a different page to land on).
    * Unrelatedly, change some i18n strings to use relative paths rather
      than absolute paths.
    tdooner committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b249ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e34ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b81e778 View commit details
    Browse the repository at this point in the history