= Ordered from highest priority to lowest = - Fix a page rebuilding bug where the index is the only page rebuilt - Refactor backend singletons into repositories and services, separating business logic from query logic (WIP) - Refactor module system - Add a way to undo post deletions - Add a update queue for accounts. If a mod's account id from session is contained in the queue - then it'll update/invalidate their cookie - Make mod_soudane use tables instead of filesystem - Make mod_adminban use a database table - Untangle user post deletion and password cookies - Implement an API using json endpoints - Add more options for catalog sorting as well as js to update it rather than refreshing the page - use js to submit replies so the user doesnt have to get redirected in the first place (for users with js enabled) - Overhaul mod tool ui for the live frontend using API endpoints (may look to jschan for inspiration) - Make an account view page for the admin displaying a selected account's data as well as actions to perform on it. Currently its just the html table + [D] and promote buttons - Overhaul mod_pm's UI/features and make it use a database table to store messages - Make locked threads' post forms hidden and display something like "This thread cannot recieve replies" - Overhaul templating system to be more modular