Python Forum
Need feedback on my approach for python dashboard for Asana
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need feedback on my approach for python dashboard for Asana
#1
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:

  1. Install PyCharm and python on my Mac
  2. Study Asana API and write a simple python app to communicate with it
  3. Sign up on GitHub and put my code there, just to be safe
  4. Install Dash by Plotly
  5. Write code so that I can manually trigger any API request and show this as a graph on a dashboard
  6. Create a scheduler to trigger my code each 5 minutes.
  7. Add code for all necessary graphs, add it into the scheduler.
  8. Install python to AWS EC2
  9. Deploy my app to AWS EC2

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!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Advice needed on how to approach this problem... sawtooth500 1 247 Apr-06-2024, 01:55 PM
Last Post: snippsat
  Sound Approach for Running a Shell Command? matt_the_hall 8 3,347 Dec-14-2020, 02:52 PM
Last Post: matt_the_hall
  Approach to creating Audit table pynewbie 4 3,834 Feb-24-2020, 06:12 PM
Last Post: pynewbie
  list approach due nested order 3Pinter 6 2,821 Oct-07-2019, 01:49 PM
Last Post: 3Pinter
  Whats a good design/approach? hshivaraj 1 1,768 Sep-16-2019, 01:44 AM
Last Post: snippsat
  Recommendation after running regression (approach) danishzmalik 0 1,636 Jul-17-2018, 09:31 AM
Last Post: danishzmalik
  Which approach is better to copy a list? nexusfactor 6 4,703 Oct-15-2017, 10:45 PM
Last Post: ichabod801
  Randomise network while maintaining topology of nodes using edge-swap approach Tom1988 3 4,113 May-25-2017, 10:59 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020