[TYPO3-english] please help with project approach
Stefan Neufeind
typo3.neufeind at speedpartner.de
Sun Feb 19 23:45:25 CET 2012
On 02/19/2012 11:25 PM, "Markus Müller" wrote:
> Hi everyone,
>
> I have been trying to wrap my head around this for two days now but I can't decide on a proper way to do it - pages / tt_news / browser_frontend_engine / something else?. Maybe you could share your ideas. Thank you in advance!
>
> AIM: I want to build a Website to manage tours.
>
> REQUIREMENTS:
> - few extensions so updating stays easy
> - each tour should have: up to 20 dates (timespans), comments, possibility to add html, (unlimited) use of content elements (Text, Images, etc) including own fces
> - be searchable by indexed search
>
> STRUCTURE:
> - COUNTRY -> REGION -> ACTIVITY -> TOURS
> - i would like to present the tours on the front page as teasers, have list views depending on the Country/Region/etc.
>
> NICE-TO-HAVE (if not to hard I might be able to code myself):
> - search with filtering options
> - calendar view with filter showing the start-dates and linking to the tours
>
> How would you approach this to keep things as flexible and easy as possible?
Hi,
just some first thoughts to give you a few pointers:
* for calendaring you might want to link at "cal"
* there is "cal_ts_service" to link that to "tt_news" (which could then
categorize etc.)
* also there is the other way round to add event-fields to tt_news with
"mbl_newsevent"
* for adding multiple content-elements to a news-entry you might want to
look at "rgnewsce"
Or if you want to consider registration etc. as well how about taking a
look at "seminars"?
Looks doable though. Good luck!
Kind regards,
Stefan Neufeind
More information about the TYPO3-english
mailing list