lingrenzhang / workspace

2 stars 0 forks source link

Generate More robust server layer support with object oriented design. #25

Closed seanjiang86 closed 10 years ago

seanjiang86 commented 10 years ago

Basic idea is to provide some standard data structure for runtime use. Like: 1.Geo related class This is basically a mapping of Google api object. Used to increase system robust and more easy to extend our system function. The class is a wrapper of GeoObject in javascript to the Java environment. In addition, it will contain some specific field/function used in our system. Also, it provides some self-check function so when certain information is missing before calling a specific function in our match/management system, it will automatically collect information from google(through JSON) again before use. There should already be basic Android SDK about this. Make simple prototype in our system and do more research about the Google API.

2.Record related object Mange ride information.

3.Message related object

4.User related object User Management, User Group/Customer Managment

seanjiang86 commented 10 years ago

Check more about design mode for server side infrastructure.

seanjiang86 commented 10 years ago

Basic mode ready. Later refactory traced with enhancment.