首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
COMP3900设计编程辅导、web,HTML讲解、辅导Java程序 辅导Database|辅导留学
项目预算:
开发周期:
发布时间:
要求地区:
COMP3900/9900
Project Deliverables and
Assessment
This document describes group formation, assessments, and other project course
deliverables.
! Group Formation: A group will be five (5) students in size, with all members being in
the same lab (unless there is no possibility to have 5 group members because of the
size of the lab, in which case a group of 4 may be accepted with the mentor's
permission). Please do register your group on the WebCMS3 course website under the
Groups page and specify group members as well as the Scrum Master (as Admin in
WebCMS3 Groups terminology).
! Roles: Each group should have a Scrum Master and four (or three) Developers. Their
responsibilities are discussed in the lecture. Note that these roles are for
accountability. We expect that all members should be involved in coding. Scrum
Master may contribute marginally less coding efforts, e.g., 10% less, if he/she will
administrate GitHub (having a Maintainer role) and Jira accounts for the team.
! GitHub: Each group should use their GitHub classroom repository to store and
maintain the entire code-base used for their project, and ensure they keep commit
history accurate to represent contributions made by each team-member.
2
Work Diary
Each student should maintain a work diary (call it z0001234.txt if your student zID is
z0001234) and check the file into GitHub.
From Week 1 onwards, we expect that you will update this file every week with your new
contributions to the team and the project. Check the file into GitHub at least once a week
(can be more frequent).
The content of the file should be brief but clear. For example, it should be like:
Week 1
Group formed. I created the Jira & GitHub accounts. Together with John
Smith, I wrote the user story & sprints section of the proposal. I also
found and discussed with the team all available software tools and
libraries that we can use for the project.
Week 2
I wrote the first version of hello.c, api.h, api.c and drafted a design for
the Web service API between the client and the server – all by myself.
You should also include in this diary the following information (if applicable) about the
project progress:
- what was planned for the period since the last work diary entry
- what was finished
- what were the main technical and non-technical obstacles and how they were
overcome (or what was tried and did not work)
- what was not finished, why this happened, how this affects the overall project
progress and what adjustments (if any) are needed so the success of the project is
not endangered
- what is planned for the next period (e.g., next week)
We expect that other members of the team may access this file to know where others
are up to, but you should not modify your peer’s work diary.
3
The Proposal
! Project Proposal (due Monday Week 4 @ 9.00am, 21 June) (10%): Students will
choose a project from a list of possible projects with a given description and project
objectives. They will produce a proposal that describes: the background for their
project, the product backlog to be used for satisfying all project objectives, an initial
sprint backlog, user storyboards, and the system architecture. The requirements and
criteria for the proposal are described below.
! Please make sure you also take a look at the WebCMS Proposal assessment
submission page for submission instructions, and follow those submission
instructions.
! Students may request to undertake a custom project only if 8 distinct project
objectives of similar technical depth & scope to existing projects are clearly defined
with the request. A clear project description should also be included with the
request. Such requests are subject to mentor approval and amendment, and are to
be sought prior to week 2 by filling in and agreeing to the terms on the custom
project form that can be found at https://rebrand.ly/aje7pe4 .
! The proposal should be self-contained, (ie: no content should be outside of the report
and simply linked to), and follow the following formatting requirements:
a) Include a title page containing: project title; a nominated group name; each
member’s name, email, student ID, role; proposal submission date.
b) Be at least 5 pages long (at most 12pt font with reasonable margins & spacing),
not including the title page and references page, and be in PDF format that is
readable with Acrobat.
c) Include a table of contents, and page numbers.
d) Include references and use either APA (https://student.unsw.edu.au/apa) or
Harvard (https://student.unsw.edu.au/harvard-referencing) referencing style.
! The proposal should include:
a) Background (10%)
" Clearly identifies the problem(s) being solved.
" Identifies existing work or systems in the same problem domain, and their
drawbacks.
4
b) User stories & Sprints (50%):
" Product backlog of correctly structured user stories, describing the functionality to
be delivered, with screenshots showing all these user stories defined in Jira. The
entire text of each user story should be readable inside the report.
" Defines the start and end dates for all sprints envisaged during term.
? Note: ensure that the sprints you define allow you to undertake a demo in each of
weeks 5 and 8; as well as a retrospective before each of the labs in weeks 7 and 9.
" Identifies user stories in scope for the first sprint with screenshots showing all user
stories allocated to the first sprint in Jira. The entire text of each user story should
be readable inside the report.
" Clearly communicates how all project objectives are satisfied by user stories that
are defined.
" Describes how some of the defined user stories provide novel functionality
compared to existing systems.
c) Technical depth, scale, report formatting (40%)
" Report conforms to the formatting requirements specified above; and is easy to
read.
" Interface and flow diagrams (Storyboards for user stories)
Storyboards should be developed to illustrate the system functionality, and how
users interact with the system. One storyboard can cover multiple user stories.
All user stories should be covered by these storyboards.
" System Architecture
A clear description showing the presentation, business and data layers in the
system, and what each layer contains.
A clear description of the external actors (eg: user types) and how they interact
with the system.
A clear description of the technologies/languages planned for use (eg: mysql,
sql server, msmq, .NET, java, etc), including all third party functionality planned
to be used (eg: clouds/services/APIs/libraries/code).
5
! Proposal is marked out of 10, contributes 10% towards the final mark for the project,
and is marked according to the marking criteria below.
Project Proposal Marking Criteria
Category Max Mark
Team
Mark Comments
Background (10%)
Problem domain, existing work/systems, and their
drawbacks
Clearly identifies problem(s) being solved 0.5 Marks considered separately for this category
Clear evidence of research as to existing work or
systems in the same problem domain and what their
drawbacks are.
0.5
Marks considered
separately for this category
User stories and sprints (50%) 5
Product backlog of correctly structured user stories,
describing the functionality to be delivered, with
screenshots showing all these user stories defined in Jira
1.5
Marks considered
separately for this category
Defines the start and end dates for all sprints envisaged
during the length of term 0.5
Marks considered
separately for this category
Identifies user stories in scope for the first sprint with
screenshots showing all user stories allocated to the first
sprint in Jira
1
Marks considered
separately for this category
Clearly communicates how all project objectives are
satisfied by user stories that are defined 1
Marks considered
separately for this category
Describes how some of the defined user stories to be
implemented provide novel functionality compared to
existing systems
1
Marks considered
separately for this category
Technical depth, scale, report formatting / readability
(40%) 4
Report conforms to the formatting requirements specified
for the Proposal in this Project Deliverables and
Assessment document; and is easy to read
0.5
Marks considered
separately for this category
Includes clearly a detailed software architecture diagram 1.5 Marks considered separately for this category
Interface and flow diagrams 2 Marks considered separately for this category
Total Mark (out of 10) 10
6
The Progressive Demos
! Progressive Demo A (Week 5 Lab Time) (2.5%)
and Progressive Demo B (Week 8 Lab Time) (2.5%):
Progressive demonstrations provide an opportunity to showcase user stories that have
not yet been demonstrated, and how well you have developed functionality to support
these.
! Marking criteria:
a) Completed stories to be demonstrated are shown in Jira and described, with
these stories having the correct status in Jira (Done) (1%)
b) Demonstrates the functionality used to support each completed story (1%)
c) Keeps to 12 minutes or less (0.5%)
! Group members absent for a progressive demo receive 0 marks for that entire demo.
7
The Retrospectives
! Retrospective A (Week 7 Lab Time) (2.5%)
and Retrospective B (Week 9 Lab Time) (2.5%):
A retrospective is a reflective activity, where the team meets to think about their team
work process over the past sprint, and discuss: what went well, what didn’t go so well,
and what the team should try to over the next sprint to improve their work process.
Additional aspects are also described in the marking criteria below. This meeting should
follow soon after the sprint demo (usually in the same day). The deliverable for each
retrospective should be emailed by the team scrum-master to your mentor and also
submitted through WebCMS (make sure the document submitted on WebCMS is the
same one sent over email).
! Marking criteria:
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!