- Integrate Social Auth and Phone Auth
- Registration success screen should have a button and redirection to app in some seconds.
- Discounts and donations
- Progressive indicator for images.
- Email verification discuss on user flow in the verification.
- Pay Via Id conflict: discuss about the id conflict.(if two users enter the same id)
- Disable view for continue button on payoptions.
- UR Smart Points business logic: insufficient points and minimum points logic.
- Camera screen message box has to be fixed.
- PayOptions Screen: adding more payment options.
The objective is to create a new entity called "notes" in the codebase. We would do the following:
- Creation of model(schema) for notes, giving it attributes like title, description and status.
- Providing appropriate "Seeds"(dummy data) for the "notes" model.
- Creation of appropriate "Routes" for the "notes" in order to provide appropriate paths for carrying out operations.
- Creation of "Services".
- Creation of "Controllers"
- Creating appropriate "View"
- Node.js is essential for the project. Download it here: https://nodejs.org/en/. Download the LTS version.
- Install ‘n’. It maintains the version of node.js from time to time.
- In your terminal install “Nodemon”. Nodemon is an npm package.
- Run the command:
npm install nodemon –g
Above command installs the nodemon globally.