Components
Dashboard Folder Structure
- Location:
The component can be found under
js/components/Header
- Working: Contains the logout button.
Layout
- Location:
The component can be found under
js/components/Layout
- Working: Is the wrapper component.
Login
- Location:
The component can be found under
js/routes/login
- Working: Contains input boxes for entering emailId and password.
Reset Password
- Location:
The component can be found under
js/routes/resetPassword
- Working: Contains input boxes and buttons for reset password.
Dashboard
- Location:
The component can be found under
js/routes/dashboard
- Working: Contains components for information block and pie chart block in dashboard page.
Settings
- Location:
The component can be found under
js/routes/settings
- Working: Contains component for saving and view settings such as playstore link, appstore link, timezone etc.
Config
- Location:
The component can be found under
js/routes/configuration
- Working: Contains component for saving and view configuration such as razorpay id, one signal secret etc.
- Location:
The component can be found under
js/components/Sidebar
- Working: Contains sidebar containing options to navigate.
Error Handler
- Location:
The component can be found under
js/components/errorHandler
- Working: Contains error handler component for whole app.
Users
- Location:
The component can be found under
js/routes/users
- Working: Contains options to filter users, search users and user list with options to activate and delete every user.