Daily Scrum 1 (Sprint 2) - shanjida-alam/Smart-Living-Community GitHub Wiki
05-November-2024
10:00 PM
15 Minutes
Discord Voice Channel
Md.Tanvir Hossain Saon
- Mst.Solaimi Hamid (SH)
- Shanjida Alam (SA)
- Irtifa Haider (IH)
- Hasneen Tamanna (HT)
- Md.Tanvir Hossain Saon (TH)
- Jubaer Ahmad Khan (JK)
- Frequency: Every 2 days
- Time: 6:00 PM
- Scrum Master: Jubaer Ahmad Khan (JK)
- Product Owners: Shanjida Alam (SA)
- Development Team Members: SH, IH, SA, TH, HT, JK
MEMBER(S) | What we did yesterday? | What problems faced? | What will do today? |
---|---|---|---|
1. SH | Explored TDD resources and considered possible test cases for my feature. | None | Solve the testcases and develop the necessary models for my feature. |
2. SA | Explored Test Driven Development | None | Create User Interface for collecting the complaints , Create Complaints Model |
3. IH | Explored resources on TDD,Created new branch for My feature and Push it to Git | None | Will generate test case for my feature |
4. HT | Explored TDD videos and tutorials | None | Create UI for create bill, Create BillModel, push changes to github |
5. TH | Explored TDD resources and considered possible test cases for my feature. | None | Create the layout design and develop the necessary models for my feature. |
6. JK | Explored TDD and started writing codes to implement it | None | Will work on Test case and model for my feature |
- Maintain a Single Activity with Multiple Fragments: Ensure the project follows a single-activity structure, with navigation handled through multiple fragments. This approach promotes modularity, easier navigation management, and better alignment with modern Android architecture practices.