Guanyar Accés

Procés #

graph LR
  reco--> scan
  scan((Scanning))-->gain((Guanyar Accés))
  gain-->main
  main((Mantenir Accés ))-->track
  track((Netejar petjades))-->repo((Informe))
  repo-->reco((reconeixement))

    classDef green fill:#9f6,stroke:#333,stroke-width:2px;
    classDef orange fill:#f96,stroke:#333,stroke-width:4px;
      classDef rosa fill:#f299,stroke:#333,stroke-width:4px;
    classDef brown fill:#f99,stroke:#333,stroke-width:4px;
    class reco green
    class scan,gain orange
    class main,track rosa
    class repo brown


    click reco "./reco/" "reconeixement"
   click scan "./scan/"
   click gain "./gain/"
   click main "./manin/"
   click track "./track/"
   click repo "./repo/"
On this page: