| 2981 |
5270 d 0 h |
rajveer |
/trunk/ |
Removed Widget and WidgetItem and Added a table called UserWidgetItem. Now all browse history and my research data for a user will come from this single table. This effort will help to reduct query time for some slow queries related to widgets, as we will always use index. |
|
/trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/user/UserWidgetItem.java
/trunk/PyProj/src/shop2020/model/v1/user/impl/WidgetConverters.py /trunk/PyProj/src/shop2020/model/v1/user/impl/WidgetDataAccessor.py /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/user/Widget.java /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/user/WidgetItem.java
/trunk/PyProj/.pydevproject /trunk/PyProj/src/shop2020/model/v1/user/impl/Dataservice.py /trunk/PyProj/src/shop2020/model/v1/user/impl/PromotionRuleDataUtilities.py /trunk/PyProj/src/shop2020/model/v1/user/impl/UserContextSerivceHandler.py /trunk/PyProj/src/shop2020/model/v1/user/impl/UserDataAccessors.py /trunk/PyProj/src/shop2020/model/v1/user/test/UserTest.py /trunk/PyProj/src/shop2020/thriftpy/model/v1/user/PromotionService.py /trunk/PyProj/src/shop2020/thriftpy/model/v1/user/UserContextService-remote /trunk/PyProj/src/shop2020/thriftpy/model/v1/user/UserContextService.py /trunk/PyProj/src/shop2020/thriftpy/model/v1/user/ttypes.py /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/user/PromotionService.java /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/user/UserContextService.java /trunk/ThriftGen/thriftsrc/UserModel/UserModel.thrift
|
| 2121 |
5341 d 0 h |
varun.gupta |
/trunk/PyProj/src/shop2020/model/v1/user/ |
Rule execution made dynamic |
|
/trunk/PyProj/src/shop2020/model/v1/user/impl/PromotionRuleDataUtilities.py /trunk/PyProj/src/shop2020/model/v1/user/promotionrules /trunk/PyProj/src/shop2020/model/v1/user/promotionrules/__init__.py /trunk/PyProj/src/shop2020/model/v1/user/promotionrules/rule_for_5perc_discount_on_5k_purchase.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/PromotionDataAccessors.py /trunk/PyProj/src/shop2020/model/v1/user/impl/PromotionServiceHandler.py
|