Compare commits
No commits in common. "master" and "refactoring" have entirely different histories.
master
...
refactorin
1 changed files with 14 additions and 58 deletions
72
README.md
72
README.md
|
|
@ -1,61 +1,17 @@
|
||||||
# Information System "Sea transport"
|
# Информационная система «Морской транспорт».
|
||||||
|
|
||||||
### IS Entities
|
### Состав сущностей
|
||||||
- Vessels
|
суда – номер судна, порт приписки, список грузов, размер свободного места в грузовых отсеках
|
||||||
– ID
|
груз – идентификатор, количество, пункт доставки
|
||||||
- harbor
|
пункт доставки – название, список складов
|
||||||
- cargo
|
склад – номер склада, количество свободного места
|
||||||
- capacity
|
|
||||||
- Cargo
|
|
||||||
- ID
|
|
||||||
- volume
|
|
||||||
- delivery point
|
|
||||||
- Delivery point (Harbor)
|
|
||||||
- ID
|
|
||||||
- title
|
|
||||||
- storages
|
|
||||||
- Storage
|
|
||||||
- ID
|
|
||||||
- capacity
|
|
||||||
|
|
||||||
### Operations
|
### Операции, исполняемые системой
|
||||||
- Vessels listing
|
просмотр списка судов
|
||||||
- Cargo movement
|
перемещение грузов из судов в различных пунктах в склады
|
||||||
- Cargo listing
|
просмотр списка грузов для каждого склада и загрузку судов
|
||||||
|
|
||||||
### Usergroups
|
### Группы пользователей
|
||||||
- Administrator
|
администратор
|
||||||
- Dispatcher
|
диспетчер
|
||||||
- Skipper
|
капитан
|
||||||
|
|
||||||
|
|
||||||
# Documentation
|
|
||||||
|
|
||||||
Internal documentation generated with Doxygen can be found in [here](./sea_transport/documentation/)
|
|
||||||
|
|
||||||
|
|
||||||
# Code Quality
|
|
||||||
|
|
||||||
I am not usig any particular common code conventions, instead I have created my own, based on my specific views and inspirations. Something from Apache's C++ CC, something from Python. In general, I am aimed to write easilly readable? self-documenting code.
|
|
||||||
|
|
||||||
|
|
||||||
# How to build
|
|
||||||
|
|
||||||
## Prequisites:
|
|
||||||
|
|
||||||
- QtCreator 4.13+
|
|
||||||
- QtFramework at least 5.15
|
|
||||||
- MinGW v81 x64 (I am developed and builded with it, you can use MSVC if it'll compile)
|
|
||||||
|
|
||||||
## Step-by step
|
|
||||||
|
|
||||||
1. Open project in QtCreator
|
|
||||||
1. If needed - reconfigure project to match your setup
|
|
||||||
2. Set build type to release
|
|
||||||
3. Click `build` button
|
|
||||||
4. Locate generated binaries - we will need `{build name}.exe` file
|
|
||||||
5. Open you shell (I am using OGPowershell, not PSCore)
|
|
||||||
1. Locate file `windeployqt.exe` in your Qt installation dir
|
|
||||||
> you can do so by using something like `gci -Path {QtPath} -Recurse -Include windeployqt.exe`
|
|
||||||
6. Execute command `{path to windeployqt.exe}\windeployqt.exe {path to generated exe}\{build name}.exe`
|
|
||||||
7. If everything done right - you will get all the static libs to run your build on any computer without Qt installation
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue