Open AlinaTaoRao opened 3 years ago
Week 1
Week 2
Trust your classmate and understand their situations.
Hey @AlinaTaoRao concerning the npm spell-check issue: what version of node are you running (you can check by running node -v
)?
I had some issues as well while trying to run the command on my device.
After using a newer Node version the problem was fixed. My errors looked like this:
TypeError: text.matchAll(...) is not a function or its return value is not iterable
If that was not the issue, could you please send the entire error log? You can just copy/paste the text.
@AlinaTaoRao please check this pull request for fixing your error
What went less well?
dev strategy-how to divide branches?
- each page a branch? then how can 2 person collaborate to develop one page?
You are exactly right. one page is far too big to be one branch. The whole idea of Agile development is to deliver work in small, but consumable, increments.
- or each issue a branch(that will be too much branches)?
I have made a simple example workflow to help you understand what yours should look like. Your branch should contain a small amount of work that your team can review and merge. the smaller the branch work the easier to review and avoid conflicts
- design (Figma: from the very beginning)
You will be exploring Figma in the next module UX/UI as well. So no rush to understand everything but it is good to start now.
@arnochauveau Thanks for your advice. It worked. I upgraded my node.js form v14.17.6 to v16.13.0. The npm spell-check problem disappear.
@gelilaa
Thanks for your feedback. I tried change the spell-check in package.json to "spell-check": "cspell \"./**\"", but it worked not well for me. I upgraded my node.js. There is no error any more .
The example workflow
is a very good. It solved my problem. 👍
Week 3
Read the clue in details and be patient. Try to fix lint problems.
Study Plan (Suggested Study)
Curriculum Study Book
Learning Objectives
Week 1
Check-In
I Need Help With:
What went well?
What went less well?
Lessons Learned
Sunday Prep Work