neuefische / hh-java-24-2-teamproject-2

RestaurantApp is an application for managing and organizing restaurant details. Users can save their favorite restaurants information.
https://restaurantapp.aljoschazoeller.com/
2 stars 0 forks source link

Feature/add delete restaurant functionality #22

Closed jonashonecker closed 3 months ago

jonashonecker commented 3 months ago
  1. Backend wie immer: Controller, Service und Tests. Ziemlich standard, es werden keinerlei Spielereien verwendet.
  2. Frontend: Der Button wurde in zwei Komponenten aufgeteilt: Button und ButtonLink. Ansonsten wird der Button auf der Detailseite verwendet. Wenn er geklickt wird, wird ein Request an den Delete-Endpunkt gesendet. Wenn dieser erfolgreich ist, geht es zurück zur Hauptseite.
sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed for 'neuefische_hh-java-24-2-teamproject-2_frontend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
1.2% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed for 'neuefische_hh-java-24-2-teamproject-2_backend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud