hashmapinc / hashmapinc/Heirloom
as a user, I'd like to input key-value pairs instead of JSON when adding a transaction
Open
good first issue
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, transactions are entered as freeform text that are expected to be JSON-compliant.
It would be better if transaction payloads were built in the UI the same way that AWS handles adding tags: a measure type text field followed by a measure value field with a simple "+" button to add more key-value pairs.
The submit call to the POST endpoint should then construct JSON from the user input.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.