Ok, I’m running music site where we have album reviews, live reports and interviews. I’m thinking if I should start using EE for that.
But there are problems that I would like to have answered:
Let’s take an festival report for an example. It is about many bands, it can be written by many editors and it should be found from many genres.
So I have one article - that must be found from under Rock category - but also under many bands (I can choose a band and click (“Show all reviews from Wilco” -> and this should give all reported festivals also where Wilco has been).
I also need functionality like “All articles written by Lerva” -> gives also reports where have been other editors too.
So it’s a little bit complicated - I’m not sure about those genres ‘cause putting music to different genres is a mess… But then there should be at least categories like “reviews” “lives” and “interviews” -> but those are easy ones.
And one more question: I have my current site running on mysql. Of course tables are different, but I’m thinking of how easy it is to transfer material from one site to other? Let’s say I have only this information now in my articles table: title, band_name, body, date, user_id
As you can see that my old system doesn’t support all the features I wanted (like multiple editors for one article, because of that one to many table relationship - it should be many to many).
Or is this a little bit complicated? Or can I do this with EE 1.6?
I’m also considering rolling my own system, but it takes more time and cannot never compete with good cms like EE.
Thanks in advance and sorry for my English 😉