Skip to content

MarianSulgan/SkiRental

Repository files navigation

SkiRental

This is ski rental desktop application.


##Data Schema

Application saves data needed for running ski rental business. So far examined and tested is this set of entities and attributes.

###Items

  • Id (could be barcode or number or any unique identifier)
  • Brand
  • Type (brand series)
  • Size
  • Type of goods - skis/headwear/boots/poles (extendable)
  • State (free/reserved or rented)

###Rentals

  • Date from
  • Date to
  • Price
  • Customer
  • Items that are rented
  • State (active/closed)
  • Notes

###Customers

  • Name
  • Surname
  • Phone number
  • ID card number
  • Address
  • Notes

###Service item

  • Brand
  • Type (brand series)
  • Type - skis/snowboard
  • Bottom edge angle
  • Side edge angle
  • Type of service action (mounting, waxing, etc.)

###Service

  • Date from
  • Date to
  • Price
  • Customer
  • Items that are serviced
  • Notes

##Older version had several dependencies, here is list of them:

Node modules:

Other JavaScript libraries:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published