First of all hi everyone, my name is Juan and I'm giving a try to Drupal for a few projects.
I've made my homework and studied hard Drupal for a week and have some doubts about it that maybe you can clear.
The case is the next:
Suppose I'm trying to implement a site based on a complex entity Drupal doesn't support, let's say cars, that as you know can be classified perfectly with taxonomies like category, brand, make, model, etc. and have complex attributes as far as you can imagine: fuel, license plate, color, a price, ... cars are provided by users and I'd like to store more attributes for these users, that is, to extend it
Until now, I see factible making a new module with an extension of a node and implementing the necessary taxonomies to classify
- How could I implement a block with a form to do a complex search... like cars Diesel, with price lower than 1000 and that is a Ford-Focus-1.6?
- How can I present complicated views for presenting results? Maybe Views???? Yeah! but not static presentation like diesel cars that are "hardcoded" inside drupal, I mean a dynamic presentation for a list of car-nodes I get from database from my code