Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danieldacosta/dashboardapp-daily-report
A dashboard web application for building your own daily report.
https://github.com/danieldacosta/dashboardapp-daily-report
dashboard flask report webapp webapplication
Last synced: about 2 months ago
JSON representation
A dashboard web application for building your own daily report.
- Host: GitHub
- URL: https://github.com/danieldacosta/dashboardapp-daily-report
- Owner: DanielDaCosta
- License: mit
- Created: 2020-04-10T21:20:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T20:04:42.000Z (6 months ago)
- Last Synced: 2024-06-27T23:10:29.829Z (6 months ago)
- Topics: dashboard, flask, report, webapp, webapplication
- Language: Python
- Homepage:
- Size: 1.42 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashboard Web Appplication
A dashboard app example for building your own daily report. This webapp displays graphs for visual analysis and also a section with the most important informations of the daily report.
You can change the layout as you wish, the goal of this repository is to give you a starting point when building your daily report.
You can check the web app here:
https://dashboard-report-daily.herokuapp.com
## Usage
This is an open-source project, any feedback, improvement ideas, and contributors are welcome.
The data used to generate the results doesn't represent the reality.
- wranglings_scripts: Contains the data manipulations scripts used for analysis.
- dashboardapp: Flask App## Installation
**Dependencies**
- Flask v1.1.2
- Jinja2 v2.11.1
- Pandas 1.0.3
- plotly v4.6.0```
pip install -r requirements.txt
```## Development
All contributors of all levels are welcome to help in any possible away.
**Souce Code**
```
https://github.com/DanielDaCosta/people-count-dashboard.git
```**TO DO**
The webapp is still on its early days and there are improvements to make. If you want to contribute to the project, you can start by addressing one of the items below:
- [ ] Add Dropdown-menu check box, to filter the results by Neighborhoods
- [ ] Add Dropdown-menu check box, to filter the results by date.
- [ ] Improve Layout# Acknowledgements
- The webapp was deployed using [Heroku](https://dashboard.heroku.com).