Skip to content

Instantly share code, notes, and snippets.

@tamakiii
Last active December 11, 2024 07:23
Show Gist options
  • Select an option

  • Save tamakiii/b4a2e00b99fff7b435a563b7d4c230f5 to your computer and use it in GitHub Desktop.

Select an option

Save tamakiii/b4a2e00b99fff7b435a563b7d4c230f5 to your computer and use it in GitHub Desktop.

Revisions

  1. tamakiii revised this gist Dec 11, 2024. 2 changed files with 0 additions and 0 deletions.
    File renamed without changes.
    File renamed without changes.
  2. tamakiii revised this gist Dec 11, 2024. 2 changed files with 27 additions and 0 deletions.
    19 changes: 19 additions & 0 deletions a.plantuml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    @startuml
    skinparam packageStyle rectangle

    rectangle "I need something to do"
    rectangle "I'm not sure what to watch"
    rectangle "I'm watching a show"
    rectangle "My show ended"
    rectangle "I want to watch my shows on my flight"
    rectangle "I'm out of episodes of my favorite show"
    rectangle "I can't figure out how to search for a specific show"
    rectangle "Who is that actor?"
    rectangle "I fell asleep and several episodes kept playing"
    rectangle "I want to watch my shows on my train commute"
    rectangle "I don't know when a new season is available"
    rectangle "The show I was watching is no longer available"
    rectangle "I want to skip the show intro"
    rectangle "I want to know what my friends are watching"
    rectangle "Is this show any good?"
    @enduml
    8 changes: 8 additions & 0 deletions b.plantuml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    @startuml
    skinparam packageStyle rectangle

    rectangle "I want to watch my shows on the go" {
    rectangle "I want to watch my shows on my flight"
    rectangle "I want to watch my shows on my train commute"
    }
    @enduml
  3. tamakiii revised this gist Dec 11, 2024. 2 changed files with 8 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions mindmap-small-a.mermaid
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    mindmap
    root((I want to watch my shows on the go))
    "I want to watch my shows on my flight"
    "I want to watch my shows on my train commute"
    4 changes: 4 additions & 0 deletions mindmap-small-b.mermaid
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    mindmap
    root((I want to watch my shows on the go))
    "I want to watch my shows on my flight"
    "I want to watch my shows on my train commute"
  4. tamakiii revised this gist Dec 11, 2024. 2 changed files with 21 additions and 0 deletions.
    17 changes: 17 additions & 0 deletions mindmap-a.mermaid
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    mindmap
    root((Opportunity Space))
    "I need something to do"
    "I'm not sure what to watch"
    "I'm watching a show"
    "My show ended"
    "I want to watch my shows on my flight"
    "I'm out of episodes of my favorite show"
    "I can't figure out how to search for a specific show"
    "Who is that actor?"
    "I fell asleep and several episodes kept playing"
    "I want to watch my shows on my train commute"
    "I don't know when a new season is available"
    "The show I was watching is no longer available"
    "I want to skip the show intro"
    "I want to know what my friends are watching"
    "Is this show any good?"
    4 changes: 4 additions & 0 deletions mindmap-b.mermaid
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    mindmap
    root((I want to watch my shows on the go))
    "I want to watch my shows on my flight"
    "I want to watch my shows on my train commute"
  5. tamakiii created this gist Dec 11, 2024.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    (TBW)
    18 changes: 18 additions & 0 deletions a.mermaid
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    graph TD
    A[I need something to do]
    B[I'm not sure what to watch]
    C[I'm watching a show]
    D[My show ended]

    E[I want to watch my shows on my flight]
    F[I'm out of episodes of my favorite show]
    G[I can't figure out how to search for a specific show]
    H[Who is that actor?]
    I[I fell asleep and several episodes kept playing]

    J[I want to watch my shows on my train commute]
    K[I don't know when a new season is available]
    L[The show I was watching is no longer available]
    M[I want to skip the show intro]
    N[I want to know what my friends are watching]
    O[Is this show any good?]
    3 changes: 3 additions & 0 deletions b.mermaid
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    graph LR
    G[I want to watch my shows on the go] --> F[I want to watch my shows on my flight]
    G[I want to watch my shows on the go] --> T[I want to watch my shows on my train commute]