meilisearch / meilisearch/mini-dashboard
Improve JSON document readability
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 286
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
The documents are currently displayed as raw JSON, which isn't very readable and can make it hard to test and debug.
Some areas of improvement could include:
- syntax highlighting
- improved folding/unfolding UX
- highlighting fields when searching #541
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 files, tests, or entry points are named. Start by locating the React view that renders raw JSON and checking how document search currently works; clarify which of syntax highlighting, folding/unfolding, and search-field highlighting is in scope, with completion defined by the agreed readability improvements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100