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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user