You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Update the frontend to display and link interactive HTML files retrieved from the backend. The backend now provides an htmlFiles section in the /list-folder-contents/<folder_name> API response, which includes the names and proxy URLs for the HTML files in a given folder.
Tasks:
Fetch the htmlFiles section from the backend's /list-folder-contents/<folder_name> API response.
Dynamically create and display links for each HTML file listed in the response.
Ensure that clicking on a link opens the interactive HTML file in a new browser tab.
Add a section or heading to clearly separate the HTML links from other folder contents.
Description:
Update the frontend to display and link interactive HTML files retrieved from the backend. The backend now provides an
htmlFiles
section in the/list-folder-contents/<folder_name>
API response, which includes the names and proxy URLs for the HTML files in a given folder.Tasks:
htmlFiles
section from the backend's/list-folder-contents/<folder_name>
API response.Files to Look at for More Information:
DroneWorld\backend\PythonClient\server\simulation_server.py
DroneWorld\frontend\src\components\ReportDashboard.jsx
DroneWorld\frontend\src\components\Dashboard.jsx
The text was updated successfully, but these errors were encountered: