This project was for the software engineering course.
This project went through multiple steps:
1- Created the use case.
2- Created the sequence diagram for one of the cases.
3- Wrote the SRS document for the project.
4- Created the SQL database in the Oracle SQL server.
5- Linked the database to the program to apply to make the following operations:
-
Login and Register either as an employer or someone looking for a vacancy.
-
The person who's looking for an open vacancy can:
- Search for the vacancy by keywords or list all the posted vacancies.
- Update their information.
- Save a job and view all saved jobs.
-
The employer can:
- Search for candidates.
- Add or remove a vacancy.
-
The program can generate two Chrystal reports one for the employer to display all the vacancies they posted and the other for all the users as it displays all the vacancies in the database.