Skip to content

Bug in retrieving categories - #64

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

Closed
lwasser opened this issue Sep 11, 2023 · 0 comments · Fixed by #66
Closed

Bug in retrieving categories - #64

lwasser opened this issue Sep 11, 2023 · 0 comments · Fixed by #66
Labels
bug Something isn't working enhancement New feature or request

Comments

@lwasser
Copy link
Member

lwasser commented Sep 11, 2023

There are a few small bugs that we need to clean up in how categories are processed by this tool

in this pr, you can see that categories are "cleaned up" which means that sometimes the dashes are removed so data-extraction --> data extraction . however that dash is important as it becomes a ID values that isotope uses to filter packages on our website. a space will cause issues in the html / css that makes that work.

data retrieval
    - data extraction
    - data munging
    - reproducibility

Also there is this category:
scientific software wrappers (added from here)

We could add a wrapper option to the list but ideally using easier-to-parse language. i believe this is from the python graphblas submission.

this should be easy enough to add a validator that has a dictionary looking that somehow uses text parsing element that checks the category and ensures it's 1 of X options that we allow. and cleans things up before adding it to the list of categories.

@lwasser lwasser added bug Something isn't working enhancement New feature or request labels Sep 11, 2023
@lwasser lwasser moved this to python programming in pyOpenSci Help Wanted Project Board Sep 11, 2023
@github-project-automation github-project-automation bot moved this from python programming to Dev Ops / GitHub actions or GitHub related in pyOpenSci Help Wanted Project Board Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant