Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #344

Closed
wants to merge 311 commits into from
Closed

Test #344

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
311 commits
Select commit Hold shift + click to select a range
51e036c
Improved: code to fetch ruleGroup based on productStoreId (#250)
amansinghbais Apr 18, 2024
cbe7ca6
Improved: added empty state on threshold-rules page (#250)
amansinghbais Apr 18, 2024
9e1e26c
Improved: fieldName for the threshold rule(#250)
amansinghbais Apr 18, 2024
a12646a
Merge pull request #251 from amansinghbais/250-threshold-rule
ravilodhi Apr 18, 2024
269f376
Improved: code to clear state on product store change and rule creati…
amansinghbais Apr 18, 2024
1055615
Implemented: code to fetch rules for all the pages (#255)
amansinghbais Apr 18, 2024
1c2ec19
Implemented: functionality to fetch and create safety stock rule (#255)
amansinghbais Apr 19, 2024
361ec4b
Improved: payload for schedule Rule item (#255)
amansinghbais Apr 19, 2024
4a99178
Implemented: logic for creating a new safety stock rule (#255)
amansinghbais Apr 19, 2024
7389a88
Improved: code to update store pickup status, and logic to fetch rule…
amansinghbais Apr 19, 2024
c089894
Improved: code to render created shipping rule (#255)
amansinghbais Apr 19, 2024
483b9c6
Improved: logic to render included and excluded facility groups (#255)
amansinghbais Apr 22, 2024
83ee853
Implemented: centralized modal for updating facility groups associate…
amansinghbais Apr 22, 2024
d71b4bb
Improved: code to fetch facility groups and to render rule without ac…
amansinghbais Apr 22, 2024
da841f2
Improved: condition to check whether conditions are present or not (#…
amansinghbais Apr 22, 2024
ac4232b
Improved: change method name for saving facility group (#255)
amansinghbais Apr 22, 2024
b64ec3a
Improved: called api's in parallel, fixed typos, added padding-bottom…
amansinghbais Apr 22, 2024
11917a9
Fixed: condition to send operator in case of condition updation to av…
amansinghbais Apr 22, 2024
f1c4c82
Implemented: empty-state in the modals with list (#255)
amansinghbais Apr 22, 2024
5bb143c
Implemented: validation while rule creation (#255)
amansinghbais Apr 22, 2024
39109ac
Implemented: logic to fetch inventory channels and config facilities …
amansinghbais Apr 23, 2024
92d9337
Improved: code to avoid unnecessary method calls, used router.push (#…
amansinghbais Apr 23, 2024
8ca24ed
Implemented: logic to fetch and show all the facilities in the link f…
amansinghbais Apr 23, 2024
fa74138
Implemented: logic to update group name and description (#258)
amansinghbais Apr 23, 2024
6ca9a06
Improved: code to render facility count on the group card, logic for …
amansinghbais Apr 24, 2024
f100ecc
Implemented: logic to associate and dissociate facilities to a facili…
amansinghbais Apr 24, 2024
83f168b
Improved: added the missing async keyword on save function (#258)
amansinghbais Apr 24, 2024
ab094f4
Implemented: logic for creation of new inventory channels (#258)
amansinghbais Apr 24, 2024
c151f6e
Improve: lines in create group modal, added translation entry for mis…
amansinghbais Apr 24, 2024
cdf54cb
Improved: fetch group facilities action to fetch facilities for a sin…
amansinghbais Apr 24, 2024
3ccaf75
Improved: added validation on safety-stock to be greater than 0 (#255)
amansinghbais Apr 24, 2024
c436567
Implemented: logic to reorder the rules (#257)
amansinghbais Apr 25, 2024
d8b6012
Improved: toast message and condition for validating safety stock (#255)
amansinghbais Apr 25, 2024
6628fd6
Fixed: logic to update safety stock (#255)
amansinghbais Apr 25, 2024
ad7d9a0
Improved: the spacing the code for following consistent structure (#257)
amansinghbais Apr 25, 2024
79d8fc1
Merge pull request #256 from amansinghbais/255-rules-page-functional
ravilodhi Apr 25, 2024
4f1b651
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais Apr 25, 2024
62ae985
Improved: added translation entries for the missing static text and r…
amansinghbais Apr 25, 2024
cb2659c
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais Apr 25, 2024
9340432
Implemented: searching over the facilities fetching logic (#258)
amansinghbais Apr 25, 2024
6896309
Improved: logic for reordering the rules (#257)
amansinghbais Apr 25, 2024
f6e96b6
Improved: typo in threshold and translation of static text (#257)
amansinghbais Apr 25, 2024
d41637a
Improved: code to disable schedule actions when not required (#262)
amansinghbais Apr 25, 2024
754fbbd
Merge pull request #261 from amansinghbais/257-reordering-rules
ymaheshwari1 Apr 26, 2024
5d02172
Merge pull request #263 from amansinghbais/262-schedule-disable
ymaheshwari1 Apr 26, 2024
8a9543d
Implemented: added functionality to facility segment of shipping page…
amansinghbais Apr 26, 2024
f3ca87e
Improved: added the entry in locales for the translation of static te…
amansinghbais Apr 26, 2024
97ba40c
Improved: added the entry in locales for the translation of missing s…
amansinghbais Apr 26, 2024
1c7a482
Improved: added empty state in facility segment of shipping page (#264)
amansinghbais Apr 26, 2024
1062a7a
Improved: empty state message and added it's entry in locales (#264)
amansinghbais Apr 26, 2024
4461eef
Improved: added logic to display facility on store pickup facility se…
amansinghbais Apr 29, 2024
7593cf1
Implemented: logic to fetch and display orderCount for the facilities…
amansinghbais Apr 29, 2024
a35bdb2
Improved: code to dismiss modal by close button (#258)
amansinghbais Apr 29, 2024
0851c00
Improved: code for making threshold value mandatory while creation (#…
amansinghbais Apr 29, 2024
91444d2
Merge pull request #267 from amansinghbais/266-threshold-mandatory
ymaheshwari1 Apr 29, 2024
09aed9f
Improved: mutation-type entry in util state, facility updation logic …
amansinghbais Apr 29, 2024
e7150f1
Improved: logic to fetch and append order count while fetching facili…
amansinghbais Apr 29, 2024
c6458e5
Improved: added entry in main file for allowing html tags in translat…
amansinghbais Apr 29, 2024
e839b49
Merge pull request #265 from amansinghbais/264-facility-segment
ymaheshwari1 Apr 29, 2024
de767d3
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais Apr 29, 2024
bdd5b49
Reverted: unused import and variables from the app (#258)
amansinghbais Apr 29, 2024
90b1599
Improved: commented the not active button in channels card (#258)
amansinghbais Apr 29, 2024
9d0bf6d
Improved: code to filter out expired record for facility group and fa…
amansinghbais Apr 29, 2024
e4196b9
Improved: added padding bottom in the modal and added default size to…
amansinghbais Apr 29, 2024
e6fccd2
Improved: added util module in persist state, disable save button if …
amansinghbais Apr 30, 2024
f95aa6c
Fixed: offSet for fetching solrFacets to allow pagination (#271)
amansinghbais Apr 30, 2024
fd06bcc
Improved: used closeOutline inside all the modal and added missing en…
amansinghbais Apr 30, 2024
ee5cfdc
Fixed: rules total count not updating on archiving rule, showed botto…
amansinghbais Apr 30, 2024
0f6f283
Improved: added check to give queryfilter only if something searched …
amansinghbais Apr 30, 2024
d9d742f
Improved: moved the id character limit check after the id generation …
amansinghbais Apr 30, 2024
f9d324d
Merge pull request #274 from amansinghbais/273-close-outline
ymaheshwari1 Apr 30, 2024
cd6ac01
Reverted: mutation for clearing channel state since not needed (#258)
amansinghbais Apr 30, 2024
cfb40f6
Merge pull request #276 from amansinghbais/275-fix-rule-count-and-ui
ymaheshwari1 Apr 30, 2024
0201822
Merge pull request #260 from amansinghbais/258-inventory-channels
ymaheshwari1 Apr 30, 2024
167766e
Implemented: loader throughout the app where ever needed (#270)
amansinghbais Apr 30, 2024
7889033
Reverted: unwanted spaces added to the code (#270)
amansinghbais Apr 30, 2024
adf92f2
Fixed: facility validation not working properly while store pickup an…
amansinghbais Apr 30, 2024
42e6f79
Improved: payload for not fetching virtual facilities (#278)
amansinghbais Apr 30, 2024
e6a9384
Improved: added optional character in case no selected facility come …
amansinghbais Apr 30, 2024
e5c1433
Improved: code to show loader before fetching ruleGroup (#270)
amansinghbais Apr 30, 2024
c6d5898
Merge pull request #277 from amansinghbais/270-loader
ymaheshwari1 Apr 30, 2024
0c5a86f
Improved: flow for reordering the rules
amansinghbais May 1, 2024
547c791
Improved: stopped the by default toggle behavior of ion-accordion
amansinghbais May 1, 2024
962794a
Improved: reordering behavior to toggle using fav
amansinghbais May 1, 2024
c07c236
Improved: added empty state text in the channels section in rule crea…
amansinghbais May 1, 2024
62b6c81
Merge pull request #272 from amansinghbais/271-unique-features
ravilodhi May 1, 2024
172fad6
Merge pull request #279 from amansinghbais/278-facility-validation
ravilodhi May 1, 2024
70dcf78
Merge pull request #281 from amansinghbais/280-channel-empty-state
ravilodhi May 1, 2024
370622e
Improved: reordering behavior in safety stock page
amansinghbais May 2, 2024
7e7f544
Improved: payload for fetching using pageSize and reverted app level …
amansinghbais May 2, 2024
16113e1
Fixed: loader not loading on page refresh (#283)
amansinghbais May 2, 2024
16757de
Improved: moved general funtion to utils, added schedule card in acco…
amansinghbais May 2, 2024
8554c9d
Improved: logic and flow for reordering of rules in threshold, safety…
amansinghbais May 2, 2024
3d3a834
Reverted: unused ref variable (#282)
amansinghbais May 2, 2024
3a4c05e
Improved: clear rule state mutation to set isReorderActive to false (…
amansinghbais May 2, 2024
244c15a
Merge pull request #284 from amansinghbais/283-revert-filtering
ravilodhi May 3, 2024
a88faea
Improved: code to show productStoreId if storeName is not available (…
amansinghbais May 6, 2024
0bae4dd
Improved: empty state management for all the rules page (#287)
amansinghbais May 6, 2024
bc3821f
Improved: added check to show scheduler card only if we have rules (#…
amansinghbais May 6, 2024
339ed55
Improved: ui of the timezone modal and used label in ion-radio accord…
amansinghbais May 6, 2024
c617fd8
Improved: added validation to not allow .(point) or any special chara…
amansinghbais May 6, 2024
ef145aa
Improved: logic to associate config facilities to product store only …
amansinghbais May 6, 2024
bc1f044
Improved: code to avoid space as ruleName and empty ruleName on updat…
amansinghbais May 6, 2024
50f70a7
Improved: payload for fetching job run history for the last 20 record…
amansinghbais May 6, 2024
251e7f6
Improved: check for empty rule name using trim (#287)
amansinghbais May 6, 2024
9b04ccd
Improved: logic to allow user unselect facility group removed from pr…
amansinghbais May 7, 2024
fd1012f
Fixed: selected segment redirection issue on rule creation (#291)
amansinghbais May 7, 2024
6d11968
Improved: code to empty data variable on leaving create rule page (#291)
amansinghbais May 7, 2024
aaa2d17
Fixed: removeing facility groups using the close icon in chip and new…
amansinghbais May 7, 2024
5090942
Improved: title for create and edit group modal (#291)
amansinghbais May 7, 2024
8b47e31
Implemented: clear all button in all the select modal (#291)
amansinghbais May 7, 2024
4d314a4
Implemented: empty state in product filters modal (#291)
amansinghbais May 7, 2024
7a29207
Fixed: facility group not updating in case of no group selected (#291)
amansinghbais May 7, 2024
578b92a
git status
amansinghbais May 7, 2024
1b02ec5
Improved: added maxlength to the description of group while creation …
amansinghbais May 7, 2024
85bb382
Implemented: added functionality to the store selector in menu footer…
amansinghbais May 7, 2024
4756e42
Improved: regex for threshold validation to avoid entering e in the t…
amansinghbais May 8, 2024
96aca2b
Improved: added support for login using full oms url (#297)
amansinghbais May 8, 2024
5d2f524
Improved: logic to fetch ruleActions and ruleConditions while fetchin…
amansinghbais May 8, 2024
f27e90b
Improved: added fetching spinner in link facilities to group modal (#…
amansinghbais May 8, 2024
5d389b1
Improved: added comment for the reason why the disable check is added…
amansinghbais May 8, 2024
a61c383
Merge pull request #298 from amansinghbais/297-support-full-url
ravilodhi May 8, 2024
a92a7f8
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 8, 2024
46c4895
Fixed: added missing / form the baseUrl check while login (#299)
amansinghbais May 8, 2024
a9b94cf
Improved: set multivalued to always 'Y' and fetching ruleGroup with a…
amansinghbais May 8, 2024
80a305d
Merge pull request #300 from amansinghbais/299-rule-fetching-logic
ravilodhi May 8, 2024
526d55c
Fixed: missing systemMessageRemoteId while scheduling a ruleGroup on …
amansinghbais May 8, 2024
db5860a
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 8, 2024
2ba9fed
Merge pull request #301 from amansinghbais/fix-remote-id
ymaheshwari1 May 9, 2024
d6640fb
Improved: code to fetch inventory channels based on selected product …
amansinghbais May 9, 2024
776952e
Improved: added empty state in the inventory channels page (#302)
amansinghbais May 9, 2024
9be9a53
Improved: code to refetch inventory channels on product store change …
amansinghbais May 9, 2024
fbda1aa
Reverted: close icon to closeOutline icon in timezoneModal (#287)
amansinghbais May 9, 2024
3a03047
Merge pull request #303 from amansinghbais/302-channels-by-store
ravilodhi May 9, 2024
6aded4c
Merge pull request #294 from amansinghbais/291-atp-issues
ravilodhi May 9, 2024
4c8604c
Merge pull request #290 from amansinghbais/289-removed-group
ravilodhi May 9, 2024
d99bcc9
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 9, 2024
85939b3
Merge pull request #288 from amansinghbais/287-issues
ravilodhi May 9, 2024
7d11783
Improved: getterName for reorderActive status, fixed missing quotes a…
amansinghbais May 9, 2024
5293d10
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 10, 2024
1677705
Fixed: ion-segment not coming in line with page title in inventory-ch…
amansinghbais May 10, 2024
4ce9e86
Fixed: inventory channels not fetching on page refresh (#305)
amansinghbais May 10, 2024
b11fe1a
Fixed: backspace not working on threshold value input (#291)
amansinghbais May 10, 2024
a77548e
Improved: css for the ion-segment in header (#305)
amansinghbais May 10, 2024
d284ffc
Merge pull request #309 from amansinghbais/291-atp-issues
ymaheshwari1 May 13, 2024
cd334b8
Merge pull request #307 from amansinghbais/305-fix-segment-alignment
ymaheshwari1 May 13, 2024
bf6bdde
Improved: creation and updation logic for the threshold rule(#308)
amansinghbais May 13, 2024
806caa6
Improved: logic to not use persisted facilityGroups (#310)
amansinghbais May 13, 2024
3cb61b8
Improved: empty state messages for consistency (#287)
amansinghbais May 13, 2024
ba61ad1
Improved: logic for updating threshold rule (#308)
amansinghbais May 13, 2024
84523f0
Improved: logic for updating threshold rule (#308)
amansinghbais May 13, 2024
920cb70
Improved: logic for updating safety-stock rule (#308)
amansinghbais May 13, 2024
1eaeaf5
Improved: logic for updating store pickup rule (#308)
amansinghbais May 14, 2024
3b67c6a
Implemented: logic to update rules using create page for shipping pag…
amansinghbais May 14, 2024
7f75382
Improved: create rule page since we are using that for updating rule …
amansinghbais May 14, 2024
22cd3ca
Improved: added the missing translation entry for the static texts (#…
amansinghbais May 14, 2024
032cc40
Reverted: update rule name method as not used, and unused code (#308)
amansinghbais May 14, 2024
231dd02
Improved: styling of the rule card (#317)
amansinghbais May 14, 2024
21c57eb
Improved: logic to get count of facilities associated with a group (#…
amansinghbais May 14, 2024
a7c7dad
Fixed: product filters persisting issue on rule creation pages (#313)
amansinghbais May 14, 2024
234a1eb
Improved: logic to fetch rules for the specific page only (#313)
amansinghbais May 14, 2024
21d7382
Improved: added empty state for the ruleGroup history modal (#313)
amansinghbais May 14, 2024
70eecc7
Improved: used state for segment selection and removed segment selec…
amansinghbais May 14, 2024
eb35110
Improved: improved check for facility segment in store pickup and shi…
amansinghbais May 14, 2024
3f86147
Improved: view entry hook to fetch rules (#313)
amansinghbais May 14, 2024
5f6d48e
Improved: fieldName in case of store pickup create rule, showing grou…
amansinghbais May 14, 2024
fcdefb7
Implemented: empty state in case of no channels or facility groups ar…
amansinghbais May 15, 2024
acd2b8d
Improved: logic for store selector from menu footer while on create r…
amansinghbais May 15, 2024
15fff79
Improved: fieldName for safety stock rule creation for group conditio…
amansinghbais May 15, 2024
5ac8d42
Improved: added danger astrick for the facilities section header (#313)
amansinghbais May 15, 2024
d828b42
Improved: disabled click event over list item if the item is already …
amansinghbais May 15, 2024
159f614
Merge pull request #322 from amansinghbais/320-inconsistent-include-e…
ymaheshwari1 May 15, 2024
1eba6f8
Merge pull request #311 from amansinghbais/310-facility-group-persisting
ymaheshwari1 May 15, 2024
5a1b60d
Merge pull request #312 from amansinghbais/287-issues
ymaheshwari1 May 15, 2024
330fd55
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 15, 2024
e6ba1a3
Merge pull request #318 from amansinghbais/317-rule-card-styling
ymaheshwari1 May 15, 2024
fb15693
Improved: logic for fetching facility count (#291)
amansinghbais May 15, 2024
a2cb0be
Merge pull request #319 from amansinghbais/291-atp-issues
ymaheshwari1 May 15, 2024
c733c82
Improved: logic to not call api when hitting update without chaning t…
amansinghbais May 16, 2024
c2f8319
Improved: added slot to the ion-title in storePickup and shipping pag…
amansinghbais May 16, 2024
06aaf74
Fixed: ionfinite scrolling rerendering the list (#313)
amansinghbais May 16, 2024
5acd199
Improved: logic to show empty state message in case no filters are se…
amansinghbais May 16, 2024
61211c8
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 16, 2024
a606120
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 16, 2024
7b14a25
Reverted: unwanted optional condition in ternary operator (#308)
amansinghbais May 16, 2024
25a1532
Merge pull request #316 from amansinghbais/308-rule-updation
ymaheshwari1 May 16, 2024
95b35bb
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 17, 2024
8fbb1fe
Improved: method names, code for optimal solution (#282)
amansinghbais May 17, 2024
631ac6d
Improved: deactiving reordering when changing page (#282)
amansinghbais May 17, 2024
daea032
Merge pull request #285 from amansinghbais/282-reordering-enhance
ymaheshwari1 May 17, 2024
2dd5be3
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 17, 2024
56498a9
Merge pull request #321 from amansinghbais/313-atp-phase-3
ymaheshwari1 May 17, 2024
7aa24bf
Improved: rule item card to use selectedsegment from state and logic …
amansinghbais May 17, 2024
ff34635
Merge pull request #324 from amansinghbais/323-rule-item-segment
ymaheshwari1 May 17, 2024
83f0668
Improved: made channel group name mandatory in edit group modal (#325)
amansinghbais May 20, 2024
6d8f917
Improved: hidden or disabled not functional segments (#325)
amansinghbais May 20, 2024
e9e3031
Fixed: facilities not fetching again on page resfresh (#325)
amansinghbais May 20, 2024
057a79d
Improved: maxorder limit custom alert to prefilled existing value (#325)
amansinghbais May 20, 2024
201e6c4
Improved: logic to close reordering features when refetching rules (#…
amansinghbais May 20, 2024
2c00fe9
Merge pull request #326 from amansinghbais/325-group-name-mandatory
ravilodhi May 21, 2024
6ff41a6
Improved: hooks for entering rule page view (#313)
amansinghbais May 22, 2024
08bdb9f
Improved: logic to dismiss popover on alert opening (#313)
amansinghbais May 22, 2024
9f6c5f1
Improved: added min value to threshold/safetyStock input and update a…
amansinghbais May 22, 2024
139695e
Improved: added rule validation check while shipping rule creation (#…
amansinghbais May 22, 2024
b4436d5
Improved: fixed the empty state message in rule pages (#287)
amansinghbais May 23, 2024
f0c6055
Fixed: card actions size for consistency all over the app (#291)
amansinghbais May 23, 2024
e03b036
Improved: updated the title in case of updating rule (#291)
amansinghbais May 23, 2024
e555964
Reverted: check for rules length as not required(#287)
amansinghbais May 23, 2024
56b760f
Merge pull request #329 from amansinghbais/287-issues
ymaheshwari1 May 23, 2024
6e6e9ad
Improved: logic to delete clear filters and update ruleconditions in …
amansinghbais May 23, 2024
dfc79f8
Improved: added page size while fetching rules (#313)
amansinghbais May 23, 2024
8170efc
Improved: infinite scroller active in case of rules page and selected…
amansinghbais May 23, 2024
768d4eb
Improved: added generateRuleActions method in the utils and used in t…
amansinghbais May 23, 2024
1812fe2
Improved: safetyStock page to use util functions to generate rule act…
amansinghbais May 23, 2024
52317d1
Improved: logic to generate and update rule conditions and actions (#…
amansinghbais May 23, 2024
2271a29
Improved: hide item divider for the product filters if not available(…
amansinghbais May 23, 2024
bba3020
Reverted: size default attribute from the button (#291)
amansinghbais May 23, 2024
69ff097
Improved: added validation for the create shipping rule (#328)
amansinghbais May 23, 2024
3838fc4
Improved: fieldName for rule conditions and removed unused console (#…
amansinghbais May 23, 2024
2166769
Fixed: store pickup and shipping toggle issue (#328)
amansinghbais May 23, 2024
5be55a9
Merge pull request #330 from amansinghbais/291-atp-issues
ymaheshwari1 May 23, 2024
4ba4a53
Improved: logic for prefilling current rule data in case of updateRul…
amansinghbais May 24, 2024
9c47b69
Improved: added alert before changing product store from create/updat…
amansinghbais May 24, 2024
031347a
Improved: emitter loading while opeing create/update rule page (#328)
amansinghbais May 24, 2024
832927a
Merge pull request #327 from amansinghbais/313-atp-phase-3
ymaheshwari1 May 24, 2024
705b669
Merge branch 'threshold-2.0' of https://github.com/hotwax/threshold-m…
amansinghbais May 24, 2024
5294aec
Improved: code to import from ionic/vue instead of ionic/core(#328)
amansinghbais May 24, 2024
69bdc64
Improved: method name for redirecting back to rules list page (#328)
amansinghbais May 24, 2024
262667a
Merge pull request #336 from amansinghbais/328-rule-conditions-updation
ymaheshwari1 May 24, 2024
f886e12
Fixed: lines bottom in rule card and schedule card (#328)
amansinghbais May 24, 2024
fea06b2
Fixed: orderLimit popover dismissing issue, ruleGroup history fetchin…
amansinghbais May 27, 2024
b2c323c
Improved: logic to fetch pickup facility groups (#264)
amansinghbais May 27, 2024
f2b8dec
Improved: check for showing title in case of edit rule page, improved…
amansinghbais May 27, 2024
bf37a77
Implementd: logic for updating association of a facilty to the pick g…
amansinghbais May 27, 2024
09da40e
Reverted: unused console statement (#264)
amansinghbais May 27, 2024
ddf3f31
Improved: indentation of the code in history modal (#328)
amansinghbais May 27, 2024
ee6ff54
Improved: error handling in case of failure in fetching facilities fo…
amansinghbais May 27, 2024
de5fb11
Merge pull request #338 from amansinghbais/328-rule-conditions-updation
ymaheshwari1 May 27, 2024
2961986
Improved: logic for checking updating pickup status (#264)
amansinghbais May 27, 2024
ef60008
Merge pull request #340 from amansinghbais/264-facility-segment
ymaheshwari1 May 27, 2024
1b98830
Implemented: support for sso from launchpad (#337)
amansinghbais May 28, 2024
d125bd6
Reverted: loader on logout action to avoid loader not disabling issue…
amansinghbais May 28, 2024
cb76baa
Improved: removed app Login page, removed unnecessary todo and improv…
amansinghbais May 29, 2024
4d5465c
Improved: showing channel group creation error dynamically from serve…
amansinghbais May 29, 2024
247dcef
Improved: added entry for firebase for atp app (#333)
amansinghbais May 29, 2024
274aa6c
Improved: added entry in locales for the missing static text (#333)
amansinghbais May 29, 2024
3295294
Merge pull request #341 from amansinghbais/337-sso
ymaheshwari1 May 29, 2024
7e2390b
Improved: entry for firebase configuration (#333)
amansinghbais May 29, 2024
95fd4ce
Merge pull request #342 from amansinghbais/333-duplicate-group-id
ravilodhi May 29, 2024
7a5c776
Merge branch 'main' into threshold-2.0
ymaheshwari1 May 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ VUE_APP_PERMISSION_ID=
VUE_APP_ALIAS={}
VUE_APP_DEFAULT_ALIAS=""
VUE_APP_DEFAULT_LOG_LEVEL="error"
VUE_APP_LOGIN_URL="http://launchpad.hotwax.io/login"
VUE_APP_CRON_EXPRESSIONS={"Every 5 minutes":"0 */5 * ? * *","Every 15 minutes":"0 */15 * ? * *","Every 30 minutes":"0 */30 * ? * *","Hourly":"0 0 * ? * *","Every six hours":"0 0 */6 ? * *","Every day at midnight":"0 0 0 * * ?"}
VUE_APP_LOGIN_URL="https://launchpad.hotwax.io/login"
10 changes: 5 additions & 5 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"projects": {
"default": "hotwax-digital-commerce",
"default": "hotwax-digital-commerce-uat",
"production": "digital-commerce-71eb8"
},
"targets": {
"hotwax-digital-commerce": {
"hotwax-digital-commerce-uat": {
"hosting": {
"dev": [
"dev-threshold-management"
"hotwax-atp-dev"
],
"uat": [
"threshold-management-uat"
"hotwax-atp-uat"
]
}
},
"digital-commerce-71eb8": {
"hosting": {
"prod": [
"threshold-management"
"hotwax-atp"
]
}
}
Expand Down
Loading
Loading