You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPS has separate operations for accessing the children with (.childrenAndAttributes<...>) and without (.children<...>) the commented ones. It's easy to pick the wrong one and forget to include the commented ones. Maybe we can make our API less error prone by adding support for them from the beginning and not add it later as it was done in MPS.
Good point: while the storage and representation of commented nodes is not relevant to M3, the API is. In that sense this is something we should consider when defining M3 APIs.
MPS can only use sNodeAttributes to store commented nodes as it internally stores all children of a node in one list, and thus can move a commented child from its original link to the sNodeAttribute link and retain the child's position (according to Sergej).
Depending on #37, this solution might not work for us.
Does LionCore support commentable nodes out-of-the-box?
Do we need support on M3 level?
Assumptions:
Decision: Postponed
The text was updated successfully, but these errors were encountered: