Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 840 Bytes

Joomla-Assignment-1.md

File metadata and controls

16 lines (13 loc) · 840 Bytes

Background

The Joomla coding test will help you demonstrate proficiency in Joomla development

Assignment

Create a simple shopping cart extension that has the following areas

  • Admin - Manage products
  • Frontend - List of products
  • Frontend - Add to Cart (This should be AJAX)
  • Frontend - Cart Page
  • Cart module showing total amount and count of items in cart
  • Ensure that the component has good looking URLs by creating a router

Checkout / payment workflow is not needed. Design an appropriate database schema for the above functionality. Make sure all the Joomla coding best practices are followed. You can find the documentation on docs.joomla.org

Deliverable

Commit the code to a github repository and email us the link to the repository. Also provide instructions on how to create a installable zip file from the code.