Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35943 6 h 2 m amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ Reduce log noise: demote interceptor/cookie per-request INFO to DEBUG, demote large object dumps and loop logging to DEBUG, fix string concatenation in log statements  
35942 6 h 2 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Reduce log noise: demote verbose INFO to DEBUG, fix empty list SQLGrammarException in getItemAvailability, fix copy-paste bug in PartnerTypeChangeServiceImpl, fix string concatenation in log statements  
35941 8 h 13 m vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update shopify env  
35940 8 h 21 m vikas /trunk/profitmandi-dao/src/main/resources/ Update shopify env  
35939 8 h 41 m vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product Sync  
35938 8 h 46 m amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix scheme IMEI search performance: remove entity list logging causing lazy load, batch PriceDrop queries  
35937 8 h 46 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/transaction/ Fix scheme IMEI search performance: add PriceDrop batch selectByIds to eliminate N+1 queries  
35936 13 h 22 m vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product Sync  
35935 13 h 28 m vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product Sync  
35934 2 d 8 h vikas /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/req/ Support Apis: Added new  
35933 2 d 9 h aman /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Fix:Contact us list update  
35932 2 d 13 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product  
35931 2 d 17 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ Fix negative wallet double-count in createSDDirectOrder

Ignore negative wallet balance when calculating limit block amount.
blockLoan() already calls fundWallet() to cover negative balance independently.
Including negative wallet caused over-allocation, leaving residual pending_amount
on limit-blocked loans that could never be released.
 
35930 2 d 23 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product  
35929 2 d 23 h vikas /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ Update Existing Shopify Product  
35928 2 d 23 h vikas /trunk/ Update Existing Shopify Product  
35927 3 d 0 h vikas /trunk/ Support Apis: Added new  
35926 3 d 0 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Update Existing Shopify Product  
35925 3 d 7 h amit /trunk/profitmandi-fofo/src/main/ Per-criteria offer editing UI + fix cache eviction bugs

- Add POST /offer/updateSlabs endpoint with JSON body for per-slab target+payout editing
- Replace flat target editor with grouped table (Models, Slab, Target, Payout columns)
- Fix: publishedOffersWithAchievement evicted from wrong cache manager (redisShort->oneDay)
- Fix: todayOffers cache never evicted on offer mutations — added to all mutating operations
- Extract evictOfferCaches() helper for update endpoints
 
35924 3 d 7 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Per-criteria target and payout editing for offers

- Add UpdateSlabRequest/UpdateOfferSlabsRequest models for per-slab updates
- Add id field to PayoutSlab, populate from TargetSlabEntity.id
- Add updateOfferSlabs() service method: validates slab ownership, updates payoutTarget and payoutValue independently
- Keep updateOfferTargets() for backward compatibility
 

Show All