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

Need to pull out "meta" data and remove USAS specifics #15

Open
0kl-usds opened this issue Nov 24, 2021 · 0 comments
Open

Need to pull out "meta" data and remove USAS specifics #15

0kl-usds opened this issue Nov 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@0kl-usds
Copy link
Collaborator

Some initial thoughts here:

For a given hiring action store the tables/columns and meta tables/columns that will be used to generate exports in CSV format. Also store the order of these.

assessment_hurdle_export_fields
INT order
VARCHAR column_name -- e.g. applicant_middle_name
VARCHAT type ("hurdle_meta", "applicant_meta", "code", "result", "null")

Where {assessment_hurdle,applicant}_metum are:

column_name 
value
assessment_hurdle_id
applicant_id?

This should result in an extensible "export" for various TAS solutions or individual use.

@0kl-usds 0kl-usds added the enhancement New feature or request label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant