@@ -28,7 +28,7 @@ Jianshi depends on Python & Flask.
28
28
29
29
The server architecture is:
30
30
31
- - www layer: used to receive all http request, process parameters, and take this request to logic layer ;
31
+ - www layer: used to receive all http request, process parameters, and call logic layer api for furthure process ;
32
32
- logic layer: used to process heavy service logic, when there are database actions, it will call db layer;
33
33
- db layer: used to wrap our database related actions.
34
34
@@ -47,9 +47,12 @@ The server architecture is:
47
47
<img src =" material/screenshots/shareImage.png " width = 800 >
48
48
49
49
# Development History
50
- - __ [ 2016/11/06] Configure aliyun server and deploy application by jenkins, install MySql, testing signup & data sync logic__
51
- - __ [ 2016/10/30] Signup & Login UI new design; Screenshot & system Share; and other cool features__
52
- - __ [ 2016/10/25] Data sync function between android and server; Improve server error handling function & config mechanism. [ Server+Android] __
50
+
51
+ I use my extra time for this project development, so the development process doesn't go very fast.
52
+
53
+ - __ [ 2016/11/06] Configure aliyun cloud server; Deploy application by jenkins; Setup Nginx & gunicorn; Finish unit-test for signup & data sync logic__
54
+ - __ [ 2016/10/30] Design for signup & login; Screenshot for share; Other cool features__
55
+ - __ [ 2016/10/25] Data sync between android and server; Improve server error handling function & config mechanism. [ Server+Android] __
53
56
- __ [ 2016/09/03] User managment in server side and Signup & Login flow in Android side. [ Server+Android] __
54
57
- __ [ 2016/08/25] Migrate from ` LeanCloud ` to ` Apache + Mysql + wsgi + Flask ` and build my own server framework. [ Server] __
55
58
- __ [ 2016/08/20] Build server side framework. Using ` LeanCloud ` & ` Python ` . [ Server] __
0 commit comments