| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35689 |
170 d 1 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Optimize transaction order creation: restrict investment check to hard_limit partners, eliminate duplicate DB queries, batch-fetch categories and high-demand items, reuse pre-fetched data in focusedModelShortageValidation and transaction processing |
|
| 35683 |
171 d 15 h |
ranu |
/trunk/ |
web deploye for active category |
|
| 35663 |
172 d 18 h |
vikas |
/trunk/ |
Pinelabs Offers fetching item wise |
|
| 35661 |
174 d 13 h |
ranu |
/trunk/ |
web deploye for active category |
|
| 35656 |
174 d 21 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
call target related changes |
|
| 35655 |
174 d 21 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
call target related changes |
|
| 35652 |
175 d 13 h |
vikas |
/trunk/ |
PineLabs Offer and Create Order |
|
| 35650 |
175 d 18 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
call target related changes |
|
| 35649 |
175 d 20 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
call target related changes |
|
| 35633 |
178 d 19 h |
amit |
/trunk/ |
Add hikari.keepaliveTime property to all environment configs |
|
| 35632 |
178 d 20 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
call target related changes |
|
| 35630 |
179 d 13 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Fix:Error handling |
|
| 35626 |
179 d 15 h |
amit |
/trunk/ |
Ticket system: add unread tracking, pagination, search, and partner notifications |
|
| 35625 |
179 d 15 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Fix:getpartner error handling |
|
| 35618 |
181 d 13 h |
amit |
/trunk/ |
Fix: Apply visibility filter only for CRM users in viewRecentTickets
- Reverted named query visibility filter (was filtering all users)
- Added role-based filtering in viewRecentTickets and viewRecentTickets/{fofoId}
- CRM users: Filter by visible subcategory names
- Sales/RBM/ABM users: See all tickets without filtering |
|
| 35617 |
181 d 13 h |
amit |
/trunk/ |
Filter invisible subcategory tickets for CRM and end users only
- CRM users: Cannot see tickets with visibility=0 subcategories
- Sales/RBM/ABM users: Can see all tickets (no filtering)
- End users in web module: CRM users filtered, others see all
- Uses getTicketSubCategoryMap() for efficient batch lookup
- Named query filters by tbc.visibility=true for recent tickets |
|
| 35615 |
181 d 14 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Revert ticket visibility changes from TicketChatActivityController |
|
| 35614 |
181 d 14 h |
amit |
/trunk/ |
Hide RBM and Sales escalation tickets from end user ticket view
- Filter out subcategory IDs 83 (RBM_L2_ESCALATION) and 84 (SALES_ESCALATION) in viewTickets endpoints
- Update selectRecentClosedTicket named query to exclude these escalation types |
|
| 35599 |
182 d 11 h |
amit |
/trunk/profitmandi-web/ |
Add HikariCP dependency for connection pooling |
|
| 35596 |
182 d 11 h |
amit |
/trunk/profitmandi-web/src/main/ |
Migrate from C3P0 to HikariCP connection pooling
- Update WebDBContextConfigure to use HikariDataSource instead of DriverManagerDataSource
- Replace C3P0 properties with HikariCP settings
- New settings: maximumPoolSize=20, minimumIdle=2, idleTimeout=30s, maxLifetime=30min |
|