Hi All,
I'm looking to start up a new project. Hobby stuff but I'd like it to work as well as possible. I'm trying to work out if Drupal is the right platform for me to develop on (and if so what version).
First my experience
HTML & CSS - Strong
SQL - Weak, however pretty good knowledge of complex databases from a none-coding POV.
PHP - None at all.
I've installed and run basic wordpress & joomla sites, just themed blog essentially.
The site I want to build
A site where users can submit forecasts on football matches and once the result was known be marked up or down depending on whether their predictions were successful.
So the site would need
A data table for upcoming matches added to by the admin only - shown to the users
A related data table for forecasts that joined to the matches table to log forecasts against upcoming matches. This would be added to by users submitting their own predictions. Each time a new match was added to the match table the users would have the option to submit guesses.
Once the match was run, the result to be added by the admin (probably to the original matches table) and the users to have updates run against their profiles to score them depending on whether their prediction was successful.