Draconai Documentation

dd_id_1d78cd535c
6. Planning

Implementation Notes: Items

Overview

  • This is the detailed build reference for the item system.
  • It reflects the legacy implementation in - old/dracon.
  • The current /var/www codebase does not implement this yet.

Core Entities (Legacy)

Entities

  • Technical layer:
  • - old/dracon/src/Entity/Item/AutoItem/AutoItemEntity.php
  • Table: auto_item
  • Content layer (one table per item type):
  • Example: - old/dracon/src/Entity/Item/ItemEntity/ThoughtEntity.phpitem_thought
  • Other item tables: item_context, item_dimension, item_definition, item_question, item_example,