jpasilan / my_ad

My-Ad Project
0 stars 1 forks source link

Implement Ad Posting #6

Closed jpasilan closed 10 years ago

jpasilan commented 10 years ago

Implementing the necessary functionality to create and update classified ads. The ERD for the required models is shown in the image attachment below. Minimum set of features to complete this task is as follows:

The adding of the ad images will be on a separate task or ticket as this requires more work.

classified ads

The necessary user and permission models have already been implemented through the Cartalyst Sentry package (https://cartalyst.com/manual/sentry). Look through the migrations on what permissions in relation to adding posts are already present in the system.

This should be worked on the Git branch: classified-ads

jpasilan commented 10 years ago

Initial set of categories are as follows:

jpasilan commented 10 years ago

Updating and adding the Real Estate and Vehicle ads will be added for later.

jpasilan commented 10 years ago

Merged to master. Closing issue.

jpasilan commented 10 years ago

Re-opening to improve on the view templates.

jpasilan commented 10 years ago

The view templates will be worked on and finalized in another ticket. The same is also true for the search function.