-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Needs to be possible to add a new row to the ParquetEditor.
- Must log new entries as data_change_type "NEW".
- Must check for duplicates among id_vars to ensure that data integrity is not affected.
- Should be kept separate from existing functionality for ease of maintenance.
Example implementation:
Add row button labeled "Legg til rad" that opens up a modal.
Modal contains an input field for each column in the dataset and a field to log change_event_reason and change_event_comment, and a "Bekreft ny rad" button to commit changes.
Checks for data validity before committing the change, writing to the .jsonl log and changing data in AgGrid table. Simplest way is to trigger a new get_data() update.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request