Sprint 3 ‐ Week 10 Update - atishay2305-hub/LeafLog GitHub Wiki
Project LeafLog Status Update
Mid of Sprint 3
Date: 2024-03-27 - 2024-04-03
Major Project Feature Summary:
Status | Symbol |
---|---|
Completed | ✅ |
In Progress | 🔶 |
Pending | ⛔️ |
Major Project Feature % completed to date
Account Management
Feature | Status | Completion Percentage |
---|---|---|
Create an Account | ✅ | 100% |
Login Feature & Page | ✅ | 100% |
Sign Up / Sign In specifically with Google OAuth | ✅ | 100% |
User Profile Page | 🔶 | 50% |
User Profile Customization | 🔴 | 0% |
Plant Management
Feature | Status | Completion Percentage |
---|---|---|
Plant Logging | 🔶 | 75% |
Store Logged Plant Information | 🔶 | 50% |
Plant Search + Filtering Feature | 🔶 | 40% |
Advanced Plant Search Filters | 🔴 | 0% |
Create Plant Database Search Page | 🔶 | 40% |
Create Generalized Plant Care Info Page | 🔶 | 80% |
UI/UX Design
Feature | Status | Completion Percentage |
---|---|---|
Create Header | ✅ | 100% |
Create Footer | ✅ | 100% |
Create 404 Page | 🔶 | 50% |
Create Private Policy and Terms of Service Page | ✅ | 100% |
Create Feedback Page | ✅ | 100% |
Create Landing Page | ✅ | 100% |
User-Friendly API Data Display | 🔶 | 30% |
API Integration
Feature | Status | Completion Percentage |
---|---|---|
API Data Integration | 🔶 | 75% |
API Response Handling | 🔶 | 60% |
Additional Features
Feature | Status | Completion Percentage |
---|---|---|
Notification Feature | 🔶 | 50% |
Wishlist Feature | 🔴 | 0% |
Feedback System | 🔶 | 50% |
Current Project Status Summary: GREEN LEADING ORANGE
We've begun to integrate more of the advanced backend features into the frontend, such as the search feature that interfaces with our API. Some other functionality that was worked on was the logging of plants, which nows shows several entries underneath the prompt
Team Status Summary:
The backend is in very good shape, and will be worked on to continue connecting functionality. File structure needed to be changed, but is for the better. Teamwork with the shared tasks for these core functionalities. Styling needs to be developed concurrently as backend data is rendered.
Team Goals for the upcoming week:
- Implement Search feature entirely
- Connect logged plants to specific users
Individual Team Member Status:
-
Mikayla: Worked on search functionality, still having issues. Plant log page now renders entries under prompt, can hold several entries
Next week: Formalize search functionality, connecting logged plants to specific users
-
Atishay: This week I have been heavily engaged in working with fixing a lot of issues I am having with Redux, I am working on a separate code base that fixes all the issues of Login, Controllers, etc, and I am trying to merge with this one.
Next week: I will have to continue fixing issues with the current week's bugs, issues and will be able to develop a solid structure of our project by next week but it will take few days.
-
*Hiral Working on uniform styling of the pages
Next week: My aim for the next week is complete the frontend with other pages aligned
-
Caitlin: Working on stylizing the 404 page, working on making a Wishlist page.
Next week: Complete 404 and Wishlist page.
Past week team activities:
- Writing more specific backend routes
- Bug fixes
Team Project Decisions:
- Major changes to file structure