===== Meeting Minutes 3/7/18 ===== Attendance: * Kevin Cho * Gordon Li * Kyle Chan * Jon Lau * Akira Vernon Continued working on React Exercise Task 4 on changing display based on button press. Discussed code reviews, pull request, and creating issues for Dashboard team on GitHub. ---- === Discussion === React Exercises * Task 4: Changing Display * Create the same app using Semantic React components * The picture being displayed corresponds to which button was pressed Code Reviews * Master branch locked until code reviewers gives as okay * Components should be able to accept and manipulate data * Pull requests ~150 lines of code * Always add Kevin to code reviews * Once approved by all reviewers, merging will be available Pull Request * git clone : clones repository to own developing space * git pull --rebase : checks recent commits for any conflicts in update * git checkout -b : checks out branch for changes (specifically for new branches) * Make sure to be in the master branch Creating Issues * Make an issue for own page * For Weatherboxes page * Weatherbox option * Issue would be adding button to switch state of weatherbox * For components, naming convention would be SCEL in front of component ---- === Tasks === - Kevin: Documentation and mock data for Dashboard - Gordon: Task 4: Changing Display, update Design Documents, and create and work on issue for Weatherboxes page. - Kyle, Jon, & Akira: Create and work on an issue for Graph Generator page. Full team: Create and work on issues for individual Dashboard components.