Giter Site home page Giter Site logo

simonwaldherr / workingtimemeasurementsystem Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 14 KB

simple example of a golang + sqlite work time tracking system

Go 74.16% HTML 25.84%
arbeitszeiterfassung timekeeping timetracker timetracking work worktime worktracker

workingtimemeasurementsystem's Introduction

Timekeeping System in Golang

This project demonstrates how to create a simple timekeeping system using Golang and SQLite. The application allows users to clock in and out, track work hours, and view their current status. The data is organized by departments, users, and activities.

Please note that this project is meant for demonstration purposes only and does not include any authentication, authorization, or security features. It is meant to showcase the ease of programming a timekeeping system in Golang.

Getting Started

To run the project, follow these steps:

  • Install Golang
  • Clone the repository.
  • Change to the project directory.
  • Run go build to compile the project.
  • Run the compiled binary to start the web server.

Usage

Before clocking in and out, you need to create a department, then a user and an activity. Follow these steps to start using the timekeeping system:

  • Access the web interface at http://localhost:8080.
  • Navigate to the /addDepartment page to create a new department.
  • Navigate to the /addUser page to create a new user and associate them with a department.
  • Navigate to the /addActivity page to create a new activity.
  • Use the form on the index page to clock in and out by selecting a user and an activity from the dropdown menus.

Features

The timekeeping system includes the following features:

  • Create and manage departments, users, and activities.
  • Clock in and out with a user and an activity.
  • View work hours per user per day.
  • View the current status of all employees.

Limitations

This project is a simple demonstration and does not include the following:

  • Authentication and authorization mechanisms.
  • Security features, such as input validation and protection against SQL injections.
  • Error handling and input validation for user interactions.
  • A user-friendly and responsive user interface.

License

This project is provided under the MIT License.

workingtimemeasurementsystem's People

Contributors

simonwaldherr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.