Set up codebase

- Define models, factory classes, data store,
utility classes (timestamp, io helpers, enums, validator)
- Define Model Class Structures
- Add new model Log
- Add new service LogService
- Add Factory class
- Add Utilities like Timestamp, Validator, Input/Output Helpers..

Co-authored-by: Tinu Johnson <tinu.johnson@trenser.com>
Co-authored-by: Princy Jerin <princy.jerin@trenser.com>
Co-authored-by: Ajmal Jalaludeen <ajmal.jalaludeen@trenser.com>
Co-authored-by: Jissin Sam Mathew <jissin.mathew@trenser.com>
This commit is contained in:
2026-04-01 13:26:58 +05:30
parent 045ea2d743
commit 11b47d38c1
57 changed files with 1570 additions and 29 deletions
@@ -1,5 +1,6 @@
#pragma once
#include "Employee.h"
class HRManager : public Employee
{
};