Návrh systému pro sdílenou ekonomiku

Z ZděchovNET
Verze z 10. 8. 2020, 22:52, kterou vytvořil Chronos (diskuse | příspěvky) (Založena nová stránka s textem „=Notes= * support federation to interconnect multiple instances * support ridesharing, carsharing, stays =Objects definition= ==User== * ID * Server * Lo…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Skočit na navigaci Skočit na vyhledávání

Notes

  • support federation to interconnect multiple instances
  • support ridesharing, carsharing, stays

Objects definition

User

  • ID
  • Server
  • Login
  • Password
  • PasswordSalt
  • Name
  • Age
  • Email
  • RegistrationTime
  • LastLoginTime
  • Description
  • Picture
  • Phone
  • BirthDate
  • Language

Car

  • ID
  • Server
  • Name
  • ManufactureDate
  • Color
  • Model
  • Pictures

Offer

  • ID
  • MapPosition
  • AutomaticConfirmation
  • PaymentMethod (Cash, WireTransfer, Card)
  • Price

OfferCar

  • Car
  • Calendar

OfferRide

  • Car
  • Stops
  • Seats

OfferStay

  • Place

Service

  • ID
  • Name

Place

  • Type (Bed, Room, Flat, House)
  • Pictures
  • Capacity
  • Equipment

Ride

  • Stops

RideStop

  • Ride
  • Time
  • MapPosition
  • Seats
  • Price

Reservation

  • ID
  • BeginTime
  • EndTime
  • Offer
  • Price
  • Note

Message

  • ID
  • Time
  • UserFrom
  • UserTo
  • Content

UserRating

  • ID
  • User
  • RatedUser
  • Stars
  • Description

PlaceRating

  • ID
  • User
  • RatedPlace
  • Stars
  • Description

Server

  • ID
  • Name
  • Hostname
  • Enabled

CarManufacturer

  • ID
  • Name

CarModel

  • ID
  • Name
  • Manufacturer