David Long
David Long
What if all widgets became gists? Then during `mix kitto.new` the "core" widgets is just a list of widgets that get pulled in automatically? While I'm brainstorming: What if all...
I was just looking at https://github.com/zeit/hyper. I noticed that they had setup a Kanban for plugin ideas. I'm not sure how GitHub's Project boards really work, but it would be...
@mackenza also, it looks like https://github.com/zeit/hyper just uses NPM to share plugins. Unfortunately, I think Kitto won't be able to use any of the current package managers given the nature...
Had this thought from #21. When building out hooks there should be a general hook where any service can POST to `/hooks/some_hook` which will broadcast whatever the POST body as...
In building this out I would probably look to bring `POST /widgets/:id` into the hooks. Implementation. The current implementation requires the hook to post a specific format. The hook implementation...
I have a couple use cases that I'm looking to accomplish. As you can see in [cagedata/dashboard](https://github.com/cagedata/dashboard), we use Azure AD to authenticate to our dashboard app. The other is...
I'm thinking about implementing a forwarder in `Kitto.Router`. It would forward all requests to `/my_dashboard`, based on the application's name, to `MyDashboard.Router` which could implement it's own set of routes....
I'm back to working on a prototype for this. With targeting Heroku as a deployment option, I think it's necessary to be able to support authentication since Heroku doesn't offer...
Circling back and thinking about it, I think the way to build this feature out is to allow a config option to specify a custom router. Then in the `match...
Another option for building this is to code it into `kitto_new` instead of Kitto core.