Project

General

Profile

Actions

Task #12

open

Create Ads (User Login -->Menu: Ads)

Added by Dana Basheer about 2 months ago. Updated about 2 months ago.

Status:
Resolved
Priority:
High
Assignee:
Start date:
01/06/2026
Due date:
01/06/2026 (59 days late)
% Done:

0%

Estimated time:

Description

Implement ad creation and management functionality for users.
Users should be able to create, view, edit, and manage ads with category and location selection.

***ads_table

id (PK) – Unique identifier for each ad

user_id (FK users.id) – Reference to the user who created the ad

category_id (FK categories.id) – Reference to the selected category

location_id (FK locations.id) – Reference to city/area level location

title – Title of the advertisement

description – Detailed description of the ad

price – Price of the item/service
price_type – Pricing type (fixed / negotiable / free)

condition – Item condition (new / used)

status – Ad status (draft / pending / published / rejected / sold / expired)

reject_reason (nullable) – Reason for rejection (if rejected by admin)

contact_preference – Preferred contact method (chat / call / both)

latitude, longitude (nullable) – Location coordinates for mapping (optional)

published_at – Date and time when the ad is published

expires_at – Date and time when the ad expires

created_at – Ad creation timestamp

updated_at – Last updated timestamp

Actions #1

Updated by Navyamol KB about 2 months ago

  • Status changed from New to In Progress
Actions #2

Updated by Dana Basheer about 2 months ago

  • Subject changed from Create Ads (User Login -->Menu: Ads to Create Ads (User Login -->Menu: Ads)
Actions #3

Updated by Navyamol KB about 2 months ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF