HydrologicEngineeringCenter / HydrologicEngineeringCenter/ExpressionsUI
Context dependent function tree with expressions editor
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I'd like the expressions editor UI to only show functions relevant for the type returned by the node highlighted by the cursor, so if I wanted to add something around it, it would show me what works with that type.
If you have a cursor on a date (function or variable) it should show functions that work on dates.
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 at the expressions editor UI and trace how the function tree is populated and how the cursor's highlighted node is represented. Determine how the highlighted node's returned type can select relevant functions, including date values. Done means the tree updates to show functions compatible with the selected expression type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100