@stephpenn1
1. Create a GitHub Action we can trigger
Homework beforehand: review general structure of Actions yaml files and specifically
https://docs.github.com/en/actions/get-started/understand-github-actions
2. Have the Action run an R script
Homework beforehand: how does Abby do it? How do we do it for the sensor data pipeline?
2. Have the Action script commit and push test changes
3. Have the Action script download dropbox data
Token token token
4. Implement preprocessing
Need to look at what the app currently does
5. Change our action to auto-run
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onschedule
6. Have Shiny app read in preprocessed data
This will break a lot of things
6. When good, remove unneeded code and dependencies from Shiny app
@stephpenn1
1. Create a GitHub Action we can trigger
Homework beforehand: review general structure of Actions yaml files and specifically
https://docs.github.com/en/actions/get-started/understand-github-actions
2. Have the Action run an R script
Homework beforehand: how does Abby do it? How do we do it for the sensor data pipeline?
2. Have the Action script commit and push test changes
3. Have the Action script download dropbox data
Token token token
4. Implement preprocessing
Need to look at what the app currently does
5. Change our action to auto-run
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onschedule
6. Have Shiny app read in preprocessed data
This will break a lot of things
6. When good, remove unneeded code and dependencies from Shiny app