Vuu Table UI is showing raw values instead of display value
- Dominant language
- TypeScript
- Stars
- 58
- Forks
- 47
- Avg merge
- 13h 3m
- Merged PRs (30d)
- 110
Description
## Feature Request
### Description of Problem:
Server is providing UI the raw values in rows, however we would like to display it differently
i.e. if raw data is a FIX message, tag 35 value = 0, 1, 2 etc
but on UI we would like to see 0 = Heartbeat, 1 = Test Request, 2 = Resend Request etc
### Potential Solutions:
When server is sending the columns, shall we have the map of possible values vs display values (per column), if this map is not defined, UI shall show the raw value
Contributor guide
Research direction
Start at the Vuu Table UI column and row rendering entry points, then trace how server-provided columns and raw row values reach the display. Define how per-column raw-to-display mappings are supplied and rendered, while preserving raw values when no mapping exists. Done means FIX values such as 0, 1, and 2 display their configured labels without changing unmapped values; no files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100