UBCSailbot / sailbot_workspace

UBC Sailbot's monorepo
https://ubcsailbot.github.io/sailbot_workspace/main/
Apache License 2.0
4 stars 1 forks source link

Data for Researchers Implementation #294

Closed JordanChen123 closed 5 months ago

JordanChen123 commented 6 months ago

Purpose

We want to have a page which allows users to download our collected data from voyages.

Description

  1. Create a Drop down component using Accordion: https://mui.com/material-ui/react-accordion/. This is where the users will download the data.
  2. Create a container for Polaris (We were thinking of having individual containers for each article). Refer to UBCSailbot/website#61 on how to create a container.
    • Pass in three props for the image, header, and desc.

image

Resources