Fundamentals of Software Engineering 1st project
Multiple user system for posting and searching job listings, The Users will be able to search for job listings in the system with different queries, and the Managers will be able to post these jobs. as well as seeing the candidates who applied for the job.
The system works with a file-based database and the interface is shown in the command line
User | Manager | Post | Applied | ||||
---|---|---|---|---|---|---|---|
Name | Type | Name | Type | Name | Type | Name | Type |
UserID | const unsigned int | ManagerID | const unsigned int | PostID | const unsigned int | AppliedID | const unsigned int |
User name | String | User name | String | Location | int | PostID | const unsigned int |
Full name | String | Full name | String | Type | int | UserID | const unsigned int |
ID | long | Posts | Array[unsigned int] | Profession | int | Description | String |
Age | int | Password | String | Name | String | ||
Phone number | String | Description | String | ||||
Password | String | ||||||
Resume | String |