eubr-bigsea/citrus

Implement new Data Source edit option: storage

Closed this issue · 0 comments

Implement new data source edition option to allow users to change how data source is stored in Lemonade. See "T1 -Data Source Panel - Armazenamento" at https://app.moqups.com/0jye0gKj4BOUhksndOHT4snuhoXi7HY9/view/page/aef135db2

Things to pay attention:

  • How to configure route
  • How to organize source files: one for the view, one or more for the components
  • How to retrieve data from API using axios

Notice that you don't need to implement the final API call (it will instruct Lemonade to convert the format to Parquet) right now. More instructions will be added about that API call.