kberov / Ado

Ado - framework for web projects on Mojolicious | Note! Now I work on a replacement - https://github.com/kberov/Slovo
Other
32 stars 9 forks source link

Cleanups.. #80

Open kberov opened 9 years ago

kberov commented 9 years ago

...fixes and improvements to Ado...

How about reduce the Ado (core - this project) to just a tiny layer around and on top of Mojolicious? Maybe it will be better to move parts which are detachable (Ado::Plugin::MarkdownRenderer, Ado::Plugin::Auth) to separate distros which will be added as dependencies in Ado::Plugin::Admin, where they are really needed. A custom I18n-ed application can be build even without them. How do you think?..

kberov commented 9 years ago

Main part of this task would be to find all "#TODO:" comments I left for my self and handle them, e.g "#TODO: Think about what to do with .conf and .sqlite files in case of upgrade!!!" etc..