SENG 310   - Meal Plan System

Requirements Review
 - Introduction
 - Main Functions
 - Users
 - Usability Goals
 - User Experience Goals


System Overview
 - System Concept
 - System Technology
 - Conceptual Model
 - Interface Metaphor


Menu System
 - Introduction
 - Profile
 - Edit
 - Search
 - Favorite
 - Ingredient
 - Recipe
 - Window
 - Help


System Functionalities
 - Multiple User Profile
 - Ingredient Manipulation
 - Recipe Manipulation
 - Recipe Basic Search
 - Recipe Advance Search
 - Recipe Preferece Setting
 - Search History

 - System Recovery

 
 
  System Recovery


System recovery becomes one of the most wanting functions of a program. Following the main stream of software design, the system recovery function is included in our designated program.

The system recovery can accomplish the following tasks
:
- Reverse database to previous good state and warn user to re-input data.
- Re-launch ingredients browsing if it was crashed in this stage.
- Re-launch recipes display if it was crashed in this stage.
- Warn user last failure of the system to check their profile consistency.

back to top