From 9c4636f5c4dd5d3b7ff12effb553172f8235cfe6 Mon Sep 17 00:00:00 2001 From: msquare Date: Thu, 17 Nov 2016 14:35:04 +0100 Subject: reduce complexity of user driver license --- includes/pages/user_shifts.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes/pages/user_shifts.php') diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index 206a1586..5703ea8b 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -8,6 +8,10 @@ function shifts_title() { /** * Start different controllers for deleting shifts and shift_entries, edit shifts and add shift entries. + * FIXME: + * Transform into shift controller and shift entry controller. + * Split actions into shift edit, shift delete, shift entry edit, shift entry delete + * Introduce simpler and beautiful actions for shift entry join/leave for users */ function user_shifts() { global $user; -- cgit v1.2.3-54-g00ecf