forked from UAVLab-SLU/DRV_public
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description:
The Dashboard.jsx component currently relies on local file selection and processing to display simulation data. This approach conflicts with the updated system where all data is managed remotely via backend APIs. The component needs to be refactored to eliminate local file handling and ensure it fully integrates remote data fetching.
Tasks:
- Remove all local file handling code, including:
- File input elements.
- Logic for processing local files.
- Implement remote data integration:
- Fetch and process data from backend APIs.
- Update state variables to reflect remote data structure.
- Refactor and clean up:
- Adjust functions to work with remote data.
- Remove redundant or unused code related to local storage.
- Test for functionality:
- Verify that all monitors display data correctly.
- Confirm seamless navigation and data display between
ReportDashboard.jsxandDashboard.jsx.
Files to Review:
DroneWorld\frontend\src\components\Dashboard.jsxDroneWorld\frontend\src\components\ReportDashboard.jsx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Review 1