Feel free to edit this post when you finish something.
Github Project: https://github.com/frontity/frontity/projects/2
1.0 Roadmap
Let’s go!
3 Likes
I’d like to release a second Beta version with these breaking changes:
wp-source : Change .data() api to .get() .
wp-source : Move list pages to their own data entry.
mars-theme : Add TypeScript version.
core : Rename “packages” to “extensions”.
core : Check for index.js file in extensions, if client and server files don’t exist.
After that I think the rest of the changes are going to be incremental (not breaking).
@development-team let’s start logging our progress here!
I’m going to work on the “Learning Frontity” section of the docs first.
After that I’ll probably do the “packages” to “extensions” migration.
I’ve implemented featured images on mars-theme and I’m working on the guide “Understanding Mars Theme”.
1 Like
I’ll be working on mars-theme: add author pages.
1 Like
Opened PR on the author thing. I’m going to work on mars-theme: Add loading components.
1 Like
I’m going to work now in the simplification of modes and entry points.
David
27 May 2019 09:29
10
I’m working on the wp-source package. I’ve changed data by get and added a library called routeUtils with three functions: routeToParams, paramsToRoute and normalize. When the branch with these changes has been merged, I’ll update the roadmap above.
1 Like
I’m working on the html2react package.
I’ve finished refactoring everything for the new simplified modes and I’m now back to writing the “Understanding Frontity” part of the documentation.
1 Like
I released yesterday most of the “Learning Frontity” documentation and I’ll try to finish that today.
1 Like
David
4 June 2019 11:51
14
I’ve just finished the changes in source API and I’m going to start with the settings for WP sites installed in subfolders.
When the PR has been accepted I’ll update the roadmap status.
I think I’m going to do Merge state arrays instead of replace first so we can release the release candidate.
@david , would you mind working on the autoFetch feature of tiny-router first?
I think it’s better if we finish the modifications of mars-theme first and work on things that don’t affect npx frontity create like support for subfolders and front page.
David
4 June 2019 13:14
17
I have no problem with that. I’ll be then working on the autoFetch feature.
No breaking changes are planned from now on. Let’s see how many additional features we can complete for the 1.0 release
1 Like
I’m finishing html2react (writing tests and implementing some final changes to the api) and I’ll be also fixing this issue .