mistic100 / mistic100/jQuery-QueryBuilder
Add support for naming a group
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 544
- PR merge metrics
- No merged PRs in 30d
Description
I have issued a pull request for adding a button for collapsing a group (#534) Along with that feature, I think it would be good to add a feature where a user could add a "group name" for each group if they so desired. That way they could have a point of reference for each collapsed group as to what is in it.
I'm open to do the work if it's something that may be desired by others as opposed to just my implementation needs.
Regarding how to go about exporting/importing the group name for SQL: I would think we could use inline comments before each set of parens. I'm open to discuss the best implementation for exporting/importing the sql.
When saving/loading as json/mongo, I assume we could add a groupName attribute to the export results and if it's present, import it into the group title in import cases.
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 source files or tests are named. Review the related collapsing-group pull request (#534) first, then trace the group UI and the SQL, JSON, and Mongo import/export paths; done means group names work in the interface and persist consistently across the discussed formats.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery, mongodb, sql
- Domain
- databases, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100