odtp-org / odtp

ODTP: A tool designed to manage, run, and design digital twins.
https://odtp-org.github.io/odtp-manuals/
GNU Affero General Public License v3.0
10 stars 1 forks source link

fix(dashboard): changed names of timestamp fields for execution #180

Closed sabinem closed 3 months ago

sabinem commented 3 months ago

Adapt gui to changes in the mongodb

caviri commented 3 months ago

Hello @sabinem. This looks good to me.

createdAt and updatedAt refers to the document metadata. This means when the mongoDB has been created or updated.

While start_timestamp and end_timestamp refers to the execution starting and ending.