microsoft / microsoft/AzureStorageExplorer
Feature request - allow queries to be build by dragging column headers/cells
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
It would be a convenience if a query could be constructed just by dragging a column header or cell from the query result table to the query specifier. For example, dragging the "Timestamp" row header to the "add new clause" control might automatically add a clause where the field is set to "Timestamp". Dragging a cell might create a clause where the field is set to the column header and the value is set to the cell contents.
Contributor guide
No contributing guide indexed for this repository
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 query result table and query specifier, especially the “add new clause” control described in the issue. Trace how column headers, cells, fields, and values are represented, then determine how dragging a header or cell should create a clause. Done means both described drag interactions construct the expected query clauses.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100