![]() |
Need feedback on my approach for python dashboard for Asana - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Need feedback on my approach for python dashboard for Asana (/thread-31119.html) |
Need feedback on my approach for python dashboard for Asana - pashtett - Nov-24-2020 I'd like to build my own simple dashboard for Asana project tracker. I imagine it having just simple charts, but I want it to be publicly available. I had little experience with python before, but I was using another laptop at that time, so I need to install the environment from scratch. I already did some research and would like to use Dash by Plotly lib for a dashboard, and I already registered in AWS. Here's the plan I'd like to take based on my research:
Do you see any tradeoffs, flaws, or important missed steps in this plan? It would be cool to know about them before I embark to this endeavour! |