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

Refactored data quality pages #617

Merged
merged 7 commits into from
Oct 29, 2024

Commits on Oct 21, 2024

  1. refactor: Added data quality/download errors page

    Refactored template and added url routes and view functions to
    add the download errors page in the data quality section.
    chrisarridge committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cc8f775 View commit details
    Browse the repository at this point in the history
  2. refactor: Added data quality/xml errors page

    Refactored template, finished url route and added view function
    for the XML errors page in the data quality section.
    chrisarridge committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    dba5e95 View commit details
    Browse the repository at this point in the history
  3. refactor: Added data quality/validation page

    Refactored template, updated url route and wrote view function
    to implement the validation page in the data quality section.
    chrisarridge committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d99ba6d View commit details
    Browse the repository at this point in the history
  4. refactor: Added data quality/versions page

    Refactored template, updated url route, and wrote view function
    for the versions page in the data quality section.
    chrisarridge committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6592914 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. refactor: Added data quality/organisation XML page

    Refactored the template, completed the url route and wrote the view
    function to generate the organisation XML page wtihin the data
    quality section.
    chrisarridge committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f497ae2 View commit details
    Browse the repository at this point in the history
  2. refactor: Added data quality/duplicate activity identifier page

    Refactored template, completed url route and wrote view function for
    the duplicate activity identifier page in the data quality section
    chrisarridge committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5d55313 View commit details
    Browse the repository at this point in the history
  3. refactor: Added data quality/reporting orgs page

    Refactored template, updated url route, and wrote view function
    for the reporting orgs page in the data quality section.
    chrisarridge committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2acc92a View commit details
    Browse the repository at this point in the history