Skip to content

how does it work

Adrian McPhee edited this page Oct 22, 2024 · 3 revisions
flowchart TD
    subgraph Setup Product
        A1[Create Product Tree of Product Areas]
        A2[Create Contributor Guidelines]
        A3[Create Contributor Agreement Templates]
    end
    
    subgraph Bounty Posters
        B1[Accept Contributor Agreement]
        B2[Review Contributor Guide]
        B3[Create and Fund Bounties with Points or USD]
        B4[Choose Bounty Type: Challenge or Competition]
        B5[Optional: Group Challenges into Initiatives]
        B6[Set Challenge Dependencies]
        
        B7[If Challenge: Receive Bids on Bounties]
        B8[If Competition: Receive Competition Entries]
        
        B9[If Challenge: Award Bounty Claim]
        B10[If Competition: Choose Winner]
        
        B11[If Challenge: Review Submitted Work]
        B12[Request Revisions or Reject Work]
        B13[On Successful Completion: Provide Reward]
        B14[Give Public Feedback to Bounty Claimer]
    end
    
    subgraph Bounty Claimers
        C1[If Challenge: Bid on Bounties]
        C2[If Competition: Submit Entries]
        C3[If Challenge: Accept Contributor Agreement]
        C4[Submit Work for Review]
        C5[Make Adjustments if Requested]
        C6[On Successful Completion: Receive Points and Feedback]
    end
    
    A1 --> B1
    B1 --> B2
    B2 --> B3
    B3 --> B4
    B4 -->|Challenge| B7
    B4 -->|Competition| B8
    B7 --> B9
    B9 --> B11
    B8 --> B10
    B11 --> B12
    B12 --> B13
    B13 --> B14
    B9 --> C1
    B10 --> C2
    C1 --> C3
    C3 --> C4
    C4 --> C5
    C5 --> C6
Loading
Clone this wiki locally