Skip to content

Commit 83d16b5

Browse files
authored
feat: adds user stories and bugs for Joseph (#160)
* feat: Created a folder and a readme file inside lesson 5 for homework. Completed lesson 5 test for credit. . 2. bug: Found and described bugs in UTasks * feat: reverted changes made on lesson5.ts * feat: reverted changes made on lesson5.ts
1 parent 60f893f commit 83d16b5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

lesson_05/josephcaballero/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# User Stories
2+
3+
## User Story 1
4+
As a Store Owner I want to be able to track my inventory more effectively so that I take less losses and don't show false inventory.
5+
6+
## User Story 2
7+
As an Internet user I want to be able to go online without ads popping up left and right so i dont get distacted or even irritated
8+
9+
## User Story 3
10+
As a Website Visitor I want to be able to effectively be able to traverse the website on any device and not be blinded by the colors or have to squint to see anything so I can have a good viewing experience.
11+
12+
# Finding Bugs
13+
14+
## Dark Mode Bug
15+
Upon clicking the dark mode button the screen didnt change color only the top bar did, not only that the bar actually made it so some of the buttons weren't able to be seen and even changed one.
16+
17+
## Sidebar Text Deletion
18+
Upon clicking the sidebar and collapsing it I was greeted with more than I expected when the sidebar actually got rid of the respective text but also the tab for today's tasks seemed to have also been removed as well when collapsing the sidebar.
19+
20+
## Creating New Tasks
21+
When trying to create new tasks I see that my text disappears after I press the "add task" button and only reappears when I reload the page or log back in .

0 commit comments

Comments
 (0)