thinkjs/doc/dev.md
2015-08-26 17:29:22 +08:00

39 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 2.0
### 参考文档
* http://laravel.com/docs/master/releases
* http://www.yiiframework.com/doc-2.0/yii-db-migration.html#createTable()-detail
* http://sailsjs.org/documentation/concepts/
* http://docs.mongodb.org/manual/reference/operator/query/ mongdb where condition
* http://docs.mongodb.org/manual/reference/sql-comparison/
* http://mongodb.github.io/node-mongodb-native/2.0/api/Collection.html#count
### 遗留的问题
* validator需要改为laravel类似的方式更加简洁 -- 已经完成 2015.08.07
* 服务启动时增加文件名大小写的检测 -- 已经完成 2015.08.08
* 完善mongodb -- 基于mongodb模块 -- 基本完成 2015.08.13
* 重写websocket -- 基本完成 2015.08.21
* 官网改版 -- 基本完成 2015.08.21
* 错误页面美化 -- 基本完成 2015.08.21
* ThinkJS创建项目的命令 - 已经完成 2015.08.25
* 完善relationModel
* 单元测试,代码覆盖率 >95%
* 关键功能写DEMO
* 在线文档
* 添加csrf检测cors头信息设置的middleware
* ThinkJS T-shirt
* base基类修改
* 增加migration功能
* 打包个Vagrant环境?
* 添加think.crontab接口
* grunt,gulp支持