rust-basel / htmx-workshop-meetup-10

The repository for the htmx-rust workshop
0 stars 0 forks source link

Project Outline (2nd part of the fullday Workshop) #4

Open yguenduez opened 5 days ago

yguenduez commented 5 days ago

Just a proposal for the project (taken from this discussion). If you have other/more ideas, please add them here.

Given input, a QR code is generated that is displayed next to the inputs. As an inspiration see the below image:

image

As this already quite big I would propose that inputs, like an IBAN and a name is already enough. We then would have to define, what kind of QR code that is. For the QR code generation, we could just provide code, that generates the QR given certain input.

The main task of the attendes would be to build

Of course this could be done in the browser alone, but we want to show some htmx + rust server interaction.

yguenduez commented 5 days ago

Just an Idea for the state: We could also introduce some state (fake login? - where we only store the name of the person). That name then could be used as "issuer" for the qr code payment.

SilenLoc commented 5 days ago

Just an Idea for the state: We could also introduce some state (fake login? - where we only store the name of the person). That name then could be used as "issuer" if the qr code payment.

Yes something like that, just that it is clear that you can not really do it without server state.

I do not want to explode the scope so one feature which needs to be backend handled is great to show how great htmx is.