GithubHelp home page GithubHelp logo

cpkurotori / timecard Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 4.53 MB

This timecard application was developed for lower scale businesses to monitor and easily log clock ins and clock outs.

Home Page: https://timecard-cpk.herokuapp.com/

License: MIT License

Python 7.35% CSS 86.45% JavaScript 0.81% HTML 5.39%

timecard's People

Watchers

 avatar  avatar

timecard's Issues

Breaking Abstraction - Database

The application should be designed to be able to work with any database implementation.

Instead of from mongo import * make it from db import * and the db.py file should hold all the necessary methods to work with the user's database.

Output all entries to a csv file

Users should be able to output their own timecard entries to a csv file.
Admins should be able to output all employee's timecard entries to a csv file.

Manage employees

Screen to manage all employees (i.e. contact information, change departments, change salary/pay, reset password, etc.) and necessary functions to perform actions on MongoDB

View and manage Error Entries

Any entries that have an error flag should be able to be resolved by admins. Once they resolve it the flags should go away.

Limit viewing entries to an N amount of entries

Let's say default N = 10.
Only show the 10 most recent timecard entries (one timecard entry is a Clock In and possible the corresponding Clock Out). Users should be able to page through their timecard entries to view all their entries.

Additionally, implementing a date range search would be ideal.

Manual timecard entry

Employees should be able to enter manual timecard entry on their portal. This should give warning that indicates approval required.

Action: Clock In/Clock Out
Date: Date - when the action should have occurred
Time: Time - when the action should have occurred
Explanation: Explanation as to why a manual entry was necessary (forgot, wasn't near computer, computer not working, etc.) -- perhaps presets as well as Other field

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.