UBCSailbot / sailbot_workspace

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

Read Data for Researchers Voyage Description from a File #347

Open jahn18 opened 5 months ago

jahn18 commented 5 months ago

Purpose

We want to figure out a way for the voyage description be read from a file.

Description

Right now, we input a string for the entire description. Instead, we should have the description be in a file such as txt, .md, or anything. What should occur is that we parse the file into a string and input it here.

Here is where the description string is currently inputted: https://github.com/UBCSailbot/sailbot_workspace/blob/e6e184309cd61752baee65d44e54cb0a923259d0/src/website/views/components/Polaris/PolarisContainer.tsx#L28

Resources