<div dir="ltr"><div>Hi,<br><br>I´m new to Drupal, <br><br>I want to build a litle web system with drupal 7, I think that it is a good idea to use Drupal instead of a Php framework (like cakePHP, or even symfony), because drupal already has authentication , themes, roles and a lot of features and modules ready to use, and I would like to take advantage of that. <br>

<br>What I want to do is a simple web site where two kind of users (client and taxi) can signup/login.<br>The client can select a taxi and send a request, so a taxi will reach the client and do a service for him.<br><br>
At this point I have unclear how to proceed on next points:<br>
<br>-After creating 2 roles (client and taxi), how do I customize the signup form in order to get taxi information and client information, and save that in database?<br><br>-How do I get and list of Taxi users and show it to Client users?, in a Form or some way that Client users can perform a service request to a selected Taxi user?<br>

<br>-It is clear that some entity/class/thing, maybe called ServiceRequest, needs to exist, so Client and Taxi users knows that some service request exists and, for example, the Taxi user can accept the request or reject it.<br>

<br>and as a more general question, <br><br>Do I need to code in order to build this litle project? or there already exists modules/tools that I can use to build the site.<br><br></div>Thanks in advance !<br></div>