| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36451 |
11 d 7 h |
amit |
/trunk/profitmandi-dao/src/main/ |
Add reference field to catalog.offer and catalog.scheme for payout collation |
|
| 36081 |
48 d 4 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Use JDK serialization for Redis caches with Map<Integer,...> keys
GenericJackson2JsonRedisSerializer converts Map Integer keys to String
during JSON serialization. On deserialization, map.get(Integer) returns
null since keys are now Strings. This broke allOffers, offer.slabpayout,
catalog.published_yearmonth, and offer.achievement caches.
Fix: Use JdkSerializationRedisSerializer for these specific caches to
preserve exact Java types. Added Serializable to 9 model classes in the
offer object graph: CreateOfferRequest, TargetSlab, ItemCriteriaPayout,
ItemCriteria, PartnerCriteria, PayoutSlab, AmountModel, QtyAmountModel,
DateRangeModel. |
|
| 35600 |
105 d 12 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Fix Redis serialization bug and add 15-min cache manager
- Fix SerializationException for publishedOffersWithAchievement cache
- Add @JsonIgnore to computed getters getBillingStartDate/getBillingEndDate
- Add @JsonIgnoreProperties(ignoreUnknown=true) to CreateOfferRequest,
ItemCriteriaPayout, TargetSlab for backward compatibility with cached data
- Add redisVeryShortCacheManager (15 min TTL) for frequently changing data
- brandStockPrices, partnerInvestments, partnerSales, partnerDailyInvestment
now use 15-min cache instead of 60-min |
|
| 35394 |
147 d 23 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Improved performance |
|
| 34652 |
338 d 6 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
Fixed! |
|
| 32969 |
816 d 7 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
Changed billing date to 90 days |
|
| 32846 |
848 d 22 h |
ranu |
/trunk/ |
offer ui fixed |
|
| 32845 |
849 d 5 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
Took Raveendra Changes |
|
| 32024 |
1091 d 9 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
Added billing of past 30 days as well from start date |
|
| 32021 |
1092 d 7 h |
amit.gupta |
/trunk/ |
Fixed additional scheme logic |
|
| 31903 |
1104 d 12 h |
amit.gupta |
/trunk/ |
Added changes related to new scheme rollout policy |
|
| 31779 |
1134 d 12 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
Fixed net availability to SaholicCIS Table |
|
| 31608 |
1176 d 12 h |
amit.gupta |
/trunk/ |
Added process timestamp of CreateOfferRequest |
|
| 31190 |
1268 d 7 h |
amit.gupta |
/trunk/ |
Added logic for Booster handling, New Partners are not allowed to participate in booster offers |
|
| 30978 |
1327 d 12 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
Fixed report for processing |
|
| 30651 |
1419 d 7 h |
amit.gupta |
/trunk/ |
Added processing of sellin |
|
| 29839 |
1583 d 7 h |
amit.gupta |
/trunk/ |
Fixed texrt |
|
| 29795 |
1584 d 13 h |
amit.gupta |
/trunk/ |
Added base Criteria flag |
|
| 29785 |
1587 d 5 h |
amit.gupta |
/trunk/ |
Fixed price circular |
|
| 29687 |
1612 d 12 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
|
|
| 29574 |
1645 d 13 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
|
|
| 29573 |
1645 d 13 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
|
|
| 28967 |
1731 d 7 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
|
|
| 28541 |
1775 d 5 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
|
|
| 28153 |
1864 d 7 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
|
|
| 28029 |
1889 d 7 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
|
|
| 28028 |
1889 d 7 h |
amit.gupta |
/trunk/ |
Fixed dashboard |
|
| 28019 |
1890 d 6 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
|
|
| 27918 |
1895 d 5 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Aded changes for Target Type |
|
| 27878 |
1898 d 8 h |
amit.gupta |
/trunk/ |
|
|
| 27360 |
2014 d 13 h |
tejbeer |
/trunk/ |
change |
|
| 27353 |
2015 d 2 h |
tejbeer |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/model/ |
change |
|
| 26694 |
2179 d 9 h |
tejbeer |
/trunk/ |
change |
|
| 26675 |
2181 d 12 h |
tejbeer |
/trunk/ |
cg |
|
| 26674 |
2182 d 0 h |
tejbeer |
/trunk/ |
change |
|
| 26588 |
2205 d 5 h |
tejbeer |
/trunk/ |
offer change |
|