7b8db08d99
Merge branch 'dev' into YUM04-RegistrierungKunde
2023-06-24 16:46:59 +02:00
8dcccae14a
Merge branch 'dev' into Datenbankintegrität-Speisekarte_fix2
2023-06-24 16:23:51 +02:00
fced97beb0
Admin Login integriert ( #45 )
...
Co-authored-by: GEI22857 <GEI22857@spengergasse.at >
2023-06-24 15:52:16 +02:00
ba6266579d
New Kundenregistrierung
2023-06-24 15:17:45 +02:00
b7719ca4b6
Add db integrations on yummyPoints
2023-06-24 14:55:29 +02:00
b242ea8c64
Fix shoppingcart Abholzeit
2023-06-24 14:40:39 +02:00
075d2a4838
Update shoppingcart
2023-06-23 20:04:29 +02:00
04a221f20b
Update speisekarte2 details
2023-06-23 20:04:11 +02:00
fe765064de
new Favicon
2023-06-23 18:47:18 +02:00
4180c3c61e
Chefin Stuff new
2023-06-23 18:05:13 +02:00
a51fe08db8
Add db integration show menuitems
2023-06-23 14:52:39 +02:00
fe4a58e4ea
Fix docker-compose ( #35 )
...
Fixes the docker-compose of the WebApi
2023-06-23 14:33:25 +02:00
6c1b7bd336
Revert "Yum04 82 bestelluebersicht detail chefin" ( #36 )
...
Revert "Yum04 82 bestelluebersicht detail chefin (#33 )"
This reverts commit cc4ffab409
.
2023-06-22 23:40:28 +02:00
e317144914
Add domainmodell admin ( #34 )
2023-06-22 22:58:49 +02:00
f41229cd71
Fix docker-compose
2023-06-22 22:49:08 +02:00
4b5f0c2b96
Feature/docker ( #31 )
...
* Add Docker capabilities
Changed launchSettings
Added Dockerfile && docker-compose with traefik labels
* Relocate launchSettings.json
* Delete workflows
Not needed anymore
* Add Docker for WebApi
Added docker-compose && Dockerfile
* Fix minor mistakes
---------
Co-authored-by: ProfessionalUwU <andre.fuhry@hopeless-cloud.xyz >
2023-06-22 22:46:35 +02:00
cc4ffab409
Yum04 82 bestelluebersicht detail chefin ( #33 )
...
* 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 >
2023-06-22 22:05:45 +02:00
51a7751337
Footer und Kontakt fixes ( #32 )
...
ist okay
2023-06-22 21:45:43 +02:00
6151618c7c
Yum04 80 registrierung admin ( #27 )
...
* 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
* Delete Registrierung Kunde
* Update Yummy-Punkte.razor.css
Minor fix
---------
Co-authored-by: ProfessionalUwU <andreas.fuhry@gmail.com >
Co-authored-by: FUH22860 <101731147+FUH22860@users.noreply.github.com >
2023-06-06 23:02:24 +02:00
a3f88c1998
Yum04 70 feedback ( #26 )
...
* Start
* Finish Yummy-Punkte
* Finish Feedback
* FBestätigung fertig
* Feddback changed button and text
* Feedback and confirm finish
* Deleted a break (Feedback confirm)
---------
Co-authored-by: ProfessionalUwU <andreas.fuhry@gmail.com >
2023-06-06 22:37:58 +02:00
2e2b2be520
Fix email ( #25 )
2023-06-05 19:46:38 +02:00
4df925ad39
Fixec merge mistake ( #24 )
...
Hope that all I need to fix
2023-06-05 19:30:33 +02:00
7410d330c2
Impressum Seite fertig ( #23 )
...
Bitte review
Co-authored-by: FUH22860 <FUH22860@spengergasse.at >
2023-06-05 19:18:16 +02:00
ea4bf9d490
Konto Seite fertig ( #22 )
...
Bitte review.
Co-authored-by: FUH22860 <FUH22860@spengergasse.at >
2023-06-05 19:14:23 +02:00
47ddfda738
Yum04 76 datenschutzerklarung footer ( #21 )
...
* 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
2023-06-05 18:52:49 +02:00
9cd1376cfd
Frontend "Speisekarte2"
...
Frontend according to figma design "Speisekarte2"
2023-05-26 21:58:56 +02:00
70541c1b4d
DB integration
...
The categories are taken from the api and output according to the design template.
2023-05-26 21:57:31 +02:00
b008d87ec8
WebAPI for database integrity added
...
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".
2023-05-21 00:50:08 +02:00