-
Notifications
You must be signed in to change notification settings - Fork 25
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.
- Quick review of milestones
- We are ahead! Yay 🎉
- Project Overview
- Plenty of issues available
- Design for RSVP/Contact page
- Figma designs
- 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
- What is a merge
- 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.
- 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
- Figma Designs
- 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
- What is the Flourish! about?
- Figma designs
- Final call for contributors and expectations
- Contributors not on board by Sunday Oct. 16th will be removed from the project. Please put in your PRs for adding yourself to the contributors list.
- Links to learning resources
- Work on designs for full size event page
- What to do for next week
- Designs will be released along with issues today. Pick up a few issues and get started!
- Read up on https://reactjs.org/docs/hooks-intro.html (1-5)
- Discuss the idea for the site, and its primary goals link to doc
- Initial important features discussion
- 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
- Roughly sketch out the initial design
- Page Sketches
- Discuss Git process
- Check out Guide to Contribution
Some great photos of the teamwork!