Long term? I would love this to be my job :-)
Short term, I would really like to release the MVP by the end of this year.
That means to include everything that is in the current road map (https://github.com/Weapsy/Weapsy/wiki/Roadmap) plus some other changes:
Get rid of the conventional MVC folder structure, no more Controllers/Views/Scripts folders but a feature based structure:
Features
Pages
PageController.cs
Index.cshtml
Edit.cshtml
index.js
edit.js
.....
Users
UserController.cs
Index.cshtml
Edit.cshtml
index.js
edit.js
.....
Move the dev apps folders inside the presentation project for a better app development experience
A few default themes to choose from
Visual Studio project template for custom app development
The project DDD CQRS design is attractive to me. I've also used WordPress before, plug-in design and flexible configuration interface is the direction of this project? :-)
Long term? I would love this to be my job :-) Short term, I would really like to release the MVP by the end of this year. That means to include everything that is in the current road map (https://github.com/Weapsy/Weapsy/wiki/Roadmap) plus some other changes: