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

Think about the information management problem #10

Open
3 tasks
agstephens opened this issue Apr 12, 2022 · 0 comments
Open
3 tasks

Think about the information management problem #10

agstephens opened this issue Apr 12, 2022 · 0 comments
Assignees

Comments

@agstephens
Copy link
Member

agstephens commented Apr 12, 2022

Information components:

  • vocabularies
  • regexes
  • regex rules
  • function rules
  • format checks?
  • template checks
  • groups (profiles?) of checks/rules
  • profiles made up of groups

Questions

  • What is a "rule" and what is a "check"?
    • A rule: should be used in the context: the value here must match this rule.
    • A check: relates to a function that checks anything:
      • can do multiple things in one go
      • can group things done in other check functions
      • can include things done in rules
  • How to define the difference between checks that address a single component in the file versus more ethereal checks (e.g. make sure all variables have at least a long_name)?
  • Can we make it easy to query and display all the different components?

Command-line ideas:

checksit list-profiles
checksit show-checks -t all
checksit show-checks --type=regex,func-rules
checksit show-profile amof-2.0
checksit show-profile ceda-base-checks-1.0
@agstephens agstephens self-assigned this Apr 12, 2022
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