[enh] "Add property" improvements
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Currently the "add column" button opens a dialog with a tedious form where the user has to take a lot of decision before they can add a property to the table.
We can improve this by removing the creation dialog and instead open a searchable menu where users can choose between:
- data types (such as checkbox, text field, e-mail)
- Useful auto-filled presets (such as creation date, modified date, author)
- Useful "fillable presets" (such as assignee, due date, status)
Here are a few example from our competitors
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 files, tests, or entry points. Start by tracing the current “add column” button and creation dialog in the frontend, then map the requested data types and presets into a searchable menu. Done means the dialog is replaced and users can select the described property categories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100