Changes between Initial Version and Version 1 of UseCase1001Implementation


Ignore:
Timestamp:
02/05/26 19:14:20 (3 weeks ago)
Author:
216009
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase1001Implementation

    v1 v1  
     1= UseCase1001Implementation – Add University
     2
     3**Initiating actor:** Administrator
     4
     5**Other actors:** None
     6
     7**Description:** Administrator adds a new university to the system.
     8
     9**Scenario:**
     10
     111. System displays Admin Menu.
     12
     132. Admin selects Add University.
     14
     153. System prompts for Name, Location, Is Private.
     16
     174. Admin inputs data.
     18
     195. System executes SQL:
     20{{{
     21INSERT INTO University(Name, Location, IsPrivate) VALUES (?, ?, ?);
     22}}}
     23
     246. System confirms addition.
     25
     26[[Image()]]