Project TODOs#

Automatically generated on 2026-09-12 17:34 – do not edit by hand, this file will be overwritten the next time the script runs.

10 todo(s) found in 7 file(s).

include/nodes-graph/constraint.h#

  • L22 – Implement a constraint to check that a number is a valid percentage (0.0%, 100.0%)

include/nodes-graph/constraints_manager.h#

  • L31 – Just like for nodes, constraints should be able to auto-register themselves.

include/nodes-graph/deserialization.h#

  • L144 – Deserialize a collection of sockets.

  • L145 – Deserialize a whole graph.

include/nodes-graph/serialization.h#

  • L173 – Finish serialization of whole graph.

include/nodes-graph/types.h#

  • L18 – Factoriser les méthodes qui travaillent sur des std::array et les spéciliser selon les types créés.

src/graph.cc#

  • L57 – un callback doit etre appelé ici

  • L135 – un callbakc doit etre appelé ici

src/main.cc#

  • L186 – Create the GraphProxyNode to verify that the Graph implementation covers it.

  • L188 – Make a super-structure “GraphsManager” to deal with graphs IO on the disk.