OXRBench / OFloChR /anno /en_15_flowchart.md
Geong's picture
Upload 1001 files
f66b1ac verified

Project Proposal Review Preparation

flowchart TD
    A[Idea has been generated] --> |Y| B[Has the proposal been\nwritten?]
    B --> |Y| E[Summarize key points of the\nproposal]
    B --> |N| D[Write the proposal]
    D --> E
    E --> |Y| F[Have stakeholders reviewed\nhe proposal?]
    E --> |N| G[Send the proposal for\nstakeholder review]
    A --> |N| C[Brainstorm new ideas]
    C --> B
    F --> |Y| H[Gather feedback and revise]
    H --> |Y| I[Hold a follow-up meeting\nwith stakeholders]
    F --> G