Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrum Report #67

Merged
merged 3 commits into from
Jun 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions Scrum Updates/Scrum_Update_Sprint_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## Scrum Update - Sprint 2

### c8y0b

1. What you’ve worked on in the previous two weeks
- Implemented `SearchBar Popup` and `User Icon` Components
2. What you’ll be working on in the next two weeks
- Create endpoints for CRUD events for both `Trecipe Page` and `Trecipe Cards`
- Finish the `Collaborator` Componenet
- Implement feature so that we can insert/edit/delete trecipes with a user.
3. Where you might have gotten stuck during the last two weeks.
- The Search Bar Popup took me a little bit of time because types in typescript are not as flexible as javascript.


### o1u1b

1. What you’ve worked on in the previous two weeks
- Reorganized the project structure based on components, pages, and services
- Implemented a static map component using Google map API
2. What you’ll be working on in the next two weeks
- Implement all the components required for the interactive map
- Work on user model and authentication
3. Where you might have gotten stuck during the last two weeks
- The merge conflicts I had while I was reorganizing the project was interesting. Some files are modified on both branches, some files no longer exists, and some files have been renamed and moved. :scream: Git was able to identify some of these changes, but I had to manually resolve the remaining conflicts.

### z8c1b

1. What you’ve worked on in the previous two weeks
- Fist part of the sprint on producing mock ups for individual Trecipe page, and set up redux store to maintain Trecipe list and a Popup dialog show/hide state. Then, worked on implementing each Destination card and finally integrating all components to build the Trecipe page.
2. What you’ll be working on in the next two weeks
- Mock up for Map view of all destinations, implementing destination cards in the map view, and hooking up backend CRUD endpoints to frontend.
3. Where you might have gotten stuck during the last two weeks
- Setting up redux with typescript was a bit of a learning curve, where I had to define a lot of interfaces and some generic types to get the compiler happy. But after the initial setup, the rest came pretty straightforwardedly.

### k7y0b
1. What you’ve worked on in the previous two weeks
- Working mostly with photo uploading logic and the associated components.
- Also spent some time investigating, and producing a documentation for google map api that we plan to use for various functionalities.
2. What you’ll be working on in the next two weeks
- Mostly trying to get backend working, including investigation for schema, authentication, and connection to the database. Also responsible for implmenting fully the destination search with google places api.
3. Where you might have gotten stuck during the last two weeks.
- Spent some time investigating how to get the image from upload event and have it as an url.