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

Project Proposal Submission Workflow

flowchart TD
    A(Review Project\nProposal) --> |All documents\nare complete| B(Upload\nDocuments to\nSystem)
    B --> C(Send\n'Submission\nSuccessful'\nNotification)
    C --> D(Await Approval)
    D --> F{Approved?}
    F --> |Yes| I(Proceed to Next\nPhase)
    F --> |No| H(Review\nComments and\nResubmit)
    H --> |After 14 Days| J(Send Reminder\nfor Revision)
    H --> G(Contact Team\nLead)
    A --> |Incomplete\ndocuments| E(Request Missing\nDocuments)
    E --> G
    E --> B
    G --> B