Fishbowl P3
CS290F Fall 2006 - UCSB Computer Science - Thorsten von Eicken
Contents |
[edit]
Project 3: Critical Paths and SQL Queries
[edit]
Critical Path
[edit]
Path 1 (For user)
- User logs in
- Visits home page
- Searches for jobs by location and jobtitle
- Adds some to cart
- Goes to apply page
- Attaches documents
- Applies
[edit]
SQL Queries
[edit]
Graphs
| Graphs | |
|---|---|
| Replies/sec | |
| Response Time | |
[edit]
Path 2 (For Employer)
- User logs in
- Visits home page
- Selects "Employer Task" tab
- Views a listing of all the companies he is authorized to manage
- Creates a new listing for a company
[edit]
SQL Queries
[edit]
Graphs
| Graphs | |
|---|---|
| Replies/sec | |
| Response Time | |
[edit]
Path 3 (For Employer)
- User logs in
- Visits home page
- Selects "Employer Task" tab
- Views a listing of all the companies he is authorized to manage
- Views joblistings for a chosen company
- Views the applications corresponding to that joblisting
- Views the associated documents for an application
- Changes the status of the application
[edit]
SQL Queries
[edit]
Graphs
| Graphs | |
|---|---|
| Replies/sec | |
| Response Time | |
