Daily Scrum 1 (Sprint 1) - shanjida-alam/Smart-Living-Community GitHub Wiki
26-OCTOBER-2024
6:00 PM
15 Minutes
Discord Voice Channel
Jubaer Ahmad Khan
- 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 | Developed ServiceRequestActivity , ServiceRequestAdapter , ServiceRequestViewModel , ServiceRequest Model and activity_service_request
|
Integrated RecyclerView and Updated the navigation graph | Design User Interface for Service Request |
2. SA | Created the resident profile interface, set up a new branch and started planning upcoming feature development | Flow of navigation graph | Update SRS |
3. IH | Set up a new branch, designed the UI for the "Create Event" feature | None | Prepare to start working on the next UI design |
4. HT | Created a new branch,developed the registration page, prepared the UI design, and pushed the branch totinee-registration to GitHub |
None | Create registration app, integrate with firebase |
5. TH | Developed the residents' dashboard, checked data passing using dummy data | None | Will work on documentation |
6. JK | Set up the master branch, integrated template code, created component navigation, and added necessary project dependencies |
None | Will explore firebase console and establish connection between database and project |
- 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.