NFDI4Energy / NFDI4Energy/SMECS

Bidirectional synchronization between JSON and form elements

Open
#110 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

front end long-term
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.