Overview
Records are the core data entity in Simple Manager Mobile. Each record represents an item that users can create, manage, and track within the application.Record Interface
TheRecord interface defines the structure of all records in the system:
Fields
Unique identifier for the record. Generated automatically when a record is created.
The main title of the record. Must be between 3 and 50 characters. Cannot be empty or duplicated.
Optional subtitle providing additional context for the record.
Optional metadata field for storing additional information about the record.
The type or category of the record. Must be at least 3 characters long.
Optional identifier linking the record to a specific user.
ISO timestamp indicating when the record was created.
ISO timestamp indicating when the record was last updated.
Soft delete flag. When
true, the record is marked as deleted but remains in the database.