Skip to content

ParquetEditor - Insert row functionality #295

@MagnusEngh

Description

@MagnusEngh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions