https://github.com/MichalLauer/shiny-confidence-intervals
https://github.com/MichalLauer/shiny-confidence-intervals
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/MichalLauer/shiny-confidence-intervals
- Owner: MichalLauer
- License: mit
- Created: 2023-07-02T07:19:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T12:19:06.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:11:10.090Z (10 months ago)
- Language: R
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - MichalLauer/shiny-confidence-intervals - (R)
README
# Deploy
Deployment is done fully through Github Actions.
# CI/CD
The Github Actions implemented in this project are definitely not optimal
nor simplistic. I tried to use techniques which I have learned in a
udemy tutorial.# TODO
- [ ] Scrollable y-axis for generated samples |--x--|
- [ ] Add new tab with the distribution of generated estimates## Finished
- [x] When there is a lot of samples, the second graph is not well formatted
on the x axis
- [x] Add X samples at once - implement new for loop???
- [x] append or create completely new?
- [x] update graphs
- [x] Fix info text bug
- [x] Implement waiter
- [x] Use docker to deploy on GCP
- [x] Create a functional docker file
- [x] Update deploy-dev action
- [x] Push to GCP