Skip to content

Improve JSON to table generation:#31

Merged
brichards64 merged 1 commit intoToolDAQ:masterfrom
ekumachidi:ce-fix-json-to-table
Dec 9, 2024
Merged

Improve JSON to table generation:#31
brichards64 merged 1 commit intoToolDAQ:masterfrom
ekumachidi:ce-fix-json-to-table

Conversation

@ekumachidi
Copy link
Contributor

Previously the resulting was all lumped into one row with the resulting tables as columns

  • Refactor jsontotable.js to improve table creation and processing

@ekumachidi ekumachidi force-pushed the ce-fix-json-to-table branch 2 times, most recently from 774ab7d to f5247d0 Compare November 8, 2024 15:47
Previously all the data was lumped into a single table row with multiple columns.
This fix:
* Ensures that we have multiple table rows and columns with nested tables where needed
* Introduces new functionality to edit the imported data in place
* Adds functionality to export the resulting table data to json after user edits
* The save button simply alerts with the rebuilt data for now pending when we work out how the data gets saved to the db
@brichards64 brichards64 merged commit edc6c47 into ToolDAQ:master Dec 9, 2024
@ekumachidi ekumachidi deleted the ce-fix-json-to-table branch December 11, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants