-
I tried to disable some of the stock features I don't need.
```php
# Sub feature flags
Setting('FEATURE_FLAG_STOCK_PRICE_TRACKING', false);
Setting('FEATURE_FLAG_STOCK_LOCATION_TRACKING', false)…
-
Hi everyone,
I was working off-forum with a classmate and the question came up about how to **trigger multiple actions/statements from a single click event**. I thought everyone might benefit from …
-
Create in the Install File an Option to Create a User with Password and Database only for ShoppingList
ghost updated
4 years ago
-
-
When using the app as a shopping list, then it would be nice if this feature would be implemented. Only the relevant items would stay on top.
-
With RaspberryPi 4 (supported by v13 of RaspiBlitz) the need for new shopping lists comes - on this issue we can collect items and then put it out as new setups.
-
1 fix backend; implement actual notification check
* logic for saving notification dates/data to a new notification table
* logic for scheduling when to get notification lists
2 refactor back…
-
I have this setup
```dart
FutureProvider.value(
value: OpenWeatherMapRestApiClient.newInstance(),
),
FutureProvider.value(
value: SQLiteWeatherDataSource.newInstance(),
),
Pr…
-
How the db is set up:
- Each user can have multiple ShoppingLists and multiple Recipes
- Each ShoppingList and each Recipe can have multiple Ingredients
- There is a polymorphic association betwe…
-
Read from config similar to api keys, and have things like the title, colour, repeat rate etc read in from the config.
Replace the config with JSON blocks per widget:
```json
{
"widgets": …