一、提供當天站立式會議照片一張
二、討論項目每一個成員的昨天進展
毛卓 |
總結寫博客 |
林健 |
備註功能開發 |
黃紹樺 |
備註功能開發 |
曾飛遠 |
歷史記錄的刪除功能完善 |
張文博 |
修復一部分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,看看後期測試在改善 |
曾飛遠 |
將主界面作了優化,增長了側拉菜單功能,將多餘選項放進,是主界面更加簡潔美觀 |
張文博 |
編寫了用戶調查報告,瞭解了客戶需求和咱們的不足,會反饋給組員 |
周穎強 |
今天調查結果仍是不錯的 |