Selecto.Domain.Examples (Selecto v0.4.6)

Copy Markdown

Canonical domain examples used to keep ecosystem contract projections aligned.

These examples are intentionally synthetic and database-free. They exercise the same contract vocabulary across core Selecto, SelectoComponents, and SelectoUpdato: query fields, filters, capabilities, choice sources, published views, writes, and domain actions.

Summary

Functions

A camp registration domain proving the same contract surfaces outside the Work Items vocabulary.

A task/workflow domain with query, export, published-view, choice-source, and write/action surfaces.

Functions

camp_registrations()

@spec camp_registrations() :: map()

A camp registration domain proving the same contract surfaces outside the Work Items vocabulary.

work_items()

@spec work_items() :: map()

A task/workflow domain with query, export, published-view, choice-source, and write/action surfaces.