Welcome to JeStocke's technical tests !
Here you will find 2 exercises to do. To achieve them, read the full statement, fork this project and code.
A django project has been initialized with only a few models.
Help administrators view the StorageBoxes created by users through the admin area :
- The lists should display the latest boxes created at the top of the list.
- It must be possible to filter boxes according to surface area
- It must be possible to filter boxes by availability (the administrator must be able to enter a date range).
Still in the same project, create a page to show site users the available boxes.
Users should be able to filter or sort by price, surface area, etc.
You can load sample data with
python manage.py loaddata market_place/fixtures/sample.json
python manage.py loaddata booking/fixtures/sample.json
Send your work to your contact at Jestocke.com
Good luck !