Hello, thanks for your interest in joining our team.
The purpose of this test is to verify your coding and architecture skills and evaluate your line of thought during the test.
Try to work as you would on a regular day and narrate your intentions as you add or modify code.
Searching Google is allowed.
We strongly recommend you to use the one of the local environments indicated below to take this test, to prevent delays causes by issues with your local environment.
We don't recommend using Docker or any other containerization tool to take this test.
- Clone this repository.
- Import the store.sql file to database.
You'll need:
- Git
- Composer
- Working local MySQL server
- Working local PHP 7.x server (the built in PHP server will do).
- XAMPP
- Laragon (Windows Only)
-
Display the total purchase amount on Customer's page.
-
Fix broken filters on Customer's page.
-
Implement feature to add a new category.
-
Display the category name in the product list.
-
Add to category listing the number of linked products in each.
-
Ensure that a category can only be deleted if it has no linked products.
-
Ensure the operation to update the product.
Good luck!