Is this planned?
| Fri, 20 Mar 2009, 07:06am | #1 |
|---|---|
|
|
| Offline | Link |
| Fri, 20 Mar 2009, 07:29am | #2 |
|---|---|
|
It's tentatively planned, but it's an if/when I have time kind of thing. Not a high priority. I'd happily take a patch, though. It would have to change the way categories work to use STI, so they could be used in the forum or the blog. |
| Offline | Link |
| Fri, 20 Mar 2009, 07:47am | #3 |
|---|---|
|
Ok. Where could I find out more about STI? |
| Offline | Link |
| Fri, 20 Mar 2009, 08:25am | #4 |
|---|---|
|
Are you an experienced Ruby/Rails developer? If not, this might be a little bit of a stretch. |
| Offline | Link |
| Fri, 20 Mar 2009, 08:40am | #5 |
|---|---|
|
Ruby, yes. Rails not yet, but I want to get more experience with RoR. |
| Offline | Link |
| Fri, 20 Mar 2009, 09:11am | #6 |
|---|---|
|
You'll have to dig around on Google more, but here's a quick link to give you the basic idea: http://rookieonrails.blogspot.com/2008/01/singl... You'd have to add two subclasses of Category, maybe ForumCategory and BlogCategory, and then add a type field to the categories table. Then, the categories would be saved in the same table, but they'd be of a different type. If you wouldn't mind, it'd be best if you forked El Dorado on github and then let me know where it's at. That way, I could check out what you're up to and make sure it's as expected and help out. |
| Offline | Link |
| Sun, 22 Mar 2009, 05:42pm | #7 |
|---|---|
|
My fork is at http://github.com/manfredu/el-dorado/tree/master. I have my development environment set up and also the first version running in production (http://www.d-frage.de/). It would be nice if I could start to work on i18n soon. This would probably be a good way to get familiar with the app before making further changes. I believe categories would also be useful for events and files. A description for files would also be nice.
|
| Offline | Link |