Staff Vacation planner

Hi,
I recently started learning C# in my spare time and as my first project I would like to try to code a very simple vacation planner. So I have 4 tables within my SQLite file:

Table 1: Departments (lets say "Production", "HR" and "Sales")
Table 2: Employees (each Employee is member of a Department)
Table 3: VacationTypes (lets say "Holiday", "Military" and "Sick Leave")
Table 4: LeaveData ("Employee1 has holiday from 11/10/2019 - 18/10/2019")

I was looking for an idea to create the overview mask and think that the "Scheduler" might be an option. My idea is to show the data like a gantt chart (left side = departments incl. the associated employees || top = timeline (maybe half day wise, show always a full week) || Context = coloured stripes )



11/06/201911/07/201911/08/201911/09/201911/10/201911/11/201911/12/2019
Production








Employee 1







Employee 2






HR








Employee 1







Employee 2







Employee 3








Hope you get the idea. Does anyone have done something like this? 


Would appreciate any help :)
Best regards
Moritz

1 Reply

MS Michael Soss Syncfusion Team November 6, 2019 09:36 PM UTC

Hello Moritz

Thank you for choosing Syncfusion for your project.  I will continue to communicate with you via email to see if we can find some solutions to your project.

Thanks

Mike 

Loader.
Up arrow icon