Ado
Ado copied to clipboard
Cleanups..
...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?..
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..