SimeonC / SpokeDM

SpokeDM AGPL repository. See http://spokedm.com
GNU Affero General Public License v3.0
3 stars 1 forks source link

Many-To-Many Relationships cannot be maintained #1

Open SimeonC opened 11 years ago

SimeonC commented 11 years ago

An issue with many to many relationships, or any relationship that uses "shortcut" cannot be maintained properly. Need to build a screen and logic to allow the linking and creation of these relationships.

SimeonC commented 11 years ago

2 Cases to consider:

  1. Simple double belongs to table, used with shortcut - standard many-to-many setup.
  2. Double key with a few attributes, ie parent1id, parent2id, code - this table only has relevance as a link between the two parents, it is not an object "Entity" but a "Relationship" with extra identifiers.