Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monban/timecard
A sign-in board / timecard application for casual office use
https://github.com/monban/timecard
Last synced: 30 days ago
JSON representation
A sign-in board / timecard application for casual office use
- Host: GitHub
- URL: https://github.com/monban/timecard
- Owner: monban
- License: mit
- Created: 2014-12-08T04:36:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T22:51:07.000Z (almost 10 years ago)
- Last Synced: 2024-06-21T13:07:03.334Z (5 months ago)
- Language: Go
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
timecard
========A sign-in board / timecard application for casual office use
This is meant to be used on a touch-screen monitor at the entrance to your office. Employees can sign themselves
in and out with simple screen on-screen controls. It is not meant as a replacement for industrial timecard
punchers or any place with actual payroll impact. Rather it should be a place where you can simply glance and
see where your coworkers are at the moment and when they plan to return.The backend is written in Golang and presents a simple JSON API. The front-end is HTML5 and Angular.js. By default
the Go backend will also serve the static front-end, future versions will allow you to disable this capability if
you want to distribute the statics through nginx, apache, or a cdn.