Skip to content

Commit e300cb6

Browse files
authored
Update README.md
1 parent ee62038 commit e300cb6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Jianshi depends on Python & Flask.
2828

2929
The server architecture is:
3030

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;
3232
- logic layer: used to process heavy service logic, when there are database actions, it will call db layer;
3333
- db layer: used to wrap our database related actions.
3434

@@ -47,9 +47,12 @@ The server architecture is:
4747
<img src="material/screenshots/shareImage.png" width = 800>
4848

4949
# 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]__
5356
- __[2016/09/03] User managment in server side and Signup & Login flow in Android side. [Server+Android]__
5457
- __[2016/08/25] Migrate from `LeanCloud` to `Apache + Mysql + wsgi + Flask` and build my own server framework. [Server]__
5558
- __[2016/08/20] Build server side framework. Using `LeanCloud` & `Python`. [Server]__

0 commit comments

Comments
 (0)