The community received mTask wholeheartedly. I have received many comments from users and friends. Though the site is not yet ready for production but continuous development and update to the codebase is happening.
Main app.js file received some attention, some middleware has been changed and database connection is updated. Configurations now use .env file for easier development environment setup. All the form submit is now protected against CSRF attack and user input is validated using Joi package.
IndexController is updated to facilitate both regular user and admin login. Check GitHub
Now user can change full name and email from their settings page. Lot more settings will be added as the development progresses. Check out the code.
A separate dashboard is added for site's administrators. They can check some basic stats, approve recent orders, and add categories. Check out the code
Admin now can add category with description, and image. Category page template is also updated to show header and description. On GitHub
Now seller will see Received orders on if the have any or if they have any open services. It will also show tooltip of approval deadline, though the approval functionality is in development. Check GitHub
I've talked with to fix the SteemConnect escrow transfer issues. He and his team is on it. If they fix the problem, I'll switch to hot sign and not ask for active key.