dillonkearns / elm-pages

Hybrid Elm framework with full-stack and static routes.
https://elm-pages.com
BSD 3-Clause "New" or "Revised" License
658 stars 98 forks source link

Roadmap #12

Closed supermacro closed 5 years ago

supermacro commented 5 years ago

In https://elm-pages.com/blog/introducing-elm-pages there was a "Next Steps" section that mentioned some super exciting features. In particular I think

Allow users to pass a set of HTTP requests to fetch during the build step (for making CMS or API data available statically in the build)

.. is super exciting! Very much like gatsby! Would be cool to connect to Contentful or other headless CMS!

Secondly, do you intend on publishing a prioritized roadmap?

dillonkearns commented 5 years ago

There's a lot going on here, but you can see the work in progress here if you're curious! 😄

https://github.com/dillonkearns/elm-pages/compare/static-http?expand=1

Good idea about the public roadmap, I think that would be great. I'll put that together when I get a chance to catch up on things a bit. Thanks for the suggestion!

dillonkearns commented 5 years ago

Oh, and by the way, the static-http branch is just the first step... that's to prove out the concept. But eventually I'll be working on not just being able to have data that you fetch for a given page, but being able to create pages based on that data. But this is a good first step to validate some of the design (and a nice feature, too, I hope!)

dillonkearns commented 5 years ago

Here's a roadmap for the what I've got on my todo list for the StaticHttp API 😄

https://github.com/dillonkearns/elm-pages/projects/1

dillonkearns commented 5 years ago

I'll close this issue though there's always more that can be done with sharing what's going on. I'll try to keep what I'm working on, and what my priorities are, relatively updated on Github so others can get an idea of what to expect. I also added a link to the Github projects in the readme: https://github.com/dillonkearns/elm-pages/blob/master/README.md#whats-next

Thanks again for the suggestion!

dillonkearns commented 5 years ago

I added a roadmap to keep track of the work in progress of the big picture and the little tasks, too 👍

👍

dillonkearns commented 5 years ago

I added a roadmap to keep track of the work in progress of the big picture and the little tasks, too 👍

https://github.com/dillonkearns/elm-pages/projects/2