parse-community / parse-community/parse-dashboard
[Feature Request] isNull filter
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
-
You're running version >=1.0.23 of Parse Dashboard.
-
You're running version >=2.3.2 of Parse Server.
-
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Steps to reproduce
I've seen this issue posted before a few years ago so this may be a duplicate. I noticed that null is showing up in my database.
In the database it show null as well
_id: "eKg7Ib3Lsx"
startDate: 2021-02-14T20:52:01.761+00:00
endDate: null
_created_at: 2021-02-14T20:52:02.467+00:00
_updated_at: 2021-02-22T18:04:06.333+00:00
I think we should add an isNull filter to find these values.
Logs/Trace
Note: If you get a browser JS error please run npm run dev. This will provide source maps and a much more useful stack trace.
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
The issue names no source file or test; start by reproducing the missing null-value filtering in Parse Dashboard, using npm run dev if browser errors need source maps. Trace the existing filter controls and query handling, then confirm that an isNull filter can find records whose field value is null.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100