Open guorunhe-design opened 2 years ago
Name: Shiyu Chen Scrum Update:
I worked on JSON Web Token for sign-in, setting up backend route for meetups, and redux actions to access data from the backend.
The major issues are learning redux convention to handle async backend requests, design routes and backend API that follow best practices.
I am planning to work on the design of DB schema, store relationship between user and meetup, create backend routes for meetups related to each user, and update the frontend to reflect new features.
Name: Banghua Xu Scrum Update:
Name: Ming Gong Scrum Update:
Name: Runhe Guo (Josh) Scrum Update:
I made some cool features for Google Map API (clicking on the map to add a location, infoWindow for markers, focusing the selected location on the map, and the button to fit all locations on the map) and beautified the navigation bar.
The major issue was to connect the location cards and the map bidirectional, which was solved by getting the address object's latitude and longitude to center that map and by looping through all locations' latitudes and longitudes to get the bound of the map to fit all locations on the map.
I am planning to work on the backend (MongoDB) of users and/or invitations.