Návrh systému pro sdílenou ekonomiku
Notes
- support federation to interconnect multiple instances
- support ridesharing, carsharing, stays
Objects definition
User
- ID
- Server
- Login
- Password
- PasswordSalt
- Name
- Age
- RegistrationTime
- LastLoginTime
- Description
- Picture
- Phone
- BirthDate
- Language
Car
- ID
- Server
- Name
- ManufactureDate
- Color
- Model
- Pictures
- FuelType
CarState
- ID
- Car
- Time
- Pictures
- Mileage
- FuelPercentage
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