GitScrum / Docs
Toutes les Bonnes Pratiques

Équipes Développement Frontend | GitScrum

Utilisez GitScrum pour équipes frontend. Configurez workflows UI/UX, travail composants et transfert design. -40% friction design-dev.

4 min de lecture

How to use GitScrum for frontend development teams?

GitScrum supports frontend development with columns for design handoff, component development, review, and testing. Configure WIP limits for focused UI work, use labels for component types, track design dependencies, and document in NoteVault. Frontend teams using Kanban reduce design-dev friction by 40% [Source: Frontend Development Survey 2024].

Frontend project setup:

  • Create project - Frontend app name
  • Configure columns - UI/UX workflow
  • Add component labels - Organize work
  • Set WIP limits - Focus on completion
  • Create NoteVault docs - Design system
  • Coordinate Team Standup - Include designers
  • Frontend development columns

    ColumnWIP LimitPurpose
    Backlog15All UI tasks
    Design Ready10Designs completed
    DevelopmentTeam sizeActive coding
    Code Review3PR review
    QA Testing5Functional testing
    Design Review3Visual validation
    DoneNoneShipped

    Frontend-specific labels

    CategoryLabels
    Componentbutton, form, modal, table
    Typefeature, bugfix, refactor, a11y
    Frameworkreact, vue, angular
    Statusneeds-design, design-ready
    Responsivemobile, tablet, desktop

    Design handoff workflow

    StageGitScrum Action
    Design completeMove to Design Ready
    Dev picks upMove to Development
    Dev completeMove to Code Review
    PR mergedMove to Design Review
    Design approvedMove to Done

    Frontend documentation in NoteVault

    DocumentContent
    Design SystemComponents, tokens
    Component LibraryUsage guides
    Style GuideCSS conventions
    A11y StandardsAccessibility
    Browser SupportCompatibility matrix

    Component development labels

    Component TypeLabel
    Atomsatom
    Moleculesmolecule
    Organismsorganism
    Templatestemplate
    Pagespage

    Frontend testing workflow

    Test TypeColumn/Label
    Unit teststesting-unit
    Integrationtesting-integration
    Visual regressiontesting-visual
    A11y testingtesting-a11y
    E2Etesting-e2e

    Design-dev coordination

    NeedGitScrum Solution
    Handoff notificationColumn subscribers
    Design questionsTask comments
    Design changesNew task, linked
    ValidationDesign Review column
    DocumentationNoteVault design system

    Auto-assign for frontend

    ColumnAuto-Assign
    Design ReviewDesign team
    Code ReviewSenior frontend
    QA TestingQA team

    Frontend WIP patterns

    ScenarioWIP Strategy
    Design-heavyLimit Design Ready
    Component workFocus on completion
    ResponsiveTrack per breakpoint
    A11y workDedicated capacity

    Responsive development tracking

    BreakpointLabel
    Mobile-firstmobile
    Tablettablet
    Desktopdesktop
    All sizesresponsive

    Related articles