Track updates with a custom entity

Created on 4 August 2025, 21 days ago

Problem/Motivation

Using the state service has proven inadequate. Being able to sort and filter on updated items is also important.

Proposed resolution

Switch from using the state system to using a custom module.
1. Automatic cleanup - Entity references can handle cascading deletions when referenced entities are deleted
2. Query capabilities - Built-in sorting, filtering, and Views integration
3. Entity API benefits - Automatic UUID, revision support, caching
4. Extensibility - Easy to add fields like processing timestamps, batch IDs, error messages
5. Admin UI - Automatic admin interfaces for managing records

Data model changes

New custom entity that can be used to track updates.

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Chris Dart

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024