Michael Kündig
Michael Kündig
Planned update to the "Create new payments" button. Instead of creating new payments with status set to `paid`, we update (or create) the payments for the current month and set...
Also, as soon as the payment is set to `paid`, the orange phone number of the recipient should be copied to the payment document.
Use [libphonenumber](https://gitlab.com/catamphetamine/libphonenumber-js) for serialization and de-serialization. Communicate with mobile app team before deploying the changes.
The build fails because we are making too many GitHub API requests. This should be addressed somehow.
> Before doing the form itself, I want to quickly check with you @mkue, if the proposed architecture of the page fits into the overall one. Idea: > > *...
To facilitate the QR bill creation process, we should always create an auth user for every user in Firestore. Because we don't want to ask for a password when creating...
I'm running into the same issue when trying to build a Next.js application: I have the following dependencies installed (`node: v20.18.0, npm: 10.8.2, pnpm: 8.15.9`) : ``` "next": "14.2.10", "plotly.js":...