Mfund documentation
  • Introduction
  • Setup Guidelines
    • Mfund Flutter App
    • Mfund Backend
  • Technology Used
  • Architecture
  • Database Structure
  • App Flow
    • Dashboard App Flow
    • User App Flow
  • Backend Flow
  • API Documentation
    • Dashboard APIs
    • App APIs
  • Screens
    • App Screens
      • Login Screen
      • Signup Screen
      • KYC Screen
      • Home Screen
      • Investment Screen
      • Profile Screen
      • Withdraw Screen
    • Dashboard Screens
      • Login Screen
      • Home Screen
      • Investment Plan Screen
      • Investors Screen
      • Balances Screen
      • Transaction Details Screen
      • Settings Screen
      • App Bar
Powered by GitBook
On this page

Was this helpful?

  1. App Flow

Dashboard App Flow

PreviousApp FlowNextUser App Flow

Last updated 4 years ago

Was this helpful?

An admin can login using his/her email id and password for the mfund-dashboard-app. The email Id and password associated with it would be verified in the backend and an access token will be generated. After logging in admin can view the total number of investors, total investments and total balances on the home page. He/she can also add organisation from home page. Admin can use drawer for navigating to other screens. In investment plan screen , admin can view the details of all the organisations and as well add some organisations. Admin can. Also view the details of all the investors and users who have made transactions. The logged in admin can create a new admin from settings screen and also can change his/her current password. And then he/she can logout by making a post request with firebase JWT token to revoke the refresh token from firebase authentication.