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

Storage of obfuscation rules contained in tool #35 #20

Open
djtfmartin opened this issue Sep 18, 2023 · 2 comments
Open

Storage of obfuscation rules contained in tool #35 #20

djtfmartin opened this issue Sep 18, 2023 · 2 comments
Assignees

Comments

@djtfmartin
Copy link
Member

Obfuscation rules contained in tool e.g. the degree of obfuscation 10km, 2 decimal places, withheld etc to be used by the SDS

@djtfmartin djtfmartin self-assigned this Sep 18, 2023
@djtfmartin
Copy link
Member Author

Related to #57

@adam-collins
Copy link
Contributor

These are currently applied at the speciesListItem level as additional columns. I would like the addition of validation.

When

  • User creates list with isSDS=true and isAuthoritative=true
  • User modifies list to isSDS=true and isAuthoritative=true
  • User modifies item of list with isSDS=true and isAuthoritative=true
  • User adds item to list with isSDS=true and isAuthoritative=true
  • User re-uploads list that is isSDS=true and isAuthoritative=true
  • User removes a column of list with isSDS=true and isAuthoritative=true (might be invalid event)

Validation occurs

  • Test column generalisation exists and contains valid values. See SDS but expect it to be; not empty, withheld or [0-9]+\s?km
  • Test column category exists and contains valid values. See SDS but expect it to be; not empty.

Result

  • User is presented with the appropriate message that creation/update failed.

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

2 participants