An open API service indexing awesome lists of open source software.

https://github.com/adamspannbauer/ts_shiny_demo


https://github.com/adamspannbauer/ts_shiny_demo

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# ts_shiny

Data originally from [this Kaggle dataset](https://www.kaggle.com/pearlveera/weekly-sku-level-product-sales-transactions).

### TODO:

* [x] Get the project on your git profile/machine
* [x] Shiny stuff
* [x] Add a drop down list for users to select which store
* [x] Add a drop down list for users to select which product
* [x] Create a plot of the selected time series
* [x] Add a date range selection to filter time series
* [ ] Do something fancy
* See: http://shinyapps.dreamrs.fr/shinyWidgets/
* See: `plotly` package
* See: imagination
* Look into other options besides our plain `fluidPage` for the UI
* `navbarPage()`
* `sidebarLayout()`
* Look into putting all your input widgets into an `inputPanel()`
* Show revenue by week instead of units
* maybe give user option of what to plot
* Deploy your app to be on the internet!!! 😱😱😱
* https://shiny.rstudio.com/articles/shinyapps.html
* [x] Push your changes up to GitHub
* [ ] You just made a mini porfolio project, make it's homepage (this README file) look nice and approachable.
* [ ] Add a screenshot or gif to the README
* [ ] Add a little summary of what it does
* [ ] Add whatever you'd like!