Added a rudimentary habit analysis possibility

This commit is contained in:
Bernd Bestel
2018-07-25 20:01:58 +02:00
parent 42c1709633
commit 6f47a5415c
6 changed files with 115 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ $app->group('', function()
// Habit routes
$this->get('/habitsoverview', '\Grocy\Controllers\HabitsController:Overview');
$this->get('/habittracking', '\Grocy\Controllers\HabitsController:TrackHabitExecution');
$this->get('/habitsanalysis', '\Grocy\Controllers\HabitsController:Analysis');
$this->get('/habits', '\Grocy\Controllers\HabitsController:HabitsList');
$this->get('/habit/{habitId}', '\Grocy\Controllers\HabitsController:HabitEditForm');