1、整个项目预期的任务量 (任务量 = 所有工作的预期时间)和 目前已经花的时间 (所有记录的 ‘已经花费的时间’),还剩余的时间(所有工作的 ‘剩余时间’) ;

所有工作的预期时间:88h

目前已经花的时间:8h

还剩余的时间:80h

2、公开任务看板照片;

3、SCRUM 会议的照片一张,要有全体团队成员在场,少一个人则倒扣相应分数 (可以挡住脸等部位保护隐私);

4、产品的状态(最新做好的功能,产品界面,代码,测试用例,......) ;

  1 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 tools:context=".LoginActivity">
6
7 <LinearLayout
8 android:layout_width="match_parent"
9 android:layout_height="match_parent"
10 android:orientation="vertical">
11
12 <RelativeLayout
13 android:layout_width="match_parent"
14 android:layout_height="230dp"
15 android:background="@color/line1">
16
17 <ImageView
18 android:layout_width="wrap_content"
19 android:layout_height="wrap_content"
20 android:layout_centerInParent="true"
21 android:background="@drawable/ic_launcher" />
22 </RelativeLayout>
23
24 <LinearLayout
25 android:layout_width="match_parent"
26 android:layout_height="match_parent"
27 android:layout_gravity="center_horizontal"
28 android:orientation="vertical">
29
30 <TextView
31 android:layout_width="wrap_content"
32 android:layout_height="wrap_content"
33 android:layout_marginLeft="10dp"
34 android:layout_marginTop="15dp"
35 android:text="“帮你”校园咨询平台"
36 android:textColor="#585858"
37 android:textSize="18sp" />
38
39 <EditText
40 android:id="@+id/textName"
41 android:layout_width="match_parent"
42 android:layout_height="40dp"
43 android:layout_marginLeft="10dp"
44 android:layout_marginRight="10dp"
45 android:layout_marginTop="10dp"
46 android:background="@drawable/bkx_background_style"
47 android:ems="10"
48 android:hint="请输入您的账号"
49 android:inputType="textPersonName"
50 android:paddingLeft="10dp"
51 android:paddingRight="8dp"
52 android:textSize="16sp" />
53
54 <EditText
55 android:id="@+id/textPwd"
56 android:layout_width="match_parent"
57 android:layout_height="40dp"
58 android:layout_marginLeft="10dp"
59 android:layout_marginRight="10dp"
60 android:layout_marginTop="10dp"
61 android:background="@drawable/bkx_background_style"
62 android:ems="10"
63 android:hint="请输入您的密码"
64 android:inputType="textPassword"
65 android:paddingLeft="10dp"
66 android:paddingRight="8dp"
67 android:textSize="16sp" />
68
69 <LinearLayout
70 android:layout_width="match_parent"
71 android:layout_height="wrap_content"
72 android:orientation="horizontal">
73
74 <Button
75 android:id="@+id/btnSign"
76 android:layout_width="match_parent"
77 android:layout_height="40dp"
78 android:layout_margin="10dp"
79 android:layout_weight="1"
80 android:background="@drawable/btn_esc_selector"
81 android:text="注册"
82 android:textColor="@color/white"
83 android:textSize="18sp" />
84
85 <Button
86 android:id="@+id/btnLogin"
87 android:layout_width="match_parent"
88 android:layout_height="40dp"
89 android:layout_margin="10dp"
90 android:layout_weight="1"
91 android:background="@drawable/btn_selector"
92 android:text="确认登录"
93 android:textColor="@color/white"
94 android:textSize="18sp" />
95 </LinearLayout>
96
97
98 </LinearLayout>
99 </LinearLayout>
100 </ScrollView>

5、燃尽图

