Levin Herr
Levin Herr
When adding a slide to an open queue, I thought LibreSignage would update the queue whilst running it because every 10 Minutes it's refreshing the index and slides via an...
Currently the only possibility (I'm aware of) to create new products is via the master data section. It would be awesome to create new products in the Purchase- as well...
Currently, the array is named with keys like "base" and "distance". Should be renamed to "basePoints" and "distancePoints" --- See ToDo __Originally posted by @MrKrisKrisu in https://github.com/Traewelling/traewelling/pull/621#discussion_r753816113__
- [x] Route::group(['prefix' => 'auth'], function() { - [x] Route::post('login', [v1Auth::class, 'login']); - [x] Route::post('signup', [v1Auth::class, 'register']); - [x] Route::group(['middleware' => 'auth:api'], function() { - [x] Route::post('refresh', [v1Auth::class, 'refresh']); -...
- [x] Export all user data as zipped json-files - [x] User-notification in notification-centre ~rather than email~, showing both - [ ] UI for export - [ ] Configure Queue...
adds layer of abstraction in front of db-rest, so that we're in control of the data format and can seamlessly update the data provider. related to #1635 closes #1527