Store Parent as Topic Reference? #33
Labels
Area: Entity
Relates to the core data data structure for modeling topic entities.
Status 0: Discussion
Needs further evaluation of requirements and prioritization.
Type: Improvement
Improves the functionality or interface of an existing feature.
A parent is, fundamentally, a topic reference, but it is currently stored on the
[dbo].[Topics]
table, and not accessible viaTopic.References
.Storing it as a topic reference would be more consistent with other topic references and offer better referential integrity, but it would also introduce some specific challenges.
Challenges
Parent
reference would need to be excluded from aRollback()
.TopicIndex
to combine the latestParentId
with[dbo].[Topics]
data. Or couldParent
just be assembled just like other topic references?The text was updated successfully, but these errors were encountered: