diff --git a/flashy/README.md b/flashy/README.md index 806732e..56c5939 100644 --- a/flashy/README.md +++ b/flashy/README.md @@ -15,7 +15,7 @@ Flashy is an application which can help you make and memorize flashcards. It's meant to be used as a study tool, that keeps track of all your sets of flashcards. -A more in depth description of flashy's features can be found in the **[user story](../userstory.md)** +A more in depth description of flashy's features can be found in the **[user story](../gr2141/docs/userstory/userstory.md)** ## Previews: diff --git a/gr2141/docs/Report1.md b/gr2141/docs/Report1.md index dfae5d4..9460773 100644 --- a/gr2141/docs/Report1.md +++ b/gr2141/docs/Report1.md @@ -15,4 +15,6 @@ Arbeidsflyten gjennom øving 1 har vært bra, mye til takke for opprettelse av i Vi har laget brukerhistorier og en storyboard for å visualisere ulike funksjonaliteter i appen. Til slutt har arbeidet med prosjektet foregått fysisk på universitetet 1 - 2 ganger i uken, og er noe vi ønsker å fortsette med. -En mer detaljert beskrivelse av hvordan Flashy er bygd kan leses mer om i rot [readme](\readme.md). \ No newline at end of file +En mer detaljert beskrivelse av hvordan Flashy er bygd kan leses mer om i [indre README](../../flashy/README.md). + +Brukerhistorier kan også finnes [her](./userstory/userstory.md) \ No newline at end of file diff --git a/gr2141/docs/userstory/storyboard.png b/gr2141/docs/userstory/storyboard.png new file mode 100644 index 0000000..5ad7e87 Binary files /dev/null and b/gr2141/docs/userstory/storyboard.png differ diff --git a/userstory.md b/gr2141/docs/userstory/userstory.md similarity index 81% rename from userstory.md rename to gr2141/docs/userstory/userstory.md index ed36544..dcbe24c 100644 --- a/userstory.md +++ b/gr2141/docs/userstory/userstory.md @@ -13,13 +13,14 @@ For a new user it is important that Flashy is easy to use. The user needs to be create a flashcard and a deck with the smallest amount of complications. Should be able to navigate through the different cards and flip them to see the answer. -## Solution +### **Solution** -### Important traits that needs to be shown +#### **Important traits that needs to be shown** - see the content (text/images) of the card - see how many cards are in the deck -### Important actions for the app +#### **Important actions for the app** + Ensure that the user can: - flip the cards - add a new card @@ -36,14 +37,23 @@ personalize how I want to practice with the app. To keep a consistent userbase it's important that flashys functions are reliable. -## Solution +### **Solution** -### Important traits that needs to be shown +#### **Important traits that needs to be shown** - the top bar menu with icons which represents the different functionalites -### Important actions for the app +#### **Important actions for the app** + Ensure that the user can: - add cards to favourites - switch which side of the card is shown - randomize cards - timer + +## Storyboard + +![Storyboard](./storyboard.png) + +## Example of target audience + +![Userstory](./userstory.png) \ No newline at end of file diff --git a/gr2141/docs/userstory/userstory.png b/gr2141/docs/userstory/userstory.png new file mode 100644 index 0000000..115f5db Binary files /dev/null and b/gr2141/docs/userstory/userstory.png differ