Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active June 27, 2024 21:20
Show Gist options
  • Save afomi/91f951bf528075e587e48708ec7478bd to your computer and use it in GitHub Desktop.
Save afomi/91f951bf528075e587e48708ec7478bd to your computer and use it in GitHub Desktop.

Evolving from a single person managing all aspects of a website.

graph TD
    A[Web Presence Management] -->|Creates Content| B[Single Person]
    A -->|Updates Website| B
    A -->|Handles SEO| B
    A -->|Manages Social Media| B
    A -->|Responds to Inquiries| B
Loading

Delegating each set of tasks.

graph TD
    A[Web Presence Management] -->|Creates Content| B[Content Creator]
    A -->|Updates Website| C[Web Developer]
    A -->|Handles SEO| D[SEO Specialist]
    A -->|Manages Social Media| E[Social Media Manager]
    A -->|Responds to Inquiries| F[Customer Support]

Loading

Coordinating tasks across a large team including more specialists.

graph TD
    A[Web Presence Management] -->|Creates Blog Posts| B[Blog Editor]
    A -->|Creates Product Pages| C[Product Page Editor]
    A -->|Updates Website| D[Web Developer]
    A -->|Handles SEO| E[SEO Specialist]
    A -->|Manages Social Media| F[Social Media Team]
    F -->|Creates Social Content| G[Social Media Content Creator]
    F -->|Schedules Posts| H[Social Media Scheduler]
    A -->|Responds to Inquiries| I[Customer Support Team]
    I -->|Handles Technical Queries| J[Technical Support]
    I -->|Handles General Queries| K[General Support]


Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment