Vigour
Group Project for 2022 Mobile Application Development.
- Our app rewards user with crypto after walking for a certain amount of steps.
- We will be using the Etherum test network
- Here is our prototype designed using Adobe XD.
Roles
Raja (Certified Android guy) | Tian Pok (Jack of all Trades) | Fazith (Crypto Guy) |
---|---|---|
Splash screen (frontend) | Home Page | Google Map View |
Wallet login (backend) | Botton Nav Bar | web3j |
Nav Drawer (frontend) | Steps Page | Steps Details (frontend) |
health tips (backend) | Steps History | wallet creation (backend) |
Rules
Branch
- We will be using topic branches:
- Never modify
main
branch directly - For every new feature, add a new branch:
name/feature
- After you have finish implementing the feature, merge it
- Delete the
name/feature
branch
- Never modify
- Only modify your branch
- If you wish to modify another team member's branch let them know so that they can
git fetch
instead ofgit pull
TODO
Team
- Learn Remote, Local and Tracking Branches
- Learn how to resolve conflict when merging
- Create Fragments
Tian Pok
- Get comfortable with Git
- Create first branch
- Start working on homepage UI
Fazith
- Get comfortable with Git
- Create first branch
- Start working on Steps Details UI
Raja
- Get comfortable with Git
- Create first branch
- Start working on splash screen