jmassaims / sbe_ctd_proc

Seabird CTD Processor
0 stars 1 forks source link

Log actions to table (CSV file) #10

Open arlowhite opened 1 month ago

arlowhite commented 1 month ago

Log to a table during the run. Output to a CSV file.

Capture all of the BOLD data in the Project_Work_Log document. Should write after every processing step.

On Approve add another row rather than updating previous rows. Duplicating information is fine, this is a simple insert-only log.

arlowhite commented 1 month ago

Maybe combine this functionality into a Reporter that also sends the App messages via Queue