一、提供当天站立式会议照片一张

二、讨论项目每一个成员的昨天进展
毛卓 |
总结写博客 |
林健 |
备注功能开发 |
黄绍桦 |
备注功能开发 |
曾飞远 |
历史记录的删除功能完善 |
张文博 |
修复一部分bug |
周颖强 |
完善用户调查 |
三、讨论项目每一个成员的存在问题
毛卓 |
更不上队友进度 |
林健 |
编程遇到瓶颈,相关知识有点不熟悉 |
黄绍桦 |
备注功能须要用到数据库,有关知识有点忘记 |
曾飞远 |
菜单功能仍未彻底完善,须要再作修改 |
张文博 |
还有好多没有完成 |
周颖强 |
调查人数还很少 |
四、讨论项目每一个成员的今天安排
毛卓 |
适当加入今天的开发 |
林健 |
备注功能开发 |
黄绍桦 |
备注功能开发 |
曾飞远 |
优化界面 |
张文博 |
用户反馈 |
周颖强 |
用户调查 |
五、每一个人的具体贡献
毛卓 |
总结 写博客 |
林健 |
初步完成备注功能 |
黄绍桦 |
初步完成备注功能 |
曾飞远 |
增长了侧拉菜单功能 |
张文博 |
汇总了用户反馈 |
周颖强 |
增长了更多的用户调查 |
六、发布项目燃尽图

七、每人的代码/文档签入记录 要求给出签入的截图和issues的连接


八、最新模块的代码
主界面增长侧拉菜单
<!--侧拉菜单DrawerLayout-->
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/tupian3"
android:orientation="vertical"
tools:context="com.example.haoge.study_expressage.Activity.MainActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_marginTop="110dp"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_saomiao"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_weight="0.2"
android:src="@mipmap/saomiao2" />
<EditText
android:id="@+id/edt_number"
android:layout_width="200dp"
android:layout_height="40dp"
android:layout_weight="0.6"
android:gravity="center"
android:hint="请输入快递单号"
android:textSize="15dp" />
<ImageView
android:id="@+id/yuyin"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginRight="10dp"
android:layout_weight="0.2"
android:src="@mipmap/yuying2" />
</LinearLayout>
<Button
android:id="@+id/btn_search"
android:layout_width="140dp"
android:layout_height="40dp"
android:layout_gravity="center_horizontal"
android:layout_marginTop="20dp"
android:background="@drawable/shape_btn"
android:text="查询"
android:textSize="20sp" />
</LinearLayout>
<!--另写一个菜单模块与主界面区分,
并设置android:layout_gravity="start",start表示从左到右拉出-->
<LinearLayout
android:layout_width="250dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:orientation="vertical">
<Button
android:id="@+id/btn_history"
android:layout_width="match_parent"
android:layout_height="60dp"
android:drawableLeft="@mipmap/menu_history"
android:gravity="center"
android:text="历史记录"
android:textSize="25sp" />
<Button
android:id="@+id/btn_exit"
android:layout_width="match_parent"
android:layout_height="60dp"
android:drawableLeft="@mipmap/menu_exit"
android:gravity="center"
android:text="退出菜单"
android:textSize="25sp" />
</LinearLayout>
</android.support.v4.widget.DrawerLayout>
九、运行结果的截图


备注界面,写上备注
android
历史界面,
数据库
十、每日每人总结
毛卓 |
慢慢的熟悉团队项目,但愿能够再团队扮演更重要的角色 |
林健 |
初步完成了备注功能,还算顺利 |
黄绍桦 |
今天完成了备注功能返回给些小bug,看看后期测试在改善 |
曾飞远 |
将主界面作了优化,增长了侧拉菜单功能,将多余选项放进,是主界面更加简洁美观 |
张文博 |
编写了用户调查报告,了解了客户需求和咱们的不足,会反馈给组员 |
周颖强 |
今天调查结果仍是不错的 |