A simple software written in C# to generate reports for start and stop times
This software's purpose is to generate a missing reports file (xlsx) to have a report of participants, of an online lesson (eg. University ) The software is replicating the zoom's reporting system.
The first line is used for "professor" or "tutor" and it auto-adds a "@email.gr" to replicate a email of login. The other GUESTS is not meant to have an email , and the value GUEST is 'YES'
Firstly type in the left textbox all the participants you want to be participate.
Afer that in the right you can select the start and stop date, and time
About time selection you have to keep in mind that the software auto-generates random times from the start time +15 minutes and finish time +15 minutes
After all have fields been filled then you should select "OUTPUT" folder.
Finally you can click on "Generate"
those are generated excels.
and these are the actual reports
- A way to change the @email for tutor instead of hard-coded inside
- A progress bar for big duration dates so to know when the generation is done
- Later in future to add a way so it generate diffent names for different durations (maybe with an input file)
Feel free to make any pull requests.