got rid of slug idea, as its functionality can be implemented without an additional db field

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-29 00:21:48 +01:00
parent 2e1f1c9697
commit d797de60c1
8 changed files with 64 additions and 147 deletions
@@ -55,12 +55,6 @@ public interface Appointment {
*/
String location();
/**
* create a unique identifier based on the event content
* @return the slug
*/
String slug();
/**
* The date and time, when the appointment starts
* @return the start time as LocalDateTime