(root)/ – Rev 35925
Rev 35924 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 35925 2026-03-02 17:47:39
- Author: amit
- Log message:
- 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