tomazbracic
Hi,
in a search for my new business KPI dashboarding system I decided to build one myself. There is few interesting ones out there, but each has some things that bothers me.
The question that I have is more on how to structure the whole thing from the point of controllers, modules, etc. if I:
-
would like to have dashboard on a screen which would have like 20 - 30 squares like panels/divs/boxes where each would have its own data source. So let say something like 6x5 matric
-
as said each of them would have its own source, most probably from various databases, APIs, too.
-
I would like to have push and pull functionality. So there might be some remote script that would push data directly to my dashboards panel/div/box. As single stat value for instance.
And perhaps in phase 2 I would like to switch everything to React.js infront. There is still possibility that React would be there from the start.
So how would you start this and structure. I mean… 1 controller? many - one for each panel/div/box???
This is my main dilema/question.
I would really appreciate some good suggestions here.
Trending in Questions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











First Post!
hauleth
How about using separate app? GitHub - kittoframework/kitto: Kitto is a framework for interactive dashboards written in Elixir · GitHub