FTW-Entertainment-LLC / AnimeFTW.tv-Site

Production AnimeFTW.tv Site
3 stars 3 forks source link

Series relationships #298

Open hanimayahi opened 7 years ago

hanimayahi commented 7 years ago

We need a n:m relationship between series, other than sequels/prequels. For side stories etc.

robotman321 commented 7 years ago

@Enic94 for this then would we work out a new table for links, and then have types defined so that we can do sequel, prequel, side story, side arch, etc?

hanimayahi commented 7 years ago

@robotman321 sound good!

hanimayahi commented 7 years ago

@robotman321 although sequels/prequels are 1:1 relatioships, we could keep the current database structure for series, and only have this new n:m relationship table for those links that can be more than one? But maybe that makes it a bit confusing? idk

robotman321 commented 7 years ago

@Enic94 we would want to migrate all of the relationships to a table for that, it would clean up the series table just a little bit and would be less confusing to new developers since you wouldn't have some relationships in one table and the rest in the other.

hanimayahi commented 7 years ago

Alright