-
Notifications
You must be signed in to change notification settings - Fork 0
/
user-stories.typ
57 lines (47 loc) · 1.2 KB
/
user-stories.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#import("lib/use-cases.typ"): userstory
= User Stories
#userstory(
[End User],
[to be able to watch videos with my friends],
[I can share my experience with others],
) <UserStory::WatchTogether>
#userstory(
[End User],
[to have responsive video controls],
[the app feels better to use],
) <UserStory::Responsive>
#userstory(
[End User],
[OTT to be available when I want to use it],
[I can start watch parties spontaneously],
) <UserStory::Reliable>
#userstory(
[End User],
[to not be interrupted by ads],
[I can focus on the content I want to watch],
) <UserStory::NoAds>
#userstory(
[End User],
[to not be interrupted by app updates],
[I can focus on the content I want to watch],
)
#userstory(
[Maintainer],
[to have redundancy],
[the app is more robust against crashes],
) <UserStory::Redundant>
#userstory(
[Self-hoster],
[to have a simple installation process],
[the app is easier to install],
) <UserStory::SimpleInstall>
#userstory(
[Self-hoster],
[to have a simple upgrade process],
[the app is easier to upgrade],
)
#userstory(
[Maintainer or Self-hoster],
[OTT to have a consistent and relatively stable HTTP API],
[I can automate administration tasks],
) <UserStory::HttpApi>