As an author, I want my device to remember which questions I asked. - CMPUT301F14T06/Team06MapleSyrup GitHub Wiki
Use Case: Author want the device to remember which questions the author asked
Use Case Name: RecordAuthorsQuestions
Participating Actors: Author
Goal: Author is able to browse the questions they asked before
Trigger: Author click on the Profile button and go to Profile fragment, then click on my questions button
Precondition: Author need to have login and asked questions before
Postcondition: The question list that the author asked before is shown on the screen
Basic Flow:
1. User log in by go to the profile fragment and click on login button then typing in the user name and click on login.
2. Author click on my question button.
3. App go to my question activity and a list view shows questions that the author has asked before.
4. Authors may browse questions and check if the questions are answered or not
Exceptions:
3.0 Authors have not asked any question yet.
- 3.1 the list is empty
**Constraints: ** Author needs to have an account in order to ask questions.
Test:
- the apps will allow Author to view asked questions.
- Create a question list
- Login as an Author
- Create some Questions
- Insert the Questions into the question list
- Check the device for Author asked questions
- Are the Question that the Author asked correctly displayed?