Commit 3c2dd923 authored by 郑伟's avatar 郑伟

增加gaia api 发布流程

parent 7af29079
......@@ -75,6 +75,23 @@
api/topic/get 只拿一个对象
#### api发布流程
- 评审阶段
将api命名,功能,传入参数,返回值写成文档,然后发送到邮件列表 rpc-update<rpc-update@wanmeizhensuo.com>里。
其他人在24小时内评审api设计,如果不回复默认赞同。 如果有异议就开会讨论,确定下一步方案
- 开发阶段
实现api, 补上对应的文档和测试, 发布到dev环境中
- 测试阶段
api冻结, 发布到test环境上, 此时起需要维护api的向下兼容性.
- 上线
发布到生产环境 对外提供服务.
(TODO)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment