https://github.com/dgksk8life/ims
Inventory Management System
https://github.com/dgksk8life/ims
Last synced: 3 months ago
JSON representation
Inventory Management System
- Host: GitHub
- URL: https://github.com/dgksk8life/ims
- Owner: DGKSK8LIFE
- Created: 2019-12-27T01:55:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T13:39:21.000Z (over 5 years ago)
- Last Synced: 2024-06-19T04:25:44.633Z (12 months ago)
- Language: Go
- Homepage:
- Size: 2.18 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMS API Specs
## Functions
- add piece of equipment to inventory
- requires ADMIN privs
- remove piece of equipment to inventory
- requires ADMIN privs
- set posessor of equipment
- stored (in storage)
- or UID of user that has it
- return equipment (set possesor to stored)
## Properties of things
- Equipment
- UID
- Name (Ex: Canon D700)
- part # (Ex: #2)
- combined w/name to form full item showed to user ("Canon D700 #2")
- User
- UID
- Name (first and/or last)
- School Email
- password hash
- email used as username for login
- password is hashed by js to be sent over