[wsf-c-dev] [PHP] Few suggestions to the PHP Calendar Solution..

Dimuthu Gamage dimuthu at wso2.com
Mon Jan 7 03:49:29 PST 2008


Here are some quick suggestions.

1. I think user_id should not be asked from the user, rather it should
be an auto incrementing field. We can put the username field in the
logging page. An average client who uses the calendar may not feel
familiar with this kind of fields.

2. Currently user_id is transfered in every soap request to authenticate
the user after login. I propose it s better we generate a session id for
the user at the login time and use that to authenticate the user in the
subsequent calls.

3. As we discussed, we should re-arrange all the wsservice request in a
class inherited from WSClient. I just posted a blog regarding this
subject[1].


In addition to that there need to some improvements in the GUI which I
think not much critical

1. It would have been better if we can create an event, after pointing
the mouse in to a particular date, like it is in the Google Calendar.



[1]
http://phpwebservices.blogspot.com/2008/01/best-practices-of-using-wsclient.html


Thanks
Dimuthu



More information about the Wsf-c-dev mailing list