Last active
December 11, 2024 07:23
-
-
Save tamakiii/b4a2e00b99fff7b435a563b7d4c230f5 to your computer and use it in GitHub Desktop.
Revisions
-
tamakiii revised this gist
Dec 11, 2024 . 2 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.File renamed without changes. -
tamakiii revised this gist
Dec 11, 2024 . 2 changed files with 27 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
tamakiii revised this gist
Dec 11, 2024 . 2 changed files with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" -
tamakiii revised this gist
Dec 11, 2024 . 2 changed files with 21 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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?" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" -
tamakiii created this gist
Dec 11, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ (TBW) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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?] This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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]