1/14
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Purpose
To allow registered users to do researches
Functional Requirements
Allow users to register accounts
Input
User account information
Output
registered account
Mockup
Screen that contains a registration form.
Database Requirements
The database that stores user account information
Design
The plan for users to create their account
Marcels
Get user information, create the account, and save it.
Unit Testing
Make sure the account that the user registered for works correctly
Deployment
Release the account creation feature
Documentation
Write down how the account creation works.
Purpose Statement
What is the goal of this feature? What problem does it solve or what value does it add?
identify nouns in “list all persons who are customers”
Nouns = Persons & Customers
Verbs = List
identify nouns in “list all persons and if they are customers their CustomerID”
Nouns = Persons, Customers, & CustomerID
Verbs = List
identify nouns in “list all customers and their Person IDs if they exist”
Nouns = Customers & Persons IDs (or PersonID)
Verbs = List