Coder Social home page Coder Social logo

workmanager's Introduction

機能要件

  • 管理者

    • 管理者がログインが必要です。
    • 管理者が、従業員の一覧が見えます。
    • 管理者が、従業員の削除ができます(打刻履歴も削除されます)。
    • 管理者が、従業員の任意な作業時間一覧が見えます
    • 管理者が、従業員の打刻記録を変更、削除ができます。
  • 従業員

    • 従業員が新規登録できます。
    • 従業員が個人情報変更できます(name,password)
    • 従業員が自分過去の打刻履歴のみ見えます
    • 従業員が自分の個人情報のみ見えます
    • 従業員は「勤務開始」を押して「勤務終了」ボタンを押すと、その日の勤務時間を知ることができます。
      • 「勤務開始」二回以上を押すと、「勤務終了」が押さない限り、最後の「勤務開始」操作時間に準じます
      • 「勤務終了」二回以上を押すと、「勤務開始」が押さない限り、最後の「勤務終了」操作時間に準じます
  • セキュリティー

    • 情報漏洩の防止策として、全てのユーザのパスワードを暗号化で保存
    • ユーザに対して入力値検証

#db table

  • users(uid,name,email,isadmin,password)
  • management(ontime,offtime,uid)

workmanager's People

Contributors

141801 avatar

Watchers

James Cloos 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.