This is a flowchart I made as a visual representation of a program I am making for my Computer Science class. It is being used as part of my documentation to explain the different options available to the user.
|
|
|
|
|
|
|
|
|
|
Create
|
|
User enters relevant information
|
|
New object created in database
|
| |
| |
|
|
|
|
|
|
|
|
|
Edit
|
|
User searches for desired object
|
|
User enters relevant information
|
|
Object modified, index in database is unchanged
|
| |
|
|
|
|
|
|
|
|
|
Display
|
|
User can display one object or all objects in a table
|
| |
| |
| |
|
|
|
|
|
|
|
|
|
Sort
|
|
Sorts objects in alphabetical order
|
|
Indices change as appropriate
|
| |
| |
|
|
|
|
|
|
|
|
|
Search
|
|
User searches for desired object
|
|
Returns object OR displays "not found"
|
| |
| |
|
|
|
|
|
|
|
|
|
Save
|
|
Saves current database
|
|
External file created
|
| |
| |
|
|
|
|
|
|
|
|
|
Load
|
|
User selects external file
|
|
Loads database OR displays "invalid file"
|
| |
| |
|
|
|
|
|
|
|
|
|