Daily Scrum 2 (Sprint 1) - shanjida-alam/Smart-Living-Community GitHub Wiki
28-OCTOBER-2024
6:00 PM
15 Minutes
Discord Voice Channel
Irtifa Haider
- 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, Design layout of add service request, Create RecyclerView, Modified layout | None | Will Create fragments for the manager and resident views and set up firebase |
2. SA | Updated SRS, Modified the Resident Profile UI Page | None | Will create Secretary Profile page, create Manager profile page |
3. IH | Created Fragment for Event View Card, Worked on Create Event Layout and Adapter File, Explored firebase console, Established the connection between database and the project | Data binding in XML layouts | Will complete the setup of the navigation structure |
4. HT | Created Registration app, Tried to integrate with firebase, Generated documentation | None | Check data is being stored in firestore, Implement email authentication for sending unitCodes |
5. TH | Modified the design of Resident Dashboard, Create Resident Dashboard app, Implemented modified design of resident dashboard | None | Will work on documentation |
6. JK | Explored firebase console, established the connection between database and the project, tested to fetch & migrate of firebase firestore database | Establishing the connection with the project considering first time was challenging,As I'm familiar with Relational Database, Firebase is very new concept for me (As it is an NoSQL database) | Design the UI for LoginActivity, implement the Login backend authentication with maintaining the Architectural pattern, build a project interface and required templates that will be followed by the team. |
- 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.