Go to file
2024-05-31 15:36:47 +02:00
external reorg + selfmanage externals 2024-02-04 13:03:28 +01:00
src refactor status message 2024-04-22 21:45:34 +02:00
CMakeLists.txt reorg + selfmanage externals 2024-02-04 13:03:28 +01:00
LICENSE initial commit (version 3) 2023-07-21 17:13:59 +02:00
README.md start implementer notes 2024-05-31 15:36:47 +02:00

plant !

provides contact functionallity for solanaceae code.

relies on EnTT

Contact Implementer Notes:

When adding a new contact, make sure to check for existing contacts of the same ID component first and merge into it instead.

Implementer checklist:

  • Make sure there is a root node
  • every node, except the root node, needs to have a parent (a tree if only going up)