Skip to content

Commit

Permalink
Merge pull request #67 from shizuko-akamoto/scrum-report-2
Browse files Browse the repository at this point in the history
Scrum Report 2
  • Loading branch information
shumal1 committed Jun 21, 2020
2 parents 4ec39f4 + 2047d7a commit 0c162e8
Showing 1 changed file with 43 additions and 0 deletions.
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.

0 comments on commit 0c162e8

Please sign in to comment.