This project is for subject Software Specification & Design (01219243)
Member
- Kasidit Phoncharoen 5710546151
- Arut Thanomwatana 5710546437
- Patchara Pattiyathanee 5710546348
- User can create an empty card list with a name.
- Use create a card inside each list with title and description.
- View an individual card in detail.
Use case: Create a single list
Version: 0.1.2
Primary Actor: User
Main Success Scenarioes
- User enter application
- User arrives at the main page
- User request to create a new list
- The application direct user to list creation section
- User describe title
- User confirm saving list
- The application save the list into storage
- The application direct the user
Use case: Create a card
Version: 0.1.1
Primary Actor: User
Main Success Scenario
- User enter the application
- User arrives at the main page
- User enter the list page
- User make a request to create a new card
- The application direct user to card creation section
- User describe title and description
- User confirm saving card
- The application save the card into the list
- The application direct user back to list page
Use case: View an individual card
Version: 0.1
Primary Actor: User
Main Success Scenario
- User enter the application
- User arrives at the main page
- User enter the list page
- User arrives at the list page
- User click at the card they want
- User arrives at the card page