Skip to content

Entity Type Support

Choose a tag to compare

@valhuber valhuber released this 02 Jul 18:26
· 112 commits to main since this release

Project creation prompts can now identify types (eg, Hourly vs Salaried), with

  • Type-specific attributes: only Hourly employees have Dues
  • Type-specific relationships: only Hourly employees have Union
  • Logic: salary is computed per type
  • Display: the Admin App shows only proper attributes, per types

Unlike classic OO inheritance, a table can have multiple types (Hourly/Salaries, and Military).

For more information, click here.

This is a delivered sample (samples/demo_emp_types), which can also rebuild as follows:

entity_types entity_types_dgm