Change Request: Do not add new columns to views automaticalliy
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Is your feature request related to a problem? Please describe.
If you add a new column to the table that new column automatically is added to the views too. This does not make much sense as Views are a SUBset of the original table.
Describe the solution you'd like
Prefered Solution: Do not add new column to views automatically.
Optional: Add a checkbox when creating a new column that is called "add to views" so users can decide. it should be deactivated by default.
Describe alternatives you've considered
No response
Additional context
No response
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
Start by locating the flow that adds a new table column and the corresponding view-update behavior. Check how a column is created, then verify that existing views remain subsets unless the proposed “add to views” choice is enabled and defaults off.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100