kitto
kitto copied to clipboard
Kitto is a framework for interactive dashboards written in Elixir
Some things are deprecated, and should be updated I guess. Such an awesome project, should be kept alive. ### Environment * Kitto version: 0.9.1 * Elixir / Hex version (mix...
Feature request for the ability to schedule jobs in a cron style schedule. ## Example Use Case Schedule to post a message in a Text widget every day: ``` job...
As the CLI is built out more, to lower the barrier of entry, when running `mix kitto.new` the application should get compiled to make all mix tasks immediately available.
Building a package manager to install widgets and jobs would help the process of building a dashboard and get people from idea to app even faster. The idea is to...
Partials can allow code reuse in templates and they should be supported. Ideally content_for blocks have to be supported to the allow setting for example the page `title` for each...
I'm thinking of a button like:  which is visible only when the mouse is not idle and when clicked sets the dashboard to full-screen.
It would be really nice to have a way to add more routes to dashboard, for example to add authentication to the dashboard. Similar to how Dashing had the config.ru...
I was speaking with @davejlong on Gitter and we chatted about a suggestion I had that we add an "Updated At" line to the bottom of each core widget. The...
Moving from the text widget changes I did, I am going to focus on Graph now. These are some thoughts and I am looking for feedback from the community: `value`...
To build on Kitto's widget manager, we should add as many widgets/jobs as possible from [Dashing's widget list](https://github.com/Shopify/dashing/wiki/Additional-Widgets) to Kitto. The Kitto registry of widgets and jobs can be found...