I'm looking to build some stand-alone pages (xf wrapper) to store tabular, relational data.
something like
xf_widgets:
WidgetID WidgetName ColorID SizeID
1 Acme 2 3
xf_widgets_colors
ColorID Text
1 black
2 Red
etc
Admins can define new criteria.
eg, add a Price column/lookup table to that.
adding coloumns is dangerous i guess. Is there something out there that exists to do this as an XF addon? I'm ok with using 1 flat table and a relationship table format as well as this will be hundreds of records, not thousands or millions.
I attempted something like this back on 2.1, but it's so out of date and i hate my design so i'm starting over.
something like
xf_widgets:
WidgetID WidgetName ColorID SizeID
1 Acme 2 3
xf_widgets_colors
ColorID Text
1 black
2 Red
etc
Admins can define new criteria.
eg, add a Price column/lookup table to that.
adding coloumns is dangerous i guess. Is there something out there that exists to do this as an XF addon? I'm ok with using 1 flat table and a relationship table format as well as this will be hundreds of records, not thousands or millions.
I attempted something like this back on 2.1, but it's so out of date and i hate my design so i'm starting over.