Skip to content

Releases: hotwax/facilities

Release 1.6.0

09 Apr 06:36
8d688e8
Compare
Choose a tag to compare

What's Changed

  • Fixed: Label alignment in the create facility address form. Also updated usage of dxp component as per new names. (#154) by @ravilodhi in #231
  • Improved: made zipCode mandatory, hide contact number prefix when no countryCode is selected (#154) by @amansinghbais in #232
  • Fixed: the coming of duplicate virtual facilities on parking page (#235) by @R-Sourabh in #236
  • Improved: upgraded ionic to v7.6.0 (#162) by @amansinghbais in #234
  • Improved: app to upgrade ionic to v7.6.0(#162) by @ymaheshwari1 in #170
  • Implemented: timeZone switcher component from dxp package(dxp/262) by @R-Sourabh in #233

Full Changelog: v1.5.0...v1.6.0

Release 1.5.0

26 Mar 06:51
be4c31a
Compare
Choose a tag to compare

What's Changed

  • Improved: removed the back button from the tab pages (#215) by @amansinghbais in #216 and by @R-Sourabh in #225
  • Fixed: all facilities not showing up in select facilities modal in facility group card. (#220) by @amansinghbais in #221
  • Fixed: error handling in login process in case of object in error (dxp-258) by @Ritika-Patel08 in #189
  • Implemented: Spinner in timezone modal so users can see that data is being fetched by @Ritika-Patel08 in #184
  • Implemented: support to allow user to set shipping name for facility address (#154) by @amansinghbais in #217
  • Improved: added validation on fav button in modal to associate facilites, groupType and product to a facility group (#224) by @amansinghbais in #227
  • Improved:Updated the oms-api package to resolve login issues encountered when /api is omitted from the complete URL. Additionally, implemented a check in the app to handle direct URL access. by @R-Sourabh in #223
  • Removed: Dependencies on i18n and passed locale to dxp-component(dxp/280) by @R-Sourabh in #228
  • Improved: version of dxp-components package to have support for the goToOms fix(dxp/275) by @ymaheshwari1 in #229 and by @R-Sourabh in #226

New Contributors

Full Changelog: v1.4.0...v1.5.0

Release 1.4.0

08 Mar 04:20
cb77e92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

Release 1.3.1

19 Feb 10:27
f4b2856
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Release 1.3.0

14 Feb 12:18
4b83f8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Release 1.2.0

19 Jan 13:56
2bbc4a8
Compare
Choose a tag to compare

What's Changed

  • Improved: facility detail page to display dedicated card for inventory groups (#159). by @ravilodhi in #160
  • Implemented: functionality to associate and remove facilities to group from find groups page (#152) by @amansinghbais in #157
  • Improved: added 'groups' label and its translation in group type mapping by @Ritika-Patel08 in #164
  • Fixed: missing static text translation in locales file and imported ion-text element in FacilityDetails page(#163) by @Ritika-Patel08 in #171
  • Improved: code to show english translation of foreign states in facility address modal by @amansinghbais in #179
  • Fixed: inventory channel groups not showing until page refresh (#169) by @amansinghbais in #176
  • Added: Support to Remove Duplicate Permission Ids passed in the API request. by @shanmukhdutt in #178
  • Implemented: create inventory group support in sell inventory card (#167) by @amansinghbais in #182

New Contributors

Full Changelog: v1.1.0...v1.2.0

Release 1.1.0

28 Dec 13:34
d43e205
Compare
Choose a tag to compare

What's Changed

  • Implemented: Added Parking page UI. by @ravilodhi in #61
  • Improved: Applied custom sorting to bring brokering queue, pre-order parking and, backorder parking first in the list. Also changed view entity used. by @ravilodhi in #62
  • Fixed: logic to not make api call for checking postalCode when closing the modal without changing latLng by @ymaheshwari1 in #63
  • Improved: Added pagination on parking page by @ravilodhi in #64
  • Improved: code for time modal in customScheduleModal (#44) by @amansinghbais in #65
  • Implemented: flow to create and perform actions on virtual facilities by @k2maan in #66
  • Fixed: incorrect fieldList parameter sent in FacilityGroup entity by @k2maan in #67
  • Improved: code to display calendarId if description not given (#71) by @amansinghbais in #72
  • Fixed: toast message, added entry for missing static text in locale and added missing imports by @ymaheshwari1 in #76
  • Fixed: build failure of app on node version 20 by @ymaheshwari1 in #81
  • Improved: create facility button text to be dynamic based on facility type (#68) by @amansinghbais in #69
  • Improved: logic for adding and removing product store in selectProductStore modal and fav-button disable property. (#70) by @amansinghbais in #74
  • Implemented: functionality to rename facility name from facility detail page (#79) by @amansinghbais in #83
  • Improved: code for making retail store and warehouse be selected by default(#77) by @amansinghbais in #85
  • Implemented: flow to find and create facility groups by @k2maan in #75
  • Improved: Displayed loader while changing fulfillment settings from facility detail page. by @ravilodhi in #86
  • Improved: code to show 'Not scheduled' when no brokering job is scheduled (#87) by @amansinghbais in #95
  • Implemented: support to display facility external ID by @ymaheshwari1 in #97
  • Improved: code to display closed if not day time given and start time in 12 hrs format (#90) by @amansinghbais in #94
  • Improved: code to automatically check if zipcode matches lat-long on zipcode updation from address modal (#89) by @amansinghbais in #93
  • Implemented: UI and logic for facility group actions by @k2maan in #82
  • Fixed: UI issue regarding zipCode changing the state from danger to normal on initial load by @ymaheshwari1 in #100
  • Fixed: create and delete not working properly implemented util function to generate internal ID by @k2maan in #98
  • Fixed: facility id modal behavior on hitting enter to submit (#91) by @amansinghbais in #99
  • Fixed: facility count not visible if one of the fetched responses fail by @k2maan in #105
  • Fixed: create flow to not call create location api untill facility is not created by @ymaheshwari1 in #106
  • Fixed: logic to not remove associated calendar untill app level checks are not completed(#101) by @ymaheshwari1 in #107
  • Improved: UI to display a block level add button on the product store card when no stores are linked to the facility(#96) by @ymaheshwari1 in #102
  • Implemted: loader on all the functionalities at facility details page by @amansinghbais in #109
  • Fixed: address, geopoint and product store fetching error on order limit updation(#110) by @amansinghbais in #112
  • Improved: facility primary store functionality(#103) by @ymaheshwari1 in #113
  • Improved: UI to add externalId for facility(#114) by @ymaheshwari1 in #116
  • Implemented: support for changing the type for a facility from details page(#78) by @ymaheshwari1 in #118
  • Implemented: facility login functionality (#115). by @ravilodhi in #121
  • Implemented: support to set reset password email while creating facility (#115). by @ravilodhi in #122
  • Implemented: support to show statistics on the home page(#88) by @ymaheshwari1 in #119
  • Implemented: statistics on home page (#88) by @k2maan in #111
  • Fixed: warning for missing ion-avatar component import on details page by @ymaheshwari1 in #126
  • Implemented: Displayed logo image for the facility login user. by @ravilodhi in #124
  • Improved: UI for lat-long card, UI for facility management, UI for Parking and Groups, button text by @amansinghbais in #108
  • Implemented: system groups section on find groups page (#73) by @amansinghbais in #123
  • Implemented: system groups section on find groups page by @k2maan in #84
  • Implemented: permission support in app on login(#117) by @ymaheshwari1 in #120
  • Fixed: Displayed facility type instead of facility parent type on login card (#131). by @ravilodhi in #143
  • Reverted: changes for null check for externalId those were removed in conflict resolution(#133) by @ymaheshwari1 in #139
  • Fixed: sell online inventory toggle on find facilities page where due to the incorrect group association information toggle was not working correctly (#129). by @ravilodhi in #145
  • Fixed: facility logins fetching logic (#115). by @ravilodhi in #146
  • Improved: toast message while removing party from facility (#144). by @ravilodhi in #147
  • Improved: toast message while removing party from facility (144). by @ravilodhi in #148
  • Implemented: add/edit group description (#138). by @ravilodhi in #149
  • Fixed: delete facility group functionality (#142). by @ravilodhi in #151
  • Improved: code for auto select first shopify config when adding mapping(#150) by @amansinghbais in #153
  • Improved: code to show all groups in the group type dropdown (#140) by @amansinghbais in #155
  • Implemented: support to display and manage groups for the facility from the details page(#125) by @ymaheshwari1 in #127
  • Improved: facility group UI to redirect the user to find facilities page with the group filter applied when clicking on facilities item (#141). by @ravilodhi in #156

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

01 Dec 13:20
3fd31dd
Compare
Choose a tag to compare

What's Changed

  • Implemented: initial app structure using ionicSdk by @ymaheshwari1 in #1
  • Implemented: UI for the facility details page and modals (#3) by @amansinghbais in #6
  • Implemented: configuration files for firebase by @ymaheshwari1 in #7
  • Implemented: landing page for the app(#2) by @ymaheshwari1 in #5
  • Implemented: support to fetch current facility information and make basic information dynamic on details page(#8) by @ymaheshwari1 in #11
  • Fixed: issue of performFind count not correct when passing defaultDaysToShip by @ymaheshwari1 in #13
  • Implemented: Segment UI for facility details page (#4) by @amansinghbais in #9
  • Implemented: logic to fetch the facility order count history and added support to change the fulfillment capacity(#8) by @ymaheshwari1 in #15
  • Implemented: support to update the fulfillment settings from details page(#16) by @ymaheshwari1 in #17
  • Implemented: support to create, update and remove location from facility(#18) by @ymaheshwari1 in #21
  • Implemented: configuration file to deply dev on merge and updated firebase config entries by @ymaheshwari1 in #25
  • Removed: support for product store and facility by @ymaheshwari1 in #23
  • Fixed: mutation names, added filters for mobile view, enabled keyboard accessbility on location form and fixed filters on the find page by @ymaheshwari1 in #26
  • Implemented: support to add, remove and display parties associated to a facility in staff sement (#12) by @amansinghbais in #19
  • Implemented: support to display external mappings for facility, create, edit and remove already existing mappings(#24) by @ymaheshwari1 in #27
  • Implemented: functionality to product store card on facility details page (#10) by @amansinghbais in #14
  • Improved: logic to fetch latest additional information for facility after performing an action on details page by @ymaheshwari1 in #30
  • Implemented: support to add,update and display an address and latitude, longitude for a facility (#20) by @amansinghbais in #22
  • Implemented: flow to create facility by @k2maan in #29
  • Improved: code to add floating input labels in modals by @amansinghbais in #32
  • Improved: removed clear input option for better keyboard navigation by @k2maan in #33
  • Improved: overall app flow by fixing bugs by @k2maan in #34
  • Implemented: operating hours functionality on facility details page (#28) by @amansinghbais in #31
  • Improved: fetching filters for partyId null, app title, default selected calendar on details page. by @amansinghbais in #35
  • Improved: facility creation by creating default location and updating sell online setting on find page by @k2maan in #36
  • Fixed: flickering on sell online status and capacity change by updating the state instead of refetching the facilities by @k2maan in #38
  • Improved: used warehouse type icon for warehouse facilities on find page, replaced div tags with template tags in case of v-ifs and increased view size to 20 by @k2maan in #41
  • Implemented: latitude and longitude regenration, remove functionality. (#37) by @amansinghbais in #43
  • Improved: removed chip cancel from addStaffMember modal, iteration for week days data display, operating hours code (#42) by @amansinghbais in #51
  • Fixed: Disabled state when no country is selected (#48). by @ravilodhi in #53
  • Improved: bound create user login to native fulfilment setting on create facility, added support to check for facility ID length of 20 characters, added spinner while generating lat long and improved toast message on sell online setting updation by @k2maan in #52
  • Implemented: favicon and updated manifest.json by @k2maan in #54
  • Fixed: added missing dependencies in order to display favicon icon from manifest.json. by @ravilodhi in #56
  • Improved: lat long regenration fail message (#49) by @k2maan in #55
  • Improved: code for adding shadow in time picker modal (#45) by @amansinghbais in #58

New Contributors

Full Changelog: https://github.com/hotwax/facilities/commits/v1.0.0