Please enable JavaScript.
Coggle requires JavaScript to display documents.
Note App (Task (Day 1,5:
Analyst practice and database
Init project:
…
Note App
Task
Day 1,5:
- Analyst practice and database
- Init project:
- Import lib necessary
- Create theme
Day 2:
- Create general view
- Create base class and util class necessary
- Create database
- Add login layout
Day 3:
- Implement register
- Check validate data input
- Save data into database
- Write unit test for check valid user method and save user
Day 4:
- Feature login ( check validate data + unit test)
- Feature add new topic ( check validate data)
- Feature show list topic of user (not finish)
Day 5:
- Fix issue write unit test for observable emit error
- Change name package
- Unit test for user, topic about case emit error
- Home Page: finish show list topic
- Topic Detail: Add new todo + unit test
- Topic Detail: Show todo inprogress list
Day 6:
- Topic Detail: Show complete todo list
- Topic Detail: Feature change status of todo
- Todo Detail: Add sub task
- Todo Detail: Show list sub task
- Fix bug UI when list topic/todo more items => cannot show all items. Fixed using NestedScrollView instead of ScrollView
-
-
-