Daily Scrum 3 (Sprint 1) - shanjida-alam/Smart-Living-Community GitHub Wiki
30-OCTOBER-2024
6:00 PM
15 Minutes
Discord Voice Channel
Shanjida Alam
- 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 | Created navigation graph for add service request and manage service request, Create fragments for the manager and resident views, and implement the service, Request submission functionality and setup firebase, Resolving issues with integrating RecyclerView and setup firebase | Issue faced to connect naviagtion graph to fragement. | Will Create fragments for the manager and resident views and set up firebase |
2. SA | Created Secretary Profile Page,Created Manager Profile Page,Connected to Firebase | None | Will attempt to fetch data from the database |
3. IH | Completed the setup of the navigation structure and fixed issues related to data binding in XML layouts,Integrated Firebase dependencies and ensured the project builds without errors, Finalized EventView and EventCreationView fragment layouts | None | Will work on the documentation |
4. HT | Verified data is being stored into database, generated documentation, implemented email authentication for sending unitCodes | None | Try to merge registration app to LivSmart app, implement userRole-based registration process |
5. TH | Working on Secretary Dashboard,Will work on other user dashboard, Will push it on LivSmart github | None | Implement the Secretary Dashboard and Security Officer Dashboard. |
6. JK | Created LoginModel, LoginViewModel for the connection establishment, Successfully integrated model classes into login activity, Making sure to modify AndroidManifest file to add the new activity is compiled without errors | None | Implement a redirect interface from the Login Activity to the Main Content Activity. |
- 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.