BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
profitmandi-web
/
src
/
main
/
java
/
com
/
spice
/
profitmandi
/
web
/
controller
/
LeadController.java
– Rev 35920
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
35920
1 d 2 h
ranu
/trunk/
now inactive partners also showing on target page
35853
5 d 22 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
no ans will come after 4 hrs
35835
7 d 6 h
ranu
/trunk/
new remark has been updated (schedule time and date for call)
35781
13 d 21 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Remove unused AuthUserPartnerMappingRepository injection from controllers
35725
21 d 2 h
ranu
/trunk/
now recording also fetching
35708
21 d 23 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
now recording also fetching
35650
28 d 3 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35649
28 d 5 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35632
31 d 5 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35630
31 d 22 h
aman
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fix:Error handling
35469
71 d 21 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Leads Follow ups
35467
71 d 22 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
72 d 21 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
74 d 5 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
76 d 3 h
amit
/trunk/
Commit Changes
35397
76 d 16 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed performance
35288
108 d 22 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed lead self Assigned
35079
158 d 5 h
vikas
/trunk/
Live Tracking and Shopify Products List Sync
35075
158 d 23 h
aman
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fix:Timeline visibility
34796
231 d 5 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
259 d 1 h
aman.kumar
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Duplicate entry for not interested leads
34626
277 d 4 h
aman.kumar
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Error fix in duplicate entry of leads
34625
277 d 4 h
aman.kumar
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Duplicate Lead Entry Message fix
34622
278 d 2 h
aman.kumar
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixing duplicate input errors in Lead Assign
34429
321 d 21 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
code committed for all party visibility
34428
321 d 22 h
ranu
/trunk/
code committed for all party visibility
34394
327 d 6 h
tejus.lohani
/trunk/
fix lead persist and lead update issue , and some change in lead table or schema
34391
328 d 3 h
tejus.lohani
/trunk/
outlet name in lead
34386
329 d 4 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
update code potential
34322
348 d 22 h
ranu
/trunk/
rating related code done
34301
351 d 20 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
rbm rating phase one
34288
357 d 22 h
ranu
/trunk/
code commit for franchisee visit and rbm ratings
34276
361 d 1 h
ranu
/trunk/
code commit for franchisee visit and rbm ratings
34268
363 d 4 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
added potential in lead
34266
363 d 7 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
added potential in lead
34228
375 d 4 h
tejus.lohani
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
upload all shop photo or no file upload if source is other then self-Commit right now bcoz its not working in android phones
34124
414 d 1 h
tejus.lohani
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
upload all shop photo or no file upload if source is other then self
34118
417 d 0 h
tejus.lohani
/trunk/
create lead detail to add shop photo
33041
731 d 1 h
ranu
/trunk/
latest point done on ticket map project
32978
740 d 21 h
amit.gupta
/trunk/
Checked in some basic resources