Jonatan Ziegler

Results 17 issues of Jonatan Ziegler

**Is your feature request related to a problem? Please describe.** Handling image reviews at the moment consists of scrolling through a list of emails, looking at each reported image and...

enhancement
Backend

The report mail template mentions, that X reports are needed for an image to be hidden automatically, but actually, X + 1 are necessary. Report barrier: https://github.com/kronos-et-al/MensaApp/blob/43cccc038a4cc48df39b59311fdc10ecd57f245f/backend/src/layer/logic/api_command/command_handler.rs#L68C35-L68C36 Mail template: https://github.com/kronos-et-al/MensaApp/blob/43cccc038a4cc48df39b59311fdc10ecd57f245f/backend/src/layer/data/mail/template.txt#L6C51-L6C69

bug
Backend

Meal statistics like last or next served depend on the day of request for technical reasons. This results in akward next/last served dates wenn looking at future meal plans. Furthermore...

enhancement
Frontend

As we have icons for allergenes when filtering, I thought we could also show them in the detail view on a meal.

enhancement
Frontend

It would be nice to see how many images exist for a meal at first glance from the list/gallery view. I imagine having little dots at the bottom representing the...

enhancement
Frontend

**Is your feature request related to a problem? Please describe.** When an image is deleted, report mails no longer can load it so it is unclear which image was removed...

good first issue
Backend

Storing the meal plans in the app for online use in a SQL database is not just rather complicated, it also slows the app down considerably: Most of the reloading...

enhancement
Frontend

This PR wants to provide a more useful and visually appealing history for when a meal was served. ## ToDo - [x] Implement serveDates API in backend - [ ]...

As the automatic hiding system works pretty good and bad images sometimes get out of hand, maybe we can skip the step of hiding images and delete them directly. Problem:...

enhancement
Backend

**Describe the bug** When a hidden image is still cached in the client and reported again, a second admin email that this image got hidden is send. That may or...

good first issue
question
Backend