teragrep / cfe_18

0 stars 2 forks source link

Metadata tables for capture_definition and application #61

Closed Nefarious46 closed 3 days ago

Nefarious46 commented 6 months ago

Description Metadata tables are required for application and capture_definition in order to store optional information about application or capture_definition

Application gets child table of application_meta_data with varchar key and varchar value columns. Links application table primary key ID to application_meta_data table

Capture_definition gets child table of capture_definition_meta with varchar key and varchar value columns. Links capture_definition table primary key ID to capture_definition_meta table

Nefarious46 commented 4 months ago

Slight refactoring needs to be done for application meta linking. Application meta should be linked directly to capture to avoid generalization of captures per application.

Nefarious46 commented 3 months ago

For better debugging and data handling DELETE and GET ALL endpoints are to be still implemented.

Nefarious46 commented 3 months ago

All endpoints for capture meta data are now implemented and awaiting review.