Skip to content

Meeting Minutes

Christian Bingman edited this page Nov 24, 2022 · 12 revisions

This page documents meeting notes and agendas from each of our discussion meetings. All agendas and meeting notes should have relevant documents linked.

Meeting Minute Links

11-02-22 Meeting Agenda

  • Quick review of milestones
    • We are ahead! Yay 🎉
  • Project Overview
    • Plenty of issues available
  • Design for RSVP/Contact page IMG_1476
  • Figma designs Contact Contact Mobile

10-26-22 Meeting Agenda

  • What is Git actually?
    • Git is a tool to version and track changes in code across a large number of contributors
  • What is a git tree?
    • Explain branches, basic idea of merging, etc
    • git log --graph --pretty=oneline --abbrev-commit
  • Basic Commands
    • git clone
    • git pull
  • Branches
    • git checkout -b
    • git checkout
  • Commits
    • “Commit to history”
    • Add and remove files
      • git add
      • git add -A
      • git clean -f
      • git restore --staged
    • git commit
      • --amend
      • -a
  • Pushing
    • git push
    • git push origin HEAD
  • Merging & Rebasing
    • What is a merge
      • git merge
    • What is a rebase
      • git rebase
  • Pull Requests
  • Common Errors and how to resolve them
    • Divergent Branches
    • Merge Conflicts
  • Reverting specific files
    • git checkout --
  • Diffs & Patches
  • React Hooks
    • What are React Hooks?
    • What are they used for?
    • React useState
    • React useEffect

These are intended to be used as a reminder for those who attended the meeting on Wednesday.

10-19-22 Meeting Agenda

  • Issue review
    • 4 issues closed, keep up the great work!
    • Make sure that you are properly linking your issue in your PR
    • Try not to take too many of the easy ones
  • Milestone overview
    • We need to get the designs done by December, and iteration 1 should be done by January
  • Design workshopping
    • Working on social page, need some ideas for how to layout the newsletter and social media section
    • Working Doc IMG_1470
  • Figma Designs Social Social Mobile

10-12-22 Meeting Agenda

  • Q&A for the project, React, and Tailwind
    • What is the Flourish! about?
      • Now added to the Wiki!
    • What is the project timeline/expected time commitment?
      • Now added to the Wiki!
    • Various questions about contributions
      • Check out the contribution guidlines
  • Figma designs

Event Mobile About Us About Us Mobile

Event

10-05-22 Meeting Agenda

  • Discuss the idea for the site, and its primary goals link to doc
    • Initial important features discussion IMG_1439
  • Link to other sites that have a similar goal and look at our old Flourish! site link to sheet
  • Determine and discuss important pages and features
    • Discussed what information should be on each page IMG_1441 IMG_1442
  • Roughly sketch out the initial design
    • Page Sketches IMG_1448 IMG_1447 IMG_1446 IMG_1445
  • Discuss Git process

Some great photos of the teamwork! IMG_1444 IMG_1443