Skip to content

CodeTyperPro/vineyard_workforce_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROCESSES TASK

Spring is also knocking on the door of the "Drink My Friend" vineyard. As we all know, grapes love care and work, but most of all they love labour, which is usually rewarded with a good harvest. The vineyard needs a lot of helpers, so an application is being prepared for those who want to apply for a job.

Applicants are invited from those who can work during the weeks of the spring season. When applying, they should give their name and which days of the week they can go to work. The days are given as follows: Monday Wednesday Thursday. Candidates will separate the days with a space. The farm knows how many workers it needs on which days (Mondays, Tuesdays, etc.). If a day is already full, the application should not accept applicants for that day.

The data of the applicants will be stored in a file, and in addition to the data entry, we should have the possibility to modify, delete and create a list of applicants by days or a complete list of applicants.

Create a C language program to perform this task, the solution should run either on opsys.inf.elte.hu or on a Linux system similar to it. The solution must be presented to the tutor during the week following the deadline.

Instructions

Run the following command in the linux terminal line:

chmod u+x main.c
gcc main.c -o vineyard && ./vineyard config.dat record.dat


Screenshots

  1. Main(menu) screen
    Main screen
  2. Insertion
    Insertion of an applicant
    Insertion of another applicant
  3. Remove
    Remove an applicant
    List applicants after remove Nagy Gábor
    List applicants by days after remove Nagy Gábor
  4. List all applicants
    List all the applicants
  5. Modify
    List applicants before modify
    Modify an applicant
    List applicants after modify
    List applicants by days after modify
  6. Dismiss
    Goodbye message

Made by MARTINS Alfredo.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages