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

Feat/barcode v2 #4732

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Draft

Feat/barcode v2 #4732

wants to merge 21 commits into from

Commits on Nov 13, 2024

  1. fix: add null check safety

    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4824d5e View commit details
    Browse the repository at this point in the history
  2. feat: improve /tasks/:id/assign.

    This changes the behavior of the endpoint if the task is linked to a delivery.
    Instead of only assigning the task in question, the entire delivery is assigned.
    This may be less compliant with REST principles, but leaving it as it was without
    any validation would have allowed clients to assign a delivery to different riders.
    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5a27157 View commit details
    Browse the repository at this point in the history
  3. feat: improve /tasks/:id/unassign.

    This change is related to the previous commit.
    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    deb4f83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c227c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d77a0dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a428201 View commit details
    Browse the repository at this point in the history
  7. fix tests ?

    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3eb16e1 View commit details
    Browse the repository at this point in the history
  8. feat: add barcode field to task

    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    db63b77 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4465e41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5a465d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38f471f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5abfac0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    359a131 View commit details
    Browse the repository at this point in the history
  14. add help message.

    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5c4039a View commit details
    Browse the repository at this point in the history
  15. fix tests.

    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    056c9c9 View commit details
    Browse the repository at this point in the history
  16. fix more tests

    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    52d64e0 View commit details
    Browse the repository at this point in the history
  17. fix json

    r0xsh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9955810 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. fix: disable footer on modal

    r0xsh committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4034cce View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    44530cc View commit details
    Browse the repository at this point in the history
  2. feat(barcode): add security to access label

    Fixes: #4752
    r0xsh committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2498e92 View commit details
    Browse the repository at this point in the history
  3. fix tests.

    r0xsh committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    20078cb View commit details
    Browse the repository at this point in the history