Make Adding Additional Columns to Search Results Table More Obvious/Easy
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9.9k
- Forks
- 471
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 117
Description
In V1: you could select additional columns to display in search tables. This proved to be a handy feature. While this is possible in V2 by updating the select statement, some customers have asked for the feature back as it existed in v1.
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 does not name files or tests. Start by locating the V2 search-results table and the code that builds its select statement, then compare the V1 behavior. Done means users can add additional columns to search results through an obvious interface without manually editing the select statement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100