Simon

Results 205 comments of Simon

I'm going to start reading Hooked by Nir Eyal this weekend: ![image](https://user-images.githubusercontent.com/6057298/52794924-adac6800-3068-11e9-85e6-3942cffa1b61.png) https://www.goodreads.com/book/show/22668729-hooked The book might gives us some ideas on the steps you have described above.

I started to have a better look at the [documention for Github Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions) and manage to create a simple workflow which console log a message when a card is moved...

@iteles this first list sounds good to me! I think having the UI will also help us to determine the details of each features :+1:

# Add new Elm project to Phoenix - Make sure you have Elm installed: https://guide.elm-lang.org/install/ - Create a new elm project in the assert folder `cd assets & elm init`...

Now that we have mange to embed and Elm application with Phoenix the next step is to make the application more "usable". - [x] Can we embed a single page...

So mixing "normal" Phoenix template and a SPA Elm is a bit more tedious to implement. My first idea was to have a specific javascript file for the SPA Elm...

At the end It seems possible to create multiple outputs file with Webpack: https://webpack.js.org/concepts/output/#multiple-entry-points using the `[name]` placeholder. So we should be able to create a specific js file for...

> Hi @SimonLab, are you following a particular blog post or tutorial for getting Phoenix and Elm to work together? So yes I've been looking at https://blog.ispirata.com/get-started-with-elm-0-19-and-phoenix-1-4-291beebb350b and also checked...

A basic Elm application is now on https://github.com/dwyl/elm-pwa-example/tree/gh-pages and hosted with Github pages: https://dwyl.github.io/elm-pwa-example/ The Elm app allow a user to create a new capture. The data is saved with...

Working on this issue at the moment and I want to come back to a few points I've blocked on: - [ ] The main blocker was that I assume...