Git Product home page Git Product logo

masterscloset's Introduction

Master's Closet Tracking Server

Onboarding Experience

  1. Admin Enters Provided First and Last Name
  2. Server Redirects to /admin/user/new/handoff/${new-users-uuid}
  3. New user scans Hand-Off QR code with their phone
  4. Scanned QR Hand-Off Code takes them to a silent login page that stores a permanent login cookie.
    • /user/login/fresh/${new-users-uuid}

To Re-Enter

  1. They scan a QR code on a poster at the front door or just go to /checkin
  2. If they have a cookie stored it redirects to /user/checkin/display/${uuid}
  3. Admin Scans and checks-in/validates their QR-Code with stored uuid

TODO

  1. Make config editable via html
    • gather misc stuff like print speed
  2. cache stuff in production :
  3. Just let a barcode check-in a user. Avoids an extra call
    • GET /admin/user/get/barcode/:barcode
    • GET /admin/user/checkin/test/:uuid
    • GET /admin/user/checkin/:uuid
  4. Add User Fields :
    • Authorized Aliases
  5. Fix Docker
  6. Use time functions
    • time.Now().After(lastFetched.Add(CachePeriod)) ?
  7. Change "usernames" DB bucket for key=${uuid}_username , value=Username
    • keeps only uuids as keys
  8. audio ml stuff for new user creation and check-in
  9. Fix ui.js#793
    • document.getElementById( barcode_id ).focus();
    • make this optional , so that the edit page doesn't use this
  10. Fix Username/NameString to be Title Case?
  11. Make family-member management more streamlined

Misc

Time Zone Data for Windows

masterscloset's People

Contributors

0187773933 avatar

Watchers

 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.