Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.45 KB

User and Time-registration System

Hobby Project

Introduction

During the 7+2 months C# bootcamp course, I have learned a lot and I wanted to practice more. Luckily it was easy to find a hobby project - we use timeregistration at work, which works fine, but I was thinking to make my own as well :)

Used Technologies

  1. C#
  2. MySQL

The project itself

Admin can add, delete and update users basic information, projects, departments and employment types. A user can update its own information, choose favorite project and add, update the spent time on a given project.

As a user, you can see the history about how you spent your time and see some graphical statistics as well. The spent time can be changed, even after saved in the databse, however the fact that it was changed is also saved.

As as Admin, you can see history and visual statistics about a given projects.

Aim of the Project

The main objective of this project was to create an easy time-registration system, where the user can change detailes, easily see overwork hours and visually see which project used most of his/her time. column. This design choice allows for a more flexible and scalable system (hopefully).

Future prospectives

Update codebase to .Net MAUI whic means it can be used as desktop application but also as a mobile app and web app.

What have I learned

  1. Tons of OOP approach
  2. Database structure
  3. C#
  4. MySQL

Deployed: -