stc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 004069d58096c16ccf069a9d8de211bc64d95dde
Author: Brennen T. Mazur <brennen@madis.cool>
Date:   Thu, 27 Oct 2022 23:45:31 -0600

rudimentary description of project and goals

Diffstat:
AREADME | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,10 @@ +stc is a simple time card implementation for personal use or small to medium size businesses. + +The goal of this project is to create an extensible tool for time and other asset management. + +Current plans are to use mongoDB as the backend to a simplistic dashboard for accessing management interfaces, overseeing and managing lower role's clocked in status, and requesting reports for not only current/past pay periods sorted by employee, but also by project code + +Project has potential to be renamed to scms (simple content management system) based on potential end-goals of multiple clients. + +An option would be to create the base structure for the cms (as human resource management [ex. time tracking]) and allow patches to include additional functionality like equipment tracking etc. Allows no-nonsence approach to anti-bloat management software. +Likely will be lisencing under some copyleft lisence, GPLv3 or LGPLv3. Also mulling over options for BSD lisences.