Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36400 3 d 4 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked  
36336 8 d 7 h ranu /trunk/ sales dispostion updated  
36286 13 d 23 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ sales dispostion updated  
36267 16 d 4 h ranu /trunk/ sales dispostion updated  
36211 23 d 1 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ rbm l1,l2,l3 layer introduce  
36114 30 d 3 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ rating system updated ..weekly rating  
35968 53 d 18 h ranu /trunk/ bm asm filter added in sales escalation  
35920 59 d 4 h ranu /trunk/ now inactive partners also showing on target page  
35853 63 d 23 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ no ans will come after 4 hrs  
35835 65 d 8 h ranu /trunk/ new remark has been updated (schedule time and date for call)  
35781 71 d 23 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Remove unused AuthUserPartnerMappingRepository injection from controllers  
35725 79 d 4 h ranu /trunk/ now recording also fetching  
35708 80 d 1 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ now recording also fetching  
35650 86 d 5 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ call target related changes  
35649 86 d 7 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ call target related changes  
35632 89 d 6 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ call target related changes  
35630 90 d 0 h aman /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Fix:Error handling  
35469 129 d 23 h vikas /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Leads Follow ups  
35467 130 d 0 h amit /trunk/ Optimize /lead-description endpoint

- Add null check for authUser to prevent NPE
- Move visitRequests query inside followUp block
- Move Comparator outside loop
- Rewrite selectLeadsScheduledBetweenDate using Criteria API with Predicates
- Single query joins Lead + LeadActivity with filters in DB
- Remove in-memory filtering of assignTo
 
35458 130 d 23 h amit /trunk/ Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level

Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories

Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor

Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility
 
35435 132 d 7 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Add @Transactional(readOnly = true) to GET methods in controllers

Added @Transactional(readOnly = true) to all read-only GET methods across 14 controllers:
- RetailerController (10 methods)
- UserController (16 methods)
- WalletController (5 methods)
- CartController (2 methods)
- StoreController (25 methods)
- DealsController (20 methods)
- ShopController (1 method)
- CustomerController (2 methods)
- NotificationController (3 methods)
- SolrSearchController (2 methods)
- InsuranceController (1 method)
- GatewayController (1 method)
- LeadController (13 methods)
- RechargeController (4 methods)

Total: 105 methods updated

All methods verified to only set @Transient fields on entities, ensuring no dirty writes.
 
35415 134 d 4 h amit /trunk/ Commit Changes  
35397 134 d 18 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Fixed performance  
35288 167 d 0 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Fixed lead self Assigned  
35079 216 d 7 h vikas /trunk/ Live Tracking and Shopify Products List Sync  
35075 217 d 1 h aman /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Fix:Timeline visibility  
34796 289 d 7 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ code committed for positions list according to remark date of partner  
34670 317 d 3 h aman.kumar /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Duplicate entry for not interested leads  
34626 335 d 5 h aman.kumar /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Error fix in duplicate entry of leads  
34625 335 d 5 h aman.kumar /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Duplicate Lead Entry Message fix  
34622 336 d 4 h aman.kumar /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Fixing duplicate input errors in Lead Assign  
34429 379 d 23 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ code committed for all party visibility  
34428 379 d 23 h ranu /trunk/ code committed for all party visibility  
34394 385 d 8 h tejus.lohani /trunk/ fix lead persist and lead update issue , and some change in lead table or schema  
34391 386 d 5 h tejus.lohani /trunk/ outlet name in lead  
34386 387 d 6 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ update code potential  
34322 407 d 0 h ranu /trunk/ rating related code done  
34301 409 d 21 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ rbm rating phase one  
34288 416 d 0 h ranu /trunk/ code commit for franchisee visit and rbm ratings  
34276 419 d 3 h ranu /trunk/ code commit for franchisee visit and rbm ratings