wiki:UC1001

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:

  1. Administrator selects option “Add University”
  1. System shows a form with fields:
  • Name
  • Location
  • isprivate
  1. Administrator enters data and submits.
  1. System inserts the university into the database:
    INSERT INTO University(Name, Location, IsPrivate)
    VALUES (:name, :location, :isprivate);
    
  1. System confirms that the university was successfully created.
Last modified 3 weeks ago Last modified on 02/04/26 12:35:39
Note: See TracWiki for help on using the wiki.