fahminlb33 / Venjix

Multipurpose IOT data collection, visualization, and forecasting tool using ASP.NET Core MVC.
MIT License
3 stars 1 forks source link

Data Report Editor #14

Open rasyidf opened 3 years ago

rasyidf commented 3 years ago

TLDR : Add feature to make flexible data logging template, header insertion.

Sometimes, Community created standarization for their open-collective data, As for example in SKYGLOW_DEFINITIONS

# Community Standard Skyglow Data Format 1.0
# Device type: IYA Lightmeter (Mark 2.3)
# --- ommited ----
# Comment: The shadow of our building falls on the lightmeter around noon  
# UTC Date & Time, Local Date & Time, Temperature, Counts
# YYYY-MM-DDTHH:mm:ss.fff;YYYY-MM-DDTHH:mm:ss.fff;Celsius;number
# END OF HEADER

It described in the header how to parse the data as written below

YYYY-MM-DDTHH:mm:ss.fff;YYYY-MM-DDTHH:mm:ss.fff;Celsius;number

It would be great if we can export data with custom formatter. that can easily be edited.

fahminlb33 commented 3 years ago

That would be a great addition to the export system. We will need an abstract templating system and also a dedicated page to export data from Venjix system and provide customizations.

If you have ideas on how to achieve this, please put it down in the discussion.