summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2020-04-03 10:58:05 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2020-04-03 10:58:05 +0800
commit1234af5779899733aca725c82fda5b671f4494ef (patch)
treee69baf268a405874edbef6a51120eed244303f97
parent190b8f6a1fe51b2024eae6d2997969490bd68e24 (diff)
DialogOnSoftwareProjectManagement.rst: lecture notes for the morning setion, 3 April 2020
-rw-r--r--DialogOnSoftwareProjectManagement.rst176
1 files changed, 175 insertions, 1 deletions
diff --git a/DialogOnSoftwareProjectManagement.rst b/DialogOnSoftwareProjectManagement.rst
index a8478ff..a4773e9 100644
--- a/DialogOnSoftwareProjectManagement.rst
+++ b/DialogOnSoftwareProjectManagement.rst
@@ -5917,7 +5917,7 @@ OK
动作快得有点惊人
2020-03-27 9:34:18 蓝珲(1348141770)
-徐梦旗得版本这么容易维护吗?
+徐梦旗的版本这么容易维护吗?
2020-03-27 9:34:22 软工初阳171 刘莉莉(1196448461)
不小心就做起来了。。
@@ -6600,6 +6600,180 @@ Afternoon section
+Friday, 3 April 2020
+====================
+
+
+Morning section
+---------------
+
+*Weekly review - Development workflow using feature-branching - Pull Request - Bad Pull Request Messages - Write lots of comments - Write comments for future maintainers - Requirement Traceability Matrix*
+
+2020-04-02 21:07:52 蓝珲(1348141770)
+蓝珲 邀请您参加腾讯会议 会议主题:蓝珲预定的会议 会议时间:2020/4/3 08:00-09:30 点击链接直接加入会议: https://meeting.tencent.com/s/5vOqA8Tbb3b52 会议 ID:696 618 726 手机一键拨号入会 +8675536550000,696618726# (中国大陆) +85230018898,,,2,696618726# (中国香港) 根据您的位置拨号 +8675536550000 (中国大陆) +85230018898 (中国香港)
+
+2020-04-03 8:00:22 蓝珲(1348141770)
+大家早上好。
+
+2020-04-03 8:00:29 蓝珲(1348141770)
+能听到我说话吗?
+
+2020-04-03 8:00:33 初阳软工171 余慧(945168786)
+能
+
+2020-04-03 8:00:45 蓝珲(1348141770)
+请把学号写一下。
+
+2020-04-03 8:00:47 软工初阳171 何可人(1461938594)
+201736900106
+
+2020-04-03 8:00:48 网络171-侯新苗(953957823)
+201730210304
+
+2020-04-03 8:00:51 初阳软工171 伍泰炜(2728735169)
+201736900125
+
+2020-04-03 8:00:52 初阳软工171 陈俊蕾(1223259604)
+201736900103
+
+2020-04-03 8:00:55 重新做人(1344914885)
+201736900113
+
+2020-04-03 8:00:57 初阳软工171 余慧(945168786)
+201736900117
+
+2020-04-03 8:00:58 唐叶尔(1768559501)
+201736900111
+
+2020-04-03 8:00:58 网络171许晓鹏(892376699)
+201730210128
+
+2020-04-03 8:00:58 初阳软工171 吴贞娴(1395588359)
+201732120108
+
+2020-04-03 8:00:59 初阳软工171 蒋佳玲(1850424414)
+201732120103
+
+2020-04-03 8:01:00 软件工程初阳1701 徐梦旗(2663479778)
+201732120124
+
+2020-04-03 8:01:01 软件工程 王雪洁(249795581)
+201732120106
+
+2020-04-03 8:01:02 网络171—董文文(2373706002)
+201730210303
+
+2020-04-03 8:01:04 初阳软工171 王海榕(1012635788)
+201732120105
+
+2020-04-03 8:01:06 软工初阳171 刘莉莉(1196448461)
+201736900108
+
+2020-04-03 8:01:12 初阳软工171 徐闰钞(374526027)
+201736900127
+
+2020-04-03 8:01:13 初阳软工171方梓安(2453122992)
+201736900105
+
+2020-04-03 8:01:26 计非181 王智洋(1162466610)
+201830220719
+
+2020-04-03 8:01:27 软件工程 张珣(1955357976)
+201732120109
+
+2020-04-03 8:01:44 软工初阳171周佳威<zhouwys@qq.com>
+201736900130
+
+2020-04-03 8:01:51 初阳软工171叶红霞(1655602611)
+201736900115
+
+2020-04-03 8:01:59 初阳软工171 余慧(945168786)
+是的
+
+2020-04-03 8:02:37 初阳软工171袁世家(1515245651)
+201739230123
+
+2020-04-03 8:02:38 软工初阳171 应舸(1434305984)
+201736900128
+
+2020-04-03 8:05:46 软件工程 常思琦(995959606)
+201732120101
+
+2020-04-03 8:12:37 蓝珲(1348141770)
+Weekly Review
+
+2020-04-03 8:13:47 蓝珲(1348141770)
+Feature-branching workflow
+
+2020-04-03 8:15:56 蓝珲(1348141770)::
+
+ git branch #看一下你在哪个分支
+ git checkout -b FIXREADME
+ git add .
+ git commit -m "README.md: why? what? how?"
+ git pull origin master
+ git push origin FIXREADME
+ git checkout FIXREADME
+
+2020-04-03 8:18:53 初阳软工171方梓安(2453122992)
+fangzian
+
+2020-04-03 8:28:12 初阳软工171 陈肖飞(1662727361)
+201736900104
+
+2020-04-03 8:39:58 蓝珲(1348141770)
+Context
+
+2020-04-03 8:42:17 蓝珲(1348141770)
+More comments than code.
+
+2020-04-03 8:43:41 蓝珲(1348141770)
+Selected maintenance stories from students: http://lanlab.org/course/2019f/oo/selected-oaps-maintenance-stories.pdf
+
+2020-04-03 8:46:12 蓝珲(1348141770)
+Absorb the complexity on other people's behalf
+
+2020-04-03 8:46:52 蓝珲(1348141770)
+BAD: “a few edits”
+
+2020-04-03 8:47:00 蓝珲(1348141770)
+BAD: “minor improvements”
+
+2020-04-03 8:50:10 蓝珲(1348141770)
+任务细分
+
+2020-04-03 8:56:30 蓝珲(1348141770)
+用 git commit -e 写大段地 commit message。
+
+2020-04-03 8:57:11 软工初阳171 刘莉莉(1196448461)
+还没
+
+2020-04-03 9:15:26 蓝珲(1348141770) [图片]
+
+.. image:: RTM.jpg
+ :height: 100
+ :alt: Test report http://lanlab.org/course/2020s/spm/test_report.html
+
+
+2020-04-03 9:16:23 蓝珲(1348141770)
+https://github.com/spm2020spring/RequirementTraceabilityMatrix
+
+2020-04-03 9:26:38 蓝珲(1348141770) [图片]
+
+.. image:: ProjectCheckList.jpg
+ :height: 100
+ :alt: Project Check List https://github.com/lanlab-org/LRR/issues/13
+
+
+2020-04-03 9:26:43 蓝珲(1348141770)
+Project check list
+
+2020-04-03 9:32:45 蓝珲(1348141770)
+请Xumengqi分支负责测试的王雪洁创建一个TraceabilityMatrix分支,写一个srs.txt, test.txt,放到test目录下,然后Push & Pull Request。
+
+2020-04-03 9:43:00 软件工程 王雪洁(249795581)
+好的
+
How to cite