Skip to content

Releases: hotwax/picking

Release 1.1.0

13 Oct 05:17
a6f5ed1
Compare
Choose a tag to compare

What's Changed

  • updated title of picking app (#1w9gm4n) by @Utkarshkaraiya in #28
  • Implemented code to take instanceUrl from user and use it (#1wf8d38) by @bashu22tiwari in #29
  • Added: condition to hide the list-header when picklist is empty(#25) by @ymaheshwari1 in #27
  • Improved: code to prepare loader on app mounted and assign it to null on dismiss(#1x68xu9) by @Yashi002 in #35
  • Implemented code to display current OMS information on settings page(… by @disha1202 in #38
  • Fixed the position of input label on login page (#1ym3jwv) by @azkyakhan in #40
  • Added md mode (#1zax3p6) by @bashu22tiwari in #44
  • Updated the markup #1y2ract by @disha1202 in #42
  • Improved code by using logo component for light and dark theme on login page (#1zw59ab) by @azkyakhan in #46
  • Updated the version of vue barcode reader(#1zax2tg) by @disha1202 in #43
  • Added firebase deployment configuration(#20d6xcu) by @disha1202 in #47
  • Revert "Added firebase deployment configuration(#20d6xcu)" by @adityasharma7 in #51
  • Removed fullscreen=true from ion-content of all pages(#21aqct8) by @azkyakhan in #49
  • Updated color of ion-icon in ion-chip, ion-chip outline and ion-item lines in dark mode(#238p38r) by @azkyakhan in #53
  • Improved: code to remove login error when having spaces in the fields (#20jwqu1). by @meet-aniket in #56
  • Improved: code to pass viewSize in all list queries (#24pfzq8). by @meet-aniket in #55
  • Added firebase deployment configuration(#20d6xcu) by @adityasharma7 in #52
  • Fixed: Instance URL should be case insensitive(#2ft61zw) by @rathoreprashant in #62
  • Improved: code to hide option to set baseURL if value available in '.env' file (#29wgkkh) by @Mayank909 in #58
  • Improved label to "eCom Store" on Settings page (#23tw4yf) by @rathoreprashant in #65
  • Added PWA Configuration (#226cynn) by @Mayank909 in #54
  • Implemented: Added PWA Configuration(#226cynn) by @shashwatbangar in #66
  • Update contribution guideline in Readme file(#2r0kmb3) by @azkyakhan in #68
  • Implemented: Code to check if user has permission to access the app(#2hr41aq) by @shashwatbangar in #67

New Contributors

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

Release 1.0.0

06 Dec 13:35
7935542
Compare
Choose a tag to compare

Initial app comes with following functionality:

  1. User(Picker) can login into the system.
  2. All picklists assigned to user are available on list or home page.
  3. User can navigate to picklist detail page, scan product with Barcode\QR code and mark picklist as picked.
  4. User can change stores if associated with multiple stores.

Features:

  1. Implemented code to add functionality to the list page (#10)
  2. Implemented functionality to picklist detail page (#19)
  3. Implement barcode and QR code scanner (#20)