Closed jasontbradshaw closed 11 years ago
The only problem I have is, some orgs may not want/have campuses/kinds and may need other fields. This goes back to dynamic "tags". The biggest problem isn't necessarily the tagging structure; it's mostly the inflexible create/update forms due to active_admin.
Basically, if you think it in generic terms:
This implies the map filters may also need to be generalizable to the "schema". You have fields that are one-and-only-one, one-or-none, or many.
Good point. This could be solved with a 'Filter' table, where each has:
This is actually how I've internally structured the thing on the front-end already.
If we're doing the 'kinds' field, might as well do this one too. Will be a prerequisite if we're open-sourcing this.