Max Albrecht

Results 30 comments of Max Albrecht

this code: https://github.com/leihs/leihs-admin/blob/5a8358585b708e51ae1a1b3feee4e794589366c1/src/all/leihs/admin/front/shared.cljs#L22-L35 there are libraries to do the same thing locally (generate a unique image/avatar if user has no photo), we should use one of those instead.

ok. visually i prefer the "geometric" styles (GitHub, Identicon). ideally the images are generated in SVG format which should be very small and only needs 1 size. question: do we...

clarification: they mean "a digital picture of someones signature", not "[Qualifizierte Elektronische Signatur](https://www.bakom.admin.ch/bakom/de/home/digital-und-internet/digitale-kommunikation/elektronische-signatur.html)"

@nadjaweisskopf This library works well for signing with a finger on a smartphone touchscreen. I would be interested if it's also good on the touchscreen laptops. https://perfect-freehand-example.vercel.app/

@nadjaweisskopf for completeness sake: our concept of simply storing PDFs in the DB (however they are "signed") will also work for the SWITCH e-Sign service (currently a POC), as this...

@nadjaweisskopf hier ergänzen: https://github.com/leihs/manual/wiki/Admin

workflow idea – instead of "order for myself, then swap to customer": * as a lending manager, in new borrow, i can select other users under "switch profile" and order...

@nimaai I think we just start with a list of the remaing views/forms, to get an overview how much work it is. Maybe its to much for the current "polishing...

there is no `slide` prop. there is `swipe` for turning swiping behaviour on or off and a prop `initialSlide` to define the starting slide (note its "initial" because its not...

I added a comment to clarify how to use the different checks with symbols. If you fill out all the symbols like @necolas did, your branch _could_ look like: ```...