I am working on a social site that will have multiple groups. Each group will have its own forums and calendars. Is this something that can be done in El Dorado?
Mike
| Fri, 16 May 2008, 5:15pm | #1 |
|---|---|
|
I am working on a social site that will have multiple groups. Each group will have its own forums and calendars. Is this something that can be done in El Dorado? Mike |
| Offline | Link |
| Fri, 16 May 2008, 6:20pm | #2 |
|---|---|
|
Really, the app is designed for a small (or at least single) group, so I'm not sure this would fit your use case. You might consider just giving each group a simple message board (group has_many topics, topics have many posts, etc) and a simple calendar (group has_many events). |
| Offline | Link |
| Mon, 19 May 2008, 9:27am | #3 |
|---|---|
|
Would you be interesting in patches for this type of a setup? I haven't looked at the code too much, but it looks possible. I could create a mother object for each group. By default, there would be just one group. Admins could then create other groups. Each would have their own board associated with it. |
| Offline | Link |
| Mon, 19 May 2008, 9:54am | #4 |
|---|---|
|
I would be interested in accommodating this kind of setup, but not at the expense of the way things work now (for a single, small group). I'm not totally clear on how you would go about allowing both scenarios to coexist in the core app, but it sounds like you have some ideas. Perhaps you can work in a fork on github to begin with and we can see how things go? |
| Offline | Link |