Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (29 loc) · 699 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 699 Bytes

FabApp

L'app mobile du fab

sequenceDiagram
    participant APP
    participant API
    APP->>API: Request connection
    API->>Backend: Send ID
    Backend->>Backend: Check ID
    alt ID correct
        Backend->>APP: Access to main page & send Token
    else ID incorrect
        Backend->>APP: Invalid Access
    end
Loading
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': false}}}%%
   gitGraph:
   commit id:"setup"
   branch qa
   checkout qa
   commit id:"first qa commit"
   branch dev
   checkout dev
   commit id:"first dev commit"
   branch feature_api
   checkout feature_api
   commit id:"first feature_api commit"



Loading