Giter Club home page Giter Club logo

machine-shop-manager's Introduction

๐Ÿ’ซ About Me:

Future Full-stack development.

My current position is frontend (React) developer, i know also backend (Node, Express, NestJS)

๐ŸŒ Socials:

Facebook LinkedIn

๐Ÿ’ป Tech Stack:

JavaScript TypeScript NodeJS NestJS Express.js Docker JWT NPM Google React Styled Components Socket.io Postgres MySQL Figma Jira Swagger

๐Ÿ“Š GitHub Stats:




machine-shop-manager's People

Contributors

aszuta avatar patrykkuniczak avatar

Watchers

 avatar

machine-shop-manager's Issues

DB - Structure

  • 1. Machine

    • id: number
    • name: varchar(30)
    • description: varchar(150)
    • deliveredDate: Date
    • machineTechicalData: Machine Techical Data (Relation oTo)
    • inspection: Inspection (Relation oTm)
    • orders: Order [ ] (Relation oTm)
    • operator: User (Relation mTm)
  • 2. Machine Technical Data:

    • id: number
    • axlesNumber: smallint
    • type (Vertical, etc.): varchar(50)
    • driverType: varchar(50)
    • workSpace: Axis Dimension [ ] (Relation mTm)
    • productionDate: Date
  • 3. Axis Dimension:

    • id: number
    • axis: char
    • dimension: smallint
  • 4. Inspection:

    • id: number
    • startDate: Date
    • endDate: Date
    • faults: Fault [ ] (Relation oTm)
    • parts: Part [ ] (Relation oTm)
    • operations: Operation [ ] (Relation oTm)
    • state: boolean
  • 5. Fault:

    • id: number
    • description: text
    • occurrenceDate: Date
    • repairState: boolean
  • 6. Part:

    • id: number
    • name: varchar
  • 7. Operation:

    • id: number
    • name: varchar
  • 8. Order:

    • id: number
    • title: varchar(50)
    • orderNumber: number
    • description: string
    • detailsNumber: number
    • material: Material (Relation mTm)
    • orderExecution: Date
    • orderExecutionUser: User (Relation oTm)
    • instrument: Instrument (Relation mTm)
    • tool: Tool [ ] (Relation mTm)
  • 9. Material:

    • id: number
    • isoNumber: number
    • metalAlloy: string
    • takedBy: User (Relation mTm)
    • takenDate: Date
    • boughtDate: Date
  • 10. Instrument:

    • id: number
    • length: float
    • heigth: float
    • width: float
  • 11. User:

    • id: number
    • position: Position (Relation oTo)
    • personalData: Personal Data (Relation oTo)
    • hiredDate: Date
    • messages: Message [ ] (Relation oTm)
  • 12. Message:

    • id: number
    • content: string
    • sender: User (Relation oTo)
    • addressee: User (Relation oTo)
  • 13. Position:

    • id: number
    • name: string
    • permision: Permision [ ] (Relation mTo)
  • 14. Permision:

    • id: number
    • viewOrder: boolean
    • sendOrder: boolean
    • viewDrawing: boolean
    • sendDrawing: boolean
    • takeResource: boolean
    • repairing: boolean
    • usableMachine: Machine [ ] (Relation mTm)
  • 15. Personal Data:

    • id: number
    • name: varchar(50)
    • surname: varchar(50)
    • birthDate: Date
    • birthCity: varchar(50)
  • 16. Tool:

    • id: number
    • length: float
    • radius: float
    • insertNumber: smallint
    • insert: Insert (Relation oTo)
    • holder: Holder (Relation oTo)
  • 17. Insert:

    • id: number
    • name: varchar(30)
    • length: float
    • radius: float
    • material: varchar(30)
  • 18. Holder:

    • id: number
    • name: varchar(30)
    • length: #float
    • radius: float
    • type: varchar(30)

Assumptions

Account Types:
- Owner
- Manager
- Technologist
- Operator
- Mechanic
- Intern

Possibilities:
- Owner can do everything in company, only he can create accounts for employees

- Manager can assigne orders, and everything below

- Technologist can:
  1. Send technical drawing into machine
  2. Can operate all machines
  3. Everything below

- Operator can:
  1. Send a request for extend time for order to manager or owner
  2. Inform about machine fault, by create request on machine (Manager will receive the message)
  3. Operate machine which he's assigne
  4. Take materials, instruments, tools, inserts
  
- Mechanic can:
  1. Change order status for "Machine on service"
  2. Write into machine service information about service or inspection (Start date, end date, next inspection date)
  3. CAN'T take "Operator point 4" things
  
- Intern can only viewDrawing

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.