| Version 6 (modified by , 8 hours ago) ( diff ) |
|---|
Use-case UC1001 Implementation - Add University
Initiating actor: Administrator
Other actors: None
Description: Administrator adds a new university to the system database.
Scenario:
- User selects "1. Add University" from the Admin Menu.
- System prompts the user to enter the University Name, Location, and Is_Private status.
- User inputs the requested university details.
- System executes the SQL query to insert the new university into the database:
INSERT INTO University(Name, Location, Is_Private) VALUES (?, ?, ?);
- System displays a confirmation message indicating that the university was successfully added.
Attachments (4)
- addUniversity.jpg (116.5 KB ) - added by 7 months ago.
- admin_menu.png (60.7 KB ) - added by 8 hours ago.
- add_university_success.png (43.4 KB ) - added by 8 hours ago.
- add_university_input.png (22.3 KB ) - added by 8 hours ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.



