SciCatProject / SciCatProject/backend
expand tests for datasets fullquery
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 27
- Forks
- 37
- Avg merge
- 17h 32m
- Merged PRs (30d)
- 38
Description
ADd api tests to cover different use cases for the fullquery filters such as:
{"scientific":[{"lhs":"non_existing_key","relation":"EQUAL_TO_STRING","rhs":"non_existing_value"}]}
We should brainstorm which test to run and include in CI
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No test file or entry point is named; start by locating the datasets API tests and the fullquery filter handling. Use the supplied non-existing-key example to identify additional filter cases and decide which should run in CI. Done means the selected fullquery use cases are covered by API tests and included in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100