lolrenx / jestocke-skill-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jestocke skill test

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.


πŸ“ Exercise 1 : Back-end

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).

πŸ“ Exercise 2 : Front-end

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.


πŸ’‘ Tips

You can load sample data with

python manage.py loaddata market_place/fixtures/sample.json
python manage.py loaddata booking/fixtures/sample.json

πŸš€ Ready for the review ?

Send your work to your contact at Jestocke.com

Good luck !

About


Languages

Language:Python 71.2%Language:HTML 28.8%