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

FS-4446: Consistent CSV File Columns #500

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Commits on Sep 26, 2024

  1. FS-4446: Amend default column order for all funds except NSTF

    Rearranged the default order of the columns so that Score comes directly after Date submitted regardless whether there is a score entered or not. Previously Score and Score Subcriteria could be swapped depending on if the first row had been scored yet)
    suegarner committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    73e61aa View commit details
    Browse the repository at this point in the history
  2. FS-4446: Rearranged default columns for NSTF

    Changed so that the report remains in the same order regardless if applications have been scored or not
    suegarner committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b114b19 View commit details
    Browse the repository at this point in the history
  3. FS-4446: Create test to check output tracker columns

    For the OUTPUT_TRACKER report, the test checks the column order in a report of unscored applications against the column order in a report of scored applications. The scored report will have more columns so we're comparing all the columns in the unscored report against the first x columns in scored report.
    suegarner committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0297cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74e0173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5698185 View commit details
    Browse the repository at this point in the history