Apologies - I *think* this is a portal question, but it might be that something more fundamental is amiss in my approach... Apologies in advance..
Â
I am working on a scheduling management application for a festival. We collect submissions from artists in a webform in which they also indicate their availability within the 8 days of the festival.Â
Currently this is expressed as a single text field generated by the web form, users are given the option to select am, pm and evening (the broad structure of the festival day) - so the result is a field something like "Mon AM, Tues PM, Sat AM" for each submission.Â
Â
What I'm trying to create is a schedule form whereby i can see all of the available events on a given day, and then create them as *scheduled* events within our database based on their availability.Â
Â
Whilst I can filter the submission records as "find where availability = mon", what I want is to be able to see them all on the same screen, so I can enter them as events into our db based on the available pool.Â
Â
I was thinking that creating a portal would be the way to do this, but can't for the life of me figure out how to view all of the available events on (for example) a monday in it.Â
Â
I suspect this might be a structural problem rather than a portal misunderstanding, but I'd really appreciate any help...Â
I've attached a screenshot of my current basic schema, where the 'events' table are the public submissions and the 'schedule' table will be the 'actual' festival records.
Â
Apologies - I *think* this is a portal question, but it might be that something more fundamental is amiss in my approach... Apologies in advance..
Â
Â
Â
Â
Many thanks indeed for your help in advance!
-i