-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,51 @@ | ||
# Strapi plugin exchange | ||
# STRAPI 1C EXCHANGE PLUGIN | ||
# Name: MegaExchange | ||
## Author: Roman Agafonov / Роман Агафонов | ||
## LICENSE: Apache 2.0 | ||
|
||
A quick description of exchange. | ||
Это моя первая попытка open-source "серьезного" проекта. По этому зная | ||
Свое любимое токсичное комьюнити, прошу отнестись с пониманием. | ||
Здравомыслящая критика и предложения по улучшению приветствуются. | ||
|
||
Если у Вас возникло желание поддержать мое начинание, то я с удовольствием приму | ||
любое пожертвование на карту :) | ||
|
||
### 2200700818815853 | ||
Роман А. Тинькофф | ||
|
||
### Идея проекта | ||
Состоит в создании универсального плагина для обмена данными с 1С Предприятием и ему подобным релятивным шлаком, | ||
по протоколу CommerceML 2 / CommerceML EDI | ||
|
||
### Что планируется: | ||
|
||
- авторизация | ||
- UI интерфейс на основе bootstrap stapi | ||
- автогенерация типов данных и их комплементация в единую абстракцию | ||
- проверка изменений | ||
- авторегенерация изображений | ||
|
||
> Это динамический список. | ||
### Что Сделано: | ||
- NOTHING | ||
зае**сь правда? | ||
> Это динамический список. | ||
## INSTALATION / УСТАНОВКА | ||
### STEP 0 | ||
``` | ||
move all files in you strapi project - ..../'you_strapi_folder'/src/plugins/'you_plugin_folder' | ||
or | ||
just use git clone | ||
``` | ||
### STEP 1 | ||
``` | ||
run command into plugin folder | ||
------------------------------ | ||
yarn install | ||
``` | ||
### STEP 2 | ||
``` | ||
to be continued | ||
``` |