Task #26
openTask #20: Add Multiple images to Ads
Enhance Ad images with Location Details
0%
Description
Enhance the existing ad image functionality by adding location-related details such as state, district, and pincode.
These details will help in better regional filtering and display of ads along with images.
***ad_images_table (Enhancement)
state – State name related to the ad
district – District name related to the ad
pincode – Postal code of the ad location
**Validations
*state is mandatory if district or pincode is provided.
*district is mandatory if pincode is provided.
*pincode must be numeric and should contain valid digits (6 digits for India).
*State, district, and pincode values must match the selected location_id of the ad (if location master is used).
*These fields are optional but must be consistent if provided.
*Only existing ads can have location details added to images.
*Editing location details should not affect already uploaded images’ order or visibility.
Updated by Navyamol KB about 2 months ago
- Status changed from New to In Progress
Updated by Navyamol KB about 2 months ago
- Status changed from In Progress to Resolved