Hello all,

We are a small firm with core skills in design and Ajax. One of our current Drupal developments has hit a wall, in that no existing module/patch provides the functionality we are looking for.

We would like to hear from php coders of a very high standard with Drupal experience that can help us with this project.

Overview:

We would like users that have signed up for an event to be listed in a table, with the final scores (in this case, golf scores) to be added to the table after the completion of the event. This results table should be accessible via its relevant event and from the profile pages of the users that signed up to the event.

I would like consultation over the phone to discuss our exact requirements before sending a full design brief. Thus, I would prefer coders from the UK, I don’t mind dealing with freelancers, but please provide working and completed projects that you have worked on as examples of what we can expect.

While I am in no hurry to complete the project and would rather wait for the right coder, I am eager to have found a solution to what we are trying to achieve so I look forward to any replies.

P.S We have a number of Drupal developments that we are working on a the moment so there is a good chance or more work after.

Comments

mihir_indianic’s picture

Hello,

We can surely help you with the web development services you have requested. We are proud to tell you that we have an experience of over more than 750 custom made websites. You can get more information about our work by checking out the following links & clicking on the portfolio & testimonials links.

www.indianic.com & www.ydesigner.com

Our Expertise:

1. PHP / MySQL Programming
2. Database design / Optimization
3. ASP / ASP.net programming
4. Cold fusion Programming
5. Graphics Designing
6. Flash Scripting.

Costings for the services you have requested (hourly basis)

Minimum package will be for 10 hours of support in a week. The costing for the same will be $15/hour.
The IT expert will work as per a time convenient to you.
If you are looking at a long term perspective, for monthly services we work for 180 hours and weekly we work 45 hours. If you use any of these packages then weekly we can give 10% discount and for monthly we will give 20% discount.

Please do get back to me for any clarifications whatsoever.

mail: mihir@indianic.com

--
Thanks,
Mihir Rawal
Project Manager
| Indianic, LLC | www.indianic.com | www.ydesigner.com | www.dialone.in
Tel ( USA ): +1-310-909-8707 (x606 ) | Tel: ( UK ) : +44-(207)-993-2239
MSN : mihir@indianic.com | SKYPE : mihir_indianic | Yahoo : indianic_mihir | AIM: mrindianic

nehalmehta’s picture

Hello,

I can certainly help out in this, this stuff should be simple. For requirement that you have posted you do not require high skilled php developers.... As you have told that you are AJAX based company and if someone from your company knows some amount of php then he can work out this... I can certainly do this in couple of days if more exact requirements are provided. But I am not based in UK. Still if you think something can work out on skype or by other means... just let me know... there are some ideas with me for such events and will like to discuss even if I am not doing this project...

Nehal Mehta.

mparikh’s picture

This seems trivial; unless I am completely missing something (and probably am). But why won't the following work ?

Final scores imply temporary scores that progress and become final scores. Store temp scores in a temporal content type. Use an action to sum up the final score and assert that in the final scores. To tie events to users, use (essentially; but in dP, can get to be a litttle tricky) many to many relationship with an intersecting content type. Indicate completion of an event through XML-RPC....

If it is more interesting than that, could you elaborate?