Loading common-openapi/automatic-openapi-generation-process.md +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading common-openapi/draft-stage-process.md +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"] Loading @@ -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 Loading @@ -30,6 +29,5 @@ graph TB isStableDraft --No--> draft edithelpReview --No--> isStableDraft edithelpReview --Yes--> uploadDraftProcess uploadDraftProcess ``` Loading
common-openapi/automatic-openapi-generation-process.md +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
common-openapi/draft-stage-process.md +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"] Loading @@ -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 Loading @@ -30,6 +29,5 @@ graph TB isStableDraft --No--> draft edithelpReview --No--> isStableDraft edithelpReview --Yes--> uploadDraftProcess uploadDraftProcess ```