NFDI4Energy / NFDI4Energy/SMECS
Bidirectional synchronization between JSON and form elements
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 1
- Avg merge
- 22h 24m
- Merged PRs (30d)
- 1
Description
Currently, our application supports real-time updates in one direction: changes made in the form elements are reflected in the JSON displayed in the textarea. However, to enhance the user experience, we need to implement bidirectional synchronization. This means that any changes made directly in the JSON textarea should be automatically reflected in the form elements as well.
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
The issue does not name files or tests. Start by locating the existing one-way synchronization between the form elements and the JSON textarea, then trace how edits are handled. Done means changing either the form or the JSON updates the other in real time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100