Actions
Activity #2236
closedFeature #1768: Software Design
Feature #3754: Design and development for oracle based Data storage and management system
Module #3755: Design of database tables
Module #1958: DB configuration
Activity #2226: Setup database with tables
Create table for dashboard management
Start date:
02/27/2024
Due date:
02/27/2024
% Done:
100%
Estimated time:
Planned Due Date:
Description
Create table dashboard_status with the following fields
dashboard_status_id (PK)
dashboard_id (number)
panel_id (number)
start_datetime (timestamp)
end_datetime (timestamp)
refresh_rate (float)
unit char(1) (s, m, h, d)
last_data_fetch_datetime (timestamp)
active char(1)
Update DB design document https://docs.google.com/document/d/1sBwmCzt8VvHZlRBCAxi8HsVvRWGwPeLT/edit
Actions