* Chore: Fix N+1 queries in dashboard side Fixed a couple of N+1 queries fired on the dashboard side of the app to improve performance.
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
* Chore: Code Cleanup in API controllers * Remove unnecessary scoping for accounts controller
* Chore: Enable Users to create multiple accounts Addresses: #402 - migrations to split roles and other attributes from users table - make changes in code to accommodate this change Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>