Skip to content

This C program calculates the pickup date for customers of a branded watch repair shop and stores the data in JSON files so that the data can be easily accessed by App & Web developers.

Notifications You must be signed in to change notification settings

MrGladiator14/watchRepairDateEstimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

watchRepairDateEstimator

Estimation of Wrist Watch repair delivery date

Description:

This program calculates the pickup date for customers of a branded watch repair shop based on

  • availability of parts for a particular model
  • considering the workload, working hours,
  • time required to repair each component of a particular model
  • holidays/leaves taken by the mechanic

and stores the data in JSON files so that the data can be easily accessed by App & Web developers.

All the issues are identified during admission of a watch during Admission. Based on model number of a watch it is possible to find out part number of it's components, the program will check it's logs (files) to see if required components are in stock and based on requirements decrement the count of each required part. If a part is un available it should display the Contact details of the supplier. Finally the program will consider the agenda of the mechanic and the final output of the program will be a date, the delivery date.

Instructions

  1. Run FileGenerator.c
  2. Check the files created
  3. Run AppSourceCode.c
  4. ATTENTION!!! note that any incorrect data entry will probably corrupt few or all files created after step 1.
  5. To verify the results check the files by opening the JSON files generated during step 1 and run BinaryFileDataVerifier.c to view the binary file log.
  6. Hurray! The program has been successfuly executed. The updated files are now ready to be used in complex Applications

Feel free to leave any suggestions 😊✨✨✨

About

This C program calculates the pickup date for customers of a branded watch repair shop and stores the data in JSON files so that the data can be easily accessed by App & Web developers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages