Giter Club home page Giter Club logo

Comments (7)

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024 1

Week 3

Check-In

I Need Help With:

What went well?

  • HTML and CSS

What went less well?

Lessons Learned

Read the clue in details and be patient. Try to fix lint problems.

Sunday Prep Work

from home.

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024

Week 1

Check-In

I Need Help With:

What went well?

What went less well?

Lessons Learned

Sunday Prep Work

from home.

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024

Week 2

Check-In

I Need Help With: npm spell-check.

  1. I clone the group repo
  2. create a branch alina-planning-constrains
  3. edit contrains.md
  4. commit edit
  5. run Code Quality Scripts , then I failed at npm spell-check. It looks like this picture below. I think it's a problem with html/css, but I didn't edit any html/css file. By the way, I passed the "lint-and-validate (pull_request)" check. Do I need to fix this problem? How?
    spell-check

What went well?

  • user persona
  • user story
  • backlog

What went less well?

  • dev strategy-how to divide branches?
    • each page a branch? then how can 2 person collaborate to develop one page?
    • or each issue a branch(that will be too much branches)?
  • design (Figma: from the very beginning)

Lessons Learned

Trust your classmate and understand their situations.

Sunday Prep Work

from home.

arnochauveau avatar arnochauveau commented on August 22, 2024

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.

from home.

gelilaa avatar gelilaa commented on August 22, 2024

@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.

from home.

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024

@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.
node upgrade to

from home.

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024

@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. πŸ‘

from home.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.