As a developer I'd like the server to support calculated columns, as specified by a user
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 58
- Forks
- 47
- Avg merge
- 13h 3m
- Merged PRs (30d)
- 110
Description
example of this might be: remainingNotional USD field.
You could define this in code as (price * remaining quantity) / fxToUsd
Contributor guide
Research direction
The issue names the server but no files, tests, or entry point. Start by locating the server's view and column-definition handling, then trace how user expressions could be evaluated; done means a user-defined calculation such as (price * remaining quantity) / fxToUsd is supported and tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100