Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 03, 2025
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · 26e87825
      verfasst von Henning Leutz
      feat: add attributes to createCustomer function
      
      See merge request !56
    • Henning Leutz's avatar
      feat: add attributes to createCustomer function · 905c5471
      verfasst von Henning Leutz
      This commit includes enhancements in customer creation feature. Specifically, it modifies the
      `createCustomer` function by adding a new parameter `$attributes` to handle attribute data during
      customer creation process. Moreover, it introduces UI components to collect these attribute
      details. Updates have been made to the associated form elements, button actions and display methods
      to accommodate these changes. In addition, it makes considerable changes in the backend JavaScript
      files to facilitate frontend changes and to meet compatibility.
      
      There's also a change in error handling part where it replaces the `try-catch` block, which attempt
      to get the standard address, with direct command. This assures the retrieval of the standard
      address, if exists, else a new address will be created implicitly.
      
      Finally, few general code improvements are done like changing usage of `var` to `const` or `let`
      where necessary for better maintainability. A minor adjustment on window height property is also
      made in `CustomerWindow.js` file.
      
      Related: #68
      905c5471
  2. Dez 05, 2024
  3. Aug 30, 2024
  4. Aug 05, 2024
  5. Aug 01, 2024
  6. Jul 30, 2024
  7. Jul 29, 2024
  8. Jul 03, 2024
  9. Jul 02, 2024
  10. Jul 01, 2024
  11. Jun 28, 2024
Lade