-
Notifications
You must be signed in to change notification settings - Fork 0
story
Job stories verdeeld een gebruiker’s interactie in kleine taken die voltooid moeten worden. Job stories kunnen helpen voor het bepalen van de (gebruikers)eisen van jouw applicatie, omdat je hierbij de gebruiker centraal stelt en in de context plaatst. De template van een job story is: “When...(situation)”, “I want to... (motivation)”, “So I can... (expected outcome)”.
Voor mijn hele applicatie heb ik 8 job stories bedacht. Deze job stories vertalen zich in functies en het is de bedoeling dat ik dan een job story kies met de functie die ik uiteindelijk wil gaan maken.
Ik heb de volgende job stories:
- When I install the app, I want to be able to use it with a personal account, so that I can use the application in a personal manner. - login
- When I start up the application, I want to be guided on what I have to do, so that I can get immediately started. - onboarding / immediate tasks
- When I want to start matching, I want to be able to add dishes, so people are actually able to match with dishes I added myself. - adding a dish
- When I want to match with someone, I want to choose which dishes people can choose from without having to delete the dishes I don’t want to make, so that I am in control of what I will have to make. - dishes menu function with enabling and disabling dishes
- When I start matching, I want to be able to change my preferences or view them so that I can better refine my matching results. - preferences on the matching screen
- When I matched with someone, I want to be able to communicate with the person I matched, so that we can talk about the dish and make an appointmend if needed. - chat function
- When someone is being creepy, I want to be able to block and report them, so that I can feel safe to use tha application. - block & report function
- When I’m looking at dishes, I want have some sort of indication to see if the food is made at a higher quality (experts) or at a beginner quality, so that I can decide better wether or not I want to trade my dish with theirs.
Eerst had ik de volgende job story gekozen: "When I install the app, I want to be able to use it with a personal account, so that I can use the application in a personal manner". Deze job story hoort bij de functie inloggen & registreren.
Uiteindelijk heb ik de volgende job story gekozen: "When I want to start matching, I want to be able to add dishes, so people are actually able to match with dishes I added myself". Deze job story hoort bij de functie het toevoegen van een gerecht ofwel dish.
Eerst wilde ik de feature inloggen & registreren doen, omdat het mij interessant leek en ik dacht als ik dat ooit nodig heb in de toekomst, dan weet ik hoe het moet. Ik vond alleen dat ik zo'n "uitgetekend" concept had, waar veel meer functies in zitten, dan het inloggen & registreren. Ik dacht dat als ik het in de toekomst ooit nog wil leren, dan kan ik er waarschijnlijk makkelijker tutorials over vinden.
Ik heb gekozen om mezelf te verdiepen in het ontwikkelen van de feature "het toevoegen van een gerecht & deze weergeven in een lijst". Mocht ik tijd over hebben, dan wil ik ook nog ervoor zorgen dat je de ingevulde gegevens kan bewerken. Ik vond dat deze feature wat meer specifieker bij mijn concept paste en leek het voor mij iets uitdagender, omdat er niet alleen input fields zijn. Om het makkelijker voor mij te maken heb ik mijn schermen iets aangepast, waardoor andere functies, zoals het filteren van je gerechten en het "enabling" en "disabling" niet worden weergegeven, omdat ik niet aan deze functies ga werken.
Wiki Blok Tech | Roshnie | TEC5 |