* Start
* Finish Yummy-Punkte
* Finish Feedback
* FBestätigung fertig
* Feddback changed button and text
* Feedback and confirm finish
* Deleted a break (Feedback confirm)
* Prototype not finished
* Erste Realisierung
* Little Fixes to all Pages
* Created neu razor page and css
* Finish BestelluebersichtD-Chefin
* New
---------
Co-authored-by: ProfessionalUwU <andre.fuhry@hopeless-cloud.xyz>
* YUM04-76: Rough draft of the Datenschutzerklärung
* YUM04-76: Draft for both pages
Rough draft for the Datenschutzerklärung
Rough draft for the cookies page
Restructure the solution
* The project has been split into the database integration "src/webapi" and the Blazor wasm project "src/y4f".
WebAPI
* API with CRUD capabilities
* The main task of the "WebAPI" project is to access the database data and make it available to the Blazor-WASM project via an API.
* GET example of the allergy table via the file "TestFetchAllergienData.razor", which can be tested via the browser "/TestFetchAllergienData".