Test different column types with default values in views
Open
Nobody has claimed this yet.
1. to develop
tests
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
From https://github.com/nextcloud/tables/pull/900
We should add test coverage for all different column types when it comes to
- How they are stored and read from the database
- How their default applies and gets filtered in the views with all possible comparisons
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
Start by reading pull request 900 and the existing test coverage for column storage, defaults, and view filtering. Add coverage for each column type, including database round trips and all stated default-value comparisons in views. Done means the new tests pass and cover the requested combinations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- databases, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100