This application is for Tailors and has the purpose to help them managed theirs activities The features of the application are the followings:
- Client management
- Order management
- User management
- Employee management
- Type of dresses management
The application is an API and will be available for many clients such as: Java
, C#
, Python
, Go
and JavaScript
- GenericPerson(Id, FirstName, LastName, Telephone, Gender)
- Employee(Id, FirstName, LastName, Telephone, Gender)
- User(Id, FirstName, LastName, Telephone, Login, Password, Category, Gender)
- Client(Id, FirstName, LastName, Telephone, Gender)
- Order(Id, Number, Date, DeliveryDate, #IdClient)
- Dress(Id, Amount, #IdOrder, #IdDressType, #IdModelType, #IdMaterialType)
- Measure(Id, Type, Value, #IdDress, #IdMeasureType)
- GenericType(Id, Name)
- DressType(Id, Name)
- ModelType(Id, Name)
- MaterialType(Id, Name, Image)
- MeasureType(Id, Name, Description)