fix(contract-template): fix a bug where contract template where not using the productor max cheque quantity
All checks were successful
Deploy Amap / deploy (push) Successful in 1m42s
All checks were successful
Deploy Amap / deploy (push) Successful in 1m42s
This commit is contained in:
173
README.md
173
README.md
@@ -1,29 +1,160 @@
|
||||
# TODO
|
||||
# Todo list
|
||||
## Contracts
|
||||
- [x] Recap.
|
||||
- [x] Download one contract.
|
||||
- [x] Download all contract.
|
||||
- [ ] Update contract after first generation (for unregistered users).
|
||||
- [ ] View and edit contract application (dashboard/contracts/id/edit/)
|
||||
|
||||
## backend\src\contracts\contracts.py
|
||||
|
||||
- Extract recap
|
||||
|
||||
## Link products to a form
|
||||
## Forms
|
||||
- [ ] Link products to a form.
|
||||
- [ ] Preview form
|
||||
|
||||
## Wording
|
||||
|
||||
- all translations
|
||||
- [ ] All translations.
|
||||
- [ ] All French descriptions.
|
||||
- [ ] Reorganize keys in JSON objects.
|
||||
|
||||
## Footer
|
||||
- [ ] Legal.
|
||||
- [ ] About.
|
||||
- [ ] Contact.
|
||||
|
||||
### Legal
|
||||
## Dashboard
|
||||
- [ ] Pagination.
|
||||
- [ ] Soft Deletion
|
||||
|
||||
### About
|
||||
|
||||
### Contact
|
||||
|
||||
## Pagination
|
||||
|
||||
## Confirmation modal on suppression
|
||||
### Show on cascade deletion
|
||||
|
||||
## Update contract after (without registration)
|
||||
|
||||
## Preview form (if not visible can be accessed by referer nothing is stored)
|
||||
## View and edit contract application (dashboard/contracts/id/edit/)
|
||||
## Tests
|
||||
### Contracts
|
||||
##### Create
|
||||
- [ ] 200 Working case
|
||||
- [ ] 401 Unauthorized
|
||||
- [ ] 403 Forbidden
|
||||
- [ ] 422 Unprocessable Entity
|
||||
##### Update
|
||||
- [ ] 200 Working case
|
||||
- [ ] 404 Not found
|
||||
- [ ] 401 Unauthorized
|
||||
- [ ] 403 Forbidden
|
||||
- [ ] 422 Unprocessable Entity
|
||||
##### Read
|
||||
###### Get one
|
||||
- [ ] 200 Working case
|
||||
- [ ] 404 Not found
|
||||
- [ ] 401 Unauthorized
|
||||
- [ ] 403 Forbidden
|
||||
###### Get all
|
||||
##### Delete
|
||||
- [ ] 200 Working case
|
||||
- [ ] 404 Not found
|
||||
- [ ] 401 Unauthorized
|
||||
- [ ] 403 Forbidden
|
||||
- [ ] 422 Unprocessable Entity
|
||||
### Forms
|
||||
##### Create
|
||||
- [x] 200 Working case
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Update
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Read
|
||||
###### Get one
|
||||
###### Get all
|
||||
##### Delete
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
### Shipments
|
||||
##### Create
|
||||
- [x] 200 Working case
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Update
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Read
|
||||
###### Get one
|
||||
###### Get all
|
||||
##### Delete
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
### Productors
|
||||
##### Create
|
||||
- [x] 200 Working case
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Update
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Read
|
||||
###### Get one
|
||||
###### Get all
|
||||
##### Delete
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
### Products
|
||||
##### Create
|
||||
- [x] 200 Working case
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Update
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Read
|
||||
###### Get one
|
||||
###### Get all
|
||||
##### Delete
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
### Users
|
||||
##### Create
|
||||
- [x] 200 Working case
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Update
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
##### Read
|
||||
###### Get one
|
||||
###### Get all
|
||||
##### Delete
|
||||
- [x] 200 Working case
|
||||
- [x] 404 Not found
|
||||
- [x] 401 Unauthorized
|
||||
- [x] 403 Forbidden
|
||||
- [x] 422 Unprocessable Entity
|
||||
### Auth
|
||||
### Generate contracts / recap
|
||||
Reference in New Issue
Block a user