| Version 2 (modified by , 3 weeks ago) ( diff ) |
|---|
UseCase1001 – Add University
Initiating actor: Administrator
Other actors: None
Description: Administrator adds a new university into the system so that faculties and professors can later be connected to it.
Scenario:
- Administrator selects option “Add University”
- System shows a form with fields:
- Name
- Location
- isprivate
- Administrator enters data and submits.
- System inserts the university into the database:
INSERT INTO University(Name, Location, IsPrivate) VALUES (:name, :location, :isprivate);
- System confirms that the university was successfully created.
Note:
See TracWiki
for help on using the wiki.
