Skip to content

Commit 9fee255

Browse files
authored
feat: adds lesson_5 User stories for Tommy (#201)
1 parent 19a8a4e commit 9fee255

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

lesson_05/tommytran/lesson_05.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Lesson_05: User Stories
2+
3+
## User Story 1:
4+
As a Youtuber, I want to schedule my posts in advance so that I can maintain a consistent publishing schedule without having to manually post every day.
5+
6+
### Acceptance Criteria:
7+
1. The user can select a date and time for the post to be published.
8+
1. The user can edit or delete scheduled posts before the scheduled time.
9+
1. The user can view scheduled posts in a calendar or timeline format for easy tracking.
10+
11+
## User Story 2:
12+
As a Youtuber, I want to organize my media files (images, videos, graphics) into folders so that I can quickly find and reuse assets for future projects.
13+
14+
### Acceptance Criteria:
15+
1. The system allows bulk uploads and sorting of files within folders.
16+
1. The user can search for media files by name or file type.
17+
1. The media files should retain their original quality when uploaded or downloaded.
18+
19+
## User Story 3:
20+
As a YouTuber, I want to receive notifications when someone comments on my video so that I can engage with my audience quickly.
21+
22+
### Acceptance Criteria:
23+
1. The user is notified when a new comment or feedback is added.
24+
1. The notification includes the comment text and the video it was posted on.
25+
1. The user can toggle notifications on or off for specific videos or all videos.

0 commit comments

Comments
 (0)