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

Manage a qr code #3

Open
Dennis-Rosenbaum opened this issue Dec 19, 2024 · 1 comment · May be fixed by #5
Open

Manage a qr code #3

Dennis-Rosenbaum opened this issue Dec 19, 2024 · 1 comment · May be fixed by #5

Comments

@Dennis-Rosenbaum
Copy link
Member

In /auth/qr-codes/[id] is a page where we can update the qr codes.

I want to be able to manage it multiple ways:

  1. update the layout of the QR code by using the GenerateStaticQr or some component based on that one.
  2. update the target value of the QR code
  3. View the history of this specific QR code
@Dennis-Rosenbaum
Copy link
Member Author

The layout should be updated and stored to the api PUT /qr-codes/[id]
The target value should be updated and stored to the api PUT /qr-code-targets/[id]

The history should be retrieved through an api GET /qr-codes/[id]/history

@Dennis-Rosenbaum Dennis-Rosenbaum linked a pull request Dec 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant