diff --git a/README.md b/README.md index ac850f4..2bb7c3f 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,15 @@ you can run the `copy.sh` script to do it automatically make sure you set the `DB_PASS` in `.env` to the same as you set in `docker-compose.yml` +## compilance +as per the [original document](./original_doc.docx), the following is implemented: + +- API for listing params +- listing params +- - adding one or two images to a param, deleting an image, replacing the image +- images: +- - original file name is saved +- - everything is stored in one directory, files with the same original name do not conflict + ## running yii commands inside docker `./sh php yii migrate/up` \ No newline at end of file diff --git a/original_doc.docx b/original_doc.docx new file mode 100644 index 0000000..4aa9e68 Binary files /dev/null and b/original_doc.docx differ