Hey Codesmith/NetTiers community:
I have a question about the
easiest way to structure and impliment the following relationships in
NetTiers... Or more looking for your thoughts on how it should be done.
The entities relevant to the question are:
- Advertisers
- Advertisements
- States
An advertiser can list 1 Advertisement per state and each state can
have up to 4 advertisements within a given week (Starting midnight
Sunday and ending a week later). Assuming no bridge tables are built
yet (but they can be if needed), how would you suggest I impliment
this... (new entities, column lists like 'start date and end date')
I
can get the basic concepts of code, I'm just looking for some psuedo
code examples to get the creative juices flowing... One of the main
metrics I am trying to consider is to keep User Interface and
Interaction at its easiest (in terms of how the user would select which
week to list).
Thank you SO MUCH in advance
-Tom