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 Validation Report Function #610

Open
abhayrajde opened this issue Mar 3, 2023 · 0 comments
Open

Add Validation Report Function #610

abhayrajde opened this issue Mar 3, 2023 · 0 comments

Comments

@abhayrajde
Copy link
Contributor

abhayrajde commented Mar 3, 2023

  • Make a new route for generating the validation report in the existing architecture (for reference: https://github.com/hubmapconsortium/ccf-asct-reporter/blob/main/asctb-api/src/routes/csv.ts#L58)

  • The validation report generated should be in a specific format, firstly it should show the overview of all the tests, whether passed or failed. Secondly, if failed then complete feedback about the failed test.

  • For example:
    Test Description Test Passed?
    Is this a valid CSV File? Yes
    b
    c
    d
    Detailed feedback for "Is this a valid CSV File?"
    WARNING: xxxyyuy
    Detailed feedback for "b"
    WARNING: zzzyyyxxx

  • Make the new validation-report.function.ts here ccf-asct-reporter/asctb-api/src/functions/

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

No branches or pull requests

1 participant