Kingsfield IT Solutions was approached to design a program which would enable the college to meet all of their requirements using one package.
The queries were created in house to pull out the relevant information from Kingsfield’s MIS system.
Specifications:
A student management system was required by Royal Agriculture College to work in conjunction with their existing software called Tracker.
A solution for adding deleting and & modifying active directory user accounts.
Key Features:
This project is divided into 3 stages i.e. User Interface, Business Logic and the Storage.
User Interface:
It contains the actual screens for the application; these screens are present in the Application project named Tracker.
Business Logic:
The Business logic stage is the actual implementation of all the tasks that a user wants to perform. This is done from a windows service called Tracker Service.
This concept of separating the user interface from the actual logic is used for user access right purpose, i.e. any user can open an application but only an administrator can perform the actual task.
The rights of the Windows Service will always be of an administrator and the user may or may not have the administrative rights.
Storage:
This is where the implementation is affected. This can be an Active Directory and even a Database.