Commit 8aa45c1e authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Update of process diagrams

parent 93952c65
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ graph TB
  Fix{"Is a correction needed?"}
  Feedback["Feedback to Working Group"]
  support["Contact support (STF/CTI) to implement fixes"]
  implementEditorials["Implementation of editorials by the Rapporteur"]
  class tag,reviewMR,uploadNewDraft,applyMR gitlab;
  class upload,syntax_validation,fixConfig doc2oas;
  uploadDraftProcess-->uploadNewDraft
@@ -18,7 +19,8 @@ graph TB
  reviewMR --Approved-->applyMR
  Fix --doc2oas and/or config file-->support
  support-->uploadNewDraft
  Fix --Editorial spec fixes-->uploadNewDraft
  Fix --Editorial spec fixes-->implementEditorials
  implementEditorials-->uploadNewDraft
  Fix --Major spec fixes-->Feedback
  applyMR --> tag 
  tag --> stop
+3 −5
Original line number Diff line number Diff line
```mermaid
graph TB
  classDef gitlab fill:#f90,stroke:#333,stroke-width:3px;
  classDef doc2oas fill:#00f,stroke:#333,stroke-width:3px;
  classDef doc2oas fill:#0ff,stroke:#333,stroke-width:3px;
  start("Start")
  draft["Draft specification stage"]
  upload["Generate the openapi from tools.etsi.org/doc2oas-ie"]
@@ -10,10 +9,10 @@ graph TB
  isCompleted{"Is generated openapi completed?"}
  manualReview["Manual review for completeness"]
  fix["Feedback to Working Group"]
  fixConfig["Fix config file and upload"]
  fixConfig["Fix config file and/or spec CRs"]
  isStableDraft{"Draft is stable?"}
  edithelpReview{"editHelp review completed?"}
  class tag,uploadNewDraft,reviewMR,applyMR gitlab;
  uploadDraftProcess["Go to Automatic OpenAPI generation process"]
  class upload,syntax_validation,fixConfig doc2oas;
  start-->draft
  draft-->upload
@@ -30,6 +29,5 @@ graph TB
  isStableDraft --No--> draft
  edithelpReview --No--> isStableDraft
  edithelpReview --Yes--> uploadDraftProcess
  uploadDraftProcess
```