[BUAA软工]gamma阶段贡献分

Gamma阶段评分

基本公式:贡献度 = 工作量 × 工作的影响力 × 工作的不可替代性 + 对项目有重大意义的idea

gamma阶段所有的工作及idea

issue/idea/job (repo:bingduoduo) for/from 工作量*完成度 不可替代性 影响力(对项目的作用)10级
#3|语音输入shell应用 nyz 750*0.8 B 6
#4|run 百度模型,得到精确度 hxb 100*1 B 5
#5| UI手势切换 zpj 50*1 B 6
#6|编辑器风格切换 zpj 100*1 B 7
#7|语音button优化 zpj 200*1 C 7
#8|编辑器新增功能调研 lty 50*1 C 6
#9|gamma阶段测试跟进 hxb 350*1 B 6
zpj 50*0.8 B 6
#10|编辑器功能进一步完善 lty 196*1 C 7
每日例会博客+发布文档 yk 11篇文档*0.9 A 6

mark: A = 1, B = 2, C = 3, D = 4

分数计算:

nyz = 750*0.8*2*6=7680

zpj = 50*1*2*6+100*1*2*7+200*1*3*7+50*0.8*2*6=6680

yk=11*100*0.9*1*6=5940

hxb= 100*1*2*5+350*1*2*6=5200

lty=50*1*3*6+196*1*3*6=4428

最终得分:

sum >>> 7680 + 6680 + 5940 + 5200 + 4428
29928
nyz >>> 7680 * 250.0 / 29928
64.15396952686447
zpj >>> 6680 * 250.0 / 29928
55.800588078054
yk >>> 5940 * 250.0 / 29928
49.61908580593424
hxb >>> 5200 * 250.0 / 29928
43.43758353381449
tly >>> 4428 * 250.0 / 29928
36.9887730553328

nyz = 64

zpj = 56

yk = 50

hxb = 43

lty = 37

git 统计

命令:

git log --since="2019-05-24 00:00:00" --before="2019-6-13 24:00:00:00"  --author="butub-ubuntu" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s,removed lines: %s, total lines: %s\n", add, subs, loc }'
nyz
added lines: 1401 removed lines: 333 total lines: 1068
去除merge 1069 - (38 - 3) =1034
zpj
added lines: 3803 removed lines: 316 total lines: 3487
去除merge部分: 3487 - (612-273) total =3148
去除fablib部分: 3148 - 2714 total = 434
yk
added lines:0 removed lines:0 totoal lines:0
hxb
added lines: 505 removed lines: 82 total lines: 423
lty
added lines: 61 removed lines: 257 total lines: -196
posted @ 2019-06-16 20:00  冰多多  阅读(201)  评论(0编辑  收藏  举报