Brainstorm needed!
I have a situation where I’m trying to add a set pool of students to a handful of classes. Each student from the pool can be added to any of the classes.
The big challenge is that depending on some variables, the number of classes is unknown, and can range anywhere from 2-10.
Luckily, the classes don’t really need to have their own functionality, just display a list of the students added and refresh when a new student is added.
Any ideas on the best way to handle this? My current idea is to build a single class page, then include it 10 times in an assignment page, setting the query string dynamically via javascript for each one. This limits my need to maintain 10 identical tables, but also seems clunky.
Other ideas I’ve had:
- Dynamically build each model. The problem here is that I also need to dynamically build each table, or hack the xml to create references that don’t yet exist, which is a bit of a pain.
- Create one table, sort by class, and try to use CSS or some Skuid functionality I don’t know to break it up into multiple tables.
Anyone got any ideas?
Thanks,
Seth
Question
add dynamic number of models, tables, and/or includes?

This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.