“帮你APP”团队冲刺2的更多相关文章

  1. “帮你APP”团队冲刺8

    1.整个项目预期的任务量 (任务量 = 所有工作的预期时间)和 目前已经花的时间 (所有记录的 ‘已经花费的时间’),还剩余的时间(所有工作的 ‘剩余时间’) : 所有工作的预期时间:88h 目前已经 ...

  2. “帮你APP”团队冲刺7

    1.整个项目预期的任务量 (任务量 = 所有工作的预期时间)和 目前已经花的时间 (所有记录的 ‘已经花费的时间’),还剩余的时间(所有工作的 ‘剩余时间’) : 所有工作的预期时间:88h 目前已经 ...

  3. “帮你APP”团队冲刺6

    1.整个项目预期的任务量 (任务量 = 所有工作的预期时间)和 目前已经花的时间 (所有记录的 ‘已经花费的时间’),还剩余的时间(所有工作的 ‘剩余时间’) : 所有工作的预期时间:88h 目前已经 ...

  4. “帮你APP”团队冲刺5

    1.整个项目预期的任务量 (任务量 = 所有工作的预期时间)和 目前已经花的时间 (所有记录的 ‘已经花费的时间’),还剩余的时间(所有工作的 ‘剩余时间’) : 所有工作的预期时间:88h 目前已经 ...

  5. “帮你APP”团队冲刺4

    1.整个项目预期的任务量 (任务量 = 所有工作的预期时间)和 目前已经花的时间 (所有记录的 ‘已经花费的时间’),还剩余的时间(所有工作的 ‘剩余时间’) : 所有工作的预期时间:88h 目前已经 ...

  6. “帮你APP”团队冲刺3

    1.整个项目预期的任务量 (任务量 = 所有工作的预期时间)和 目前已经花的时间 (所有记录的 ‘已经花费的时间’),还剩余的时间(所有工作的 ‘剩余时间’) : 所有工作的预期时间:88h 目前已经 ...

  7. “帮你APP”团队冲刺1

    1.整个项目预期的任务量 (任务量 = 所有工作的预期时间)和 目前已经花的时间 (所有记录的 ‘已经花费的时间’),还剩余的时间(所有工作的 ‘剩余时间’) : 所有工作的预期时间:88h 目前已经 ...

  8. 团队作业八——第二次团队冲刺(Beta版本)第7天&项目汇总

    项目汇总 第一天:http://www.cnblogs.com/newteam6/p/6879383.html 第二天:http://www.cnblogs.com/newteam6/p/688078 ...

  9. 团队作业八——第二次团队冲刺(Beta版本)第5天

    团队作业八--第二次团队冲刺(Beta版本)第5天 一.每个人的工作 (1) 昨天已完成的工作 完成界面跳转界面. (2) 今天计划完成的工作 简单模式逻辑代码涉及与相关功能的具体实现 (3) 工作中 ...

随机推荐

  1. [转] Adobe acrobat 破解教程

    最新版的Adobe Acrobat DC Pro可以使我们更方便的管理和编辑PDF文档,现在我为大家带来Adobe Acrobat DC Pro安装及破解教程,供大家安装和使用. 工具/原料   Ad ...

  2. unity中的动画制作方法

    Unity中的动画制作方法 1.DOTween DoTween在5.0版本中已经用到了,到官网下载好插件之后,然后通过在项目中导入头using DG.Tweening;即可. 一些常用的API函数 D ...

  3. 编译安装PHP-7.1.8

    安装依赖包: 1.安装yasm cd /usr/local/src tar zxvf yasm-1.3.0.tar.gz cd yasm-1.3.0 ./configure make make ins ...

  4. linux下mysql多实例安装(转)

    转自:http://www.cnblogs.com/xuchenliang/p/6843990.html   1.MySQL多实例介绍 1.1.什么是MySQL多实例 MySQL多实例就是在一台机器上 ...

  5. SQL重复记录查询-count与group by having结合查询重复记录

    查找表中多余的重复记录,重复记录是根据单个字段(peopleId)来判断select * from peoplewhere peopleId in (select  peopleId  from  p ...

  6. Android商城开发系列(十四)—— 设置监听RecyclerView的位置

    在前面的博客中有讲到过点击一个图片按钮控制RecyclerView的滚动到顶部位置的效果,但是那个图片按钮一直处在一个显示的状态,今天我们来改造一下那个地方,我们要实现的效果是:一开始打开的时候看不到 ...

  7. lattice diamond fpga 状态机的理解

    比如序列检测101,需要三个状态 :so,s1,s2. 思路:(1)s0状态有两种情况0或1,若为0时在自身打圈,是1时进入s1状态. (2)s1状态有两种0或1,若为1自身打圈,因为1可以作为下次检 ...

  8. win10 U盘重装

    之前用一键重装软件装系统后,D盘留下了一个PE系统,后来我装双系统装好Ubuntu后,打开Ubuntu结果出现了那个PE系统,最后没办法只好重装win10. 重装系统主要有三种方法,参见:链接 因为电 ...

  9. ZooKeeper保证之单一视图(Single System Image)

    由于ZooKeeper的数据模型简单且全部在内存中,ZooKeeper的速度非常快.它提供了一系列保证(Guarantees): • 顺序一致性(Sequential Consistency) • 原 ...

  10. OpenLayers项目分析——(一)项目介绍

    OpenLayers 是由MetaCarta公司开发的,用于WebGIS客户端的JavaScript包,目前的最高版本是2.7 V,通过BSD License 发行.它实现访问地理空间数据的方法都符合 ...