Skip to content

McGalanes/groomr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0340a04 · Nov 8, 2023

History

43 Commits
Sep 18, 2023
Oct 25, 2023
Oct 31, 2023
Nov 8, 2023
Oct 31, 2023
Nov 2, 2023
Oct 31, 2023
Sep 23, 2023
Sep 18, 2023
Nov 8, 2023
Nov 8, 2023
Sep 18, 2023
Sep 18, 2023
Sep 18, 2023
Sep 26, 2023

Repository files navigation

Groomr

Build → Test → Lint

Module Config

Loading
flowchart LR

  classDef appModule fill:#AEFFDA,color:#000
  classDef featureModule fill:#FFDAAE,color:#000
  classDef coreModule fill:#DAAEFF,color:#000
  
  subgraph :app
    app([:app]):::appModule
  end
  subgraph :feature
    app --> userstory:create([:userstory:create]):::featureModule
    app --> userstory:list([:userstory:list]):::featureModule
  end
  subgraph :core 
    userstory:create --> ui([:ui]):::coreModule
    userstory:list --> domain([:domain]):::coreModule
    userstory:list --> ui([:ui]):::coreModule
    userstory:list --> testing([:testing]):::coreModule
    data --> domain([:domain]):::coreModule
    app --> ui([:ui]):::coreModule
    app --> data([:data]):::coreModule
  end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published