| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 37212 |
3 m |
amit |
/trunk/profitmandi-fofo/src/main/ |
Hot Deals: Category-team page under Catalog menu - brand-wise hot deal models with inline date editing (manage-hot-deals) |
|
| 37211 |
3 m |
amit |
/trunk/profitmandi-dao/src/ |
Hot Deals: model_hot_deal entity, repository and service with 15-active-per-brand cap, duplicate-active and date validation |
|
| 37210 |
24 m |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Auth-user password reset: use authService.resetAuthUserPassword (no dtr.users cascade) |
|
| 37209 |
24 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ |
AuthService: add resetAuthUserPassword (auth_user only, by email or mobile, no dtr.users cascade) to fix 400 on auth-user password reset |
|
| 37208 |
30 m |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
external api v2: stamp categoryId on content upload |
|
| 37207 |
32 m |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/external/ |
external api v2: categoryMaster endpoint, client-scoped feeds, itemIds-optional paginated /stock |
|
| 37206 |
32 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
external api v2: category-scoped feeds, categoryMaster, catalog-derived titles, item fields + brand_identifier in sku/stock, gst in storeMaster, paginated stock |
|
| 37205 |
34 m |
amit |
/trunk/profitmandi-fofo/src/main/ |
Partner password reset: accept store code or retailer id directly (partnerKey) in addition to name autosuggest |
|
| 37204 |
37 m |
amit |
/trunk/profitmandi-dao/src/ |
external api v2: category spec + client category entities, cached category exposure, title util, item.brand_identifier, ContentPojo categoryId/categorySpecs |
|
| 37203 |
57 m |
amit |
/trunk/profitmandi-dao/src/main/resources/sql/ |
external api v2: migration for category_spec_definition, api_client_category, item.brand_identifier |
|
| 37202 |
1 h 11 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ |
Fix partner password reset: partners live in user.user (id=fofoId), use userUserRepository not dtr.users (was causing 400) |
|
| 37201 |
13 h 11 m |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Password override: record partner identifier as store code (resolved via FofoStoreRepository), not free-text input |
|
| 37200 |
17 h 14 m |
vikas |
/trunk/profitmandi-fofo/src/main/ |
Updated Escalation Level |
|
| 37199 |
17 h 22 m |
vikas |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/monitors/ |
Updated Escalation Level |
|
| 37198 |
20 h 4 m |
amit |
/trunk/profitmandi-fofo/src/main/webapp/ |
Fix password-reset 404: drop erroneous /authUser prefix in JS/vm URLs to match root-level AuthUserController mappings |
|
| 37197 |
23 h 19 m |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
level l1 to l9 commited |
|
| 37196 |
1 d 1 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/filter/ |
v2 version some fixes |
|
| 37195 |
1 d 1 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ |
ai + brand display mapping fixed |
|
| 37194 |
3 d 19 h |
aman |
/trunk/ |
LOI OTP: report real send outcome instead of always 'OTP Sent Successfully!'
The Send OTP button showed success for any HTTP 200, including the daily-cap
failure where the controller returned 'Something went wrong..'. Ops could not
tell a working send from a broken one, so genuine failures were invisible.
- OTPResponse: add 'sent' flag. result=true did not mean anything was
dispatched - the 2-minute resend throttle returns the previous OTP without
contacting the gateway.
- OtpProcessor: set sent=true only on branches that actually dispatch.
- LoiFormController.sentLoiAcceptanceOtp: return {status, sent, message} with
the processor's real reason, wrap generateOtp in try/catch so a dispatch
exception is logged and reported instead of surfacing as a generic 500, and
log loiId/result/sent/reason.
- loi-form.js: check the payload; distinct green/amber/red states, re-enable
the button on failure instead of leaving it stuck on 'Sending...'.
- common.js: optional error callback on doAjaxRequestHandler /
doPostAjaxRequestHandler (additive; existing callers unchanged).
- AppConfig: static resource version 389 -> 390 for the JS change. |
|
| 37193 |
3 d 23 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
brand ai+ fixed |
|