Hello, I'm still trying to understand how this system works and if it can fulfill my requirements. Please advise on the following:
- I'm building a website in codeigniter v2.1.3.
- User needs to register/login so they can list a product on the website (login/register is taken care of by Tank_Auth)
- User will use a form, allowing them to fill in product details and upload a few photos of a product they want to sell.
- When they submit the form, the product will remain in pending state until an admin approves.
- When approved, the product will be listed on the frontend.
In the backend, Grocery will definately allow me to administer the product details and allow me to change the status from pending to approved.
so my main question for Grocery is:
Can Grocery allow me to generate the frontend form, with all its fields, image uploader and validation? (ie, this is a frontend feature)
Or should I rather use a form generator for the frontend, like http://formigniter.org? And Grocery to administer the submitted data?