kitto icon indicating copy to clipboard operation
kitto copied to clipboard

Kitto is a framework for interactive dashboards written in Elixir

Results 12 kitto issues
Sort by recently updated
recently updated
newest added

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...

kind: enhancement
proposal

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.

kind: enhancement
proposal

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...

proposal
needs: research

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: ![selection_068](https://cloud.githubusercontent.com/assets/645514/20321601/b4c64384-ab7e-11e6-8cee-307934e9eade.png) which is visible only when the mouse is not idle and when clicked sets the dashboard to full-screen.

proposal
priority: low

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...

kind: enhancement

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...