Daily Scrum 1/5/2015

Process:

Zhaoyang: Fix some crash bugs and increase the program stability.

Yangdong: Complete some back end code intergration.

Fuchen:  Code review in the IOS app code.

Minlong:  Code review in the backend code.

Dong: Do some servey in the image recognition.

Plan:

With the deadline of the Beta release, our main work is the code review and do some UI upgrade. Fix bugs and maintain the server.

时间: 2024-10-09 17:37:28

Daily Scrum 1/5/2015的相关文章

Daily Scrum 12/21/2015

Process: Zhaoyang: Integrate the oxford Speech API Code to the IOS client and do some UI optimization. Add the time and location filter which are the new feature. Yangdong: Learn to configration of the Azure server like the RDFF/FFE and the Fabric co

Daily Scrum 12/14/2015

Progress: Dong&Minlong: 基于Oxford Speech API成功实现语音输入的功能,但由于服务器存在访问次数的限制(每分钟6次),所以暂不准备将此功能加入ALPHA版本: Yandong&Zhaoyang: 完成自动标签功能的前后端接口配置: Fuchen:Release note信息收集: ALL:中午和Lily.Qiufeng开了个短会,深刻意识到之前项目进行中的很多不足,比如:blog和TFS更新较慢,code上传不及时等等,虽然每天都在干活却未能即使upd

Daily Scrum 12/24/2015

Process: Zhaoyang: Some UI change and compile the Caffe in the IOS. Yandong: Do some code integration and the main work is the event segmentation. Fuchen: Do some code integration and the main work is the T2S2 code. Minlong: Itegrate the code that au

Daily Scrum 12/9/2015

Done: Yandong: multi query的代码整合完成,之前采用的是将不同query的score相加的方法,目前改用将不同query的score相乘,搜索效果得到明显提升: Zhaoyang:照片上传功能已经完成,但重复照片删除功能和标签功能还未完成前后端的对接: Minlong:安装Tomcat并完成环境变量的配置: Fuchen: 87MB word2vector 的model测试完成: Dong:15MB word2vector 的model测试完成: Plan: Yandon

Daily Scrum 12/25/2015

Process: Zhaoyang: Implement the Alex 50M model in the Caffe framework. Yandong: The Azure Back end deployment and do some code integration. Fuchen: optimization of the deduplicate T2S2 code and refactor out some class. Minlong: Auto tagging code int

Daily Scrum 12/29/2015

Process: Zhaoyang: Add the Time bar feature in the APP and complete the Speech API. Yandong: Do some code review in the Backend server. Fuchen: Do some code review in the IOS app. Minlong: Complete the final resful debug and do some code integration.

【Beta】 第七次Daily Scrum Meeting

第七次meeting会议 [Beta] 第七次Daily Scrum Meeting 一.本次会议为第七次meeting会议 二.时间:10:00AM-10:20AM 地点:禹州楼 三.会议站立式照片 四.今日任务安排 成员 昨日任务 今日任务 林晓芳 重观界面问题上的美化处理 对现有的东西进行总结,主要是关于此次采用的一些方法.库等等 林清青 与其他组探讨交流进度 对于接下里的任务方向与大家探讨 陈惠 重观界面问题上的美化处理 基于现有的东西进行更深入的完善,例如,如何让闹钟提醒更人性化 郑莹

Daily Scrum 11.9

七号八号由于小组成员有外出度假,故没有更新Daily Scrum,但是其他成员的推动下,项目有所进展.进展如下: 1.已解决远程服务器数据库连接问题 2.修复用户等级与积分全部相同的BUG 3.加入用户登录等事件失败的详细信息提示 4.研究与项目相关的lucene,见小组成员晏旭瑞博客 http://www.cnblogs.com/yxr1993/p/4072253.html 5.整理数据库的表项,删除无用项(我们发现数据库被恶意注入了...) 明日任务: 黎柱金 解决注册时无法发送确认邮件的问

Notes of Daily Scrum Meeting(11.5)

Notes of Daily Scrum Meeting(11.5) 今天是我们学习学长代码,同时学习安卓语言的第三天.我们和学长沟通了一下,仔细讨论后得出一个结论,学长在 IOS平台上的代码可以借鉴,但是很多地方是不能移植过去的,需要我们进行重写,最主要的原因还是IOS平台和Android 平台上的差异性,就比如说:在IOS平台上编写UI会非常简单,在Xcode上拉一个界面出来只需要写很简单的代码就能实现 一个很炫的效果,但是在Android平台上,所有的UI效果都需要自己去搭建实现,因此,我