Built mostly as experimentation with GraphQL. Not Deployment ready yet ;)
Designed for use in workshops, for management of webstore, workshop jobs, parts, communication between employees.
Will be building a Gatsby/Next.js Webstore to go within this stack (Recreation of DFZStoreAngular).
- GraphQL API
- Job Management
- Automatic Updates - Live Job overview
- Parts Management
- Auth0 Authentication using RBAC
- User Administration
- Messaging system
- Attachment uploads system (PDF & Images with generated thumbnails)
- Re-Styling
- Moving UI state into redux, make it user configurable
- Move to MobX
- Per-Employee Calendars
- Clock In/Out System
- Push Notifications
- Generate Printable cards with QR codes to identify machines in storage
- Dockerization
- User Activity Logging
Test user: [email protected]
Password: sGgNEw+FK%2GxpCG
Test user has scopes asides from delete applied. User Signup is disabled.
It is possible to use an SSH tunnel for access from different devices (Otherwise Auth0 moans a lot)
ssh -N -L 127.0.0.1:3000:127.0.0.1:3000 user@yourserversip
Released under MIT License.