diff --git a/ReadMe.md b/ReadMe.md index 37e799c..4accd96 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -33,36 +33,26 @@ Below are some of the key android concepts used/applied in this project: - Shared preferences - etc -### Project Tasks -Each feature is divided according to 3 layers; presentation, domain, data - -- [ ] Home Feature (Presentation) -- [ ] Home Feature (Domain) -- [ ] Home Feature (Data) -- [ ] Transaction Feature (Presentation) -- [ ] Transaction Feature (Domain) -- [ ] Transaction Feature (Data) -- [ ] Coin List Feature (Presentation) -- [ ] Coin List Feature (Domain) -- [ ] Coin List Feature (Data) -- [ ] Coin Details Feature (Presentation) -- [ ] Coin Details Feature (Domain) -- [ ] Coin Details Feature (Data) -- [ ] Setting Feature (Presentation) -- [ ] Setting Feature (Domain) -- [ ] Setting Feature (Data) +### Main Project Tasks +Each feature is will comprise of 3 layers; presentation, domain, data + +- [ ] Home Feature +- [ ] Transaction Feature +- [ ] Coin List Feature +- [ ] Coin Details Feature +- [ ] Setting Feature ## UI Designs ### Light -Splash screen Home screen Coin list screen -Coin details screen Choose asset screen Buy - Sell screen -Settings screen App info screen Loading example screen +Splash screen Home screen Coin list screen +Coin details screen Choose asset screen Buy - Sell screen +Settings screen App info screen Loading example screen ### Dark -Splash screen Home screen Coin list screen -Coin details screen Choose asset screen Buy - Sell screen -Settings screen App info screen Loading example screen +Splash screen Home screen Coin list screen +Coin details screen Choose asset screen Buy - Sell screen +Settings screen App info screen Loading example screen ## Getting Started @@ -83,8 +73,8 @@ You can pick a thing to do from the tasks list provided above and work on it.
_` +- Prefix branch name with it purpose ie `feature_`, `bugfix_`, `hotfix_` +- For feature branches use the following naming conventions `feature_` Feel free to check the [issues page](../../issues/) or [discussions page](../../discussions).