首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
代做 java、代写 C++语言程序
项目预算:
开发周期:
发布时间:
要求地区:
2811 User Interfaces
Coursework 3: The Process
Final Summative Group Project
Date set: 15.11.23
Date due: 14.12.23 - 2pm
Weighting: 100%
Goals for this CW:
Apply the user interface knowledge we have learnt
Experience the interaction design lifecycle as a group
Design, evaluate, and develop a complex GUI application in Qt
Present your research in a written report
Demonstrate the process of each iteration in a short video (circa 1 minute)
Create a short (circa 1 minute ‘showcase’ video of your final product
Produce a 6 page Written Report (including images)
Your task:
Build a video-based application in Qt
Your group is provided with the Tomeo Qt prototype, as starter code toward your first
iteration for the following opportunity:
THE SCENARIO
Based on the recent success of BeReal (aimed at teenagers / young adults)
Marketing and our Product Owner have suggested we create a prototype app
(MVP) offering a similar range of functionality but video rather than photo.
We need to create a prototype to present at the next Senior Leadership Team
meeting. It's a short turnaround (again), only four weeks until the next meeting.
In our Product Development meeting, your line manager suggested we first
build out on a previous prototype ‘Tomeo’ that our company trialed for an
'outdoor enthusiast' video player app, as a first iteration / proof of concept.
While the UI needs some work, the Qt/C++ functionality provides a sufficient
framework to get you started.
We can aim to continue refactoring the Tomeo code or you could create totally
original code once familiar with the apps video handling structure and approach.
The product owner and marketing don't really care about the codebase (as long
as it's in Qt), they just need a working protype proof of concept, ideally
something we can interact with and demonstrate.
As this is a global product for a wide audience, what they do care about is
Universal Usability & ideally some Internationalisation.
As we've got several dev squads at various international offices working on this,
you will get feedback on your prototype from another dev squad, during the 3
rd
sprint (29
th
Nov - 6
th
Dec). You’ll need to complete an Ethics form for
compliance. No need for intense testing, just a short usability questionnaire will
be fine. Can I leave you to arrange those please.
Don't forget to show where you've implemented their suggestions in your
weekly video, it's good for team morale and workplace culture.
As there will be Dev Leads and a VP’s joining the meeting, they've asked if we
can produce three short videos, around 45s-1.20m each, documenting our
weekly sprint iterations and outcomes.
We also need to create a final Showcase video (1m20 - 1m45) of your final
MVP prototype app to demo the full range of functionality. These will be shared
on our social media channels so make sure they’re aimed at a general
audience.
The app is mobile &/or tablet first but a desktop version is something we want to
aim for as well. Lets focus on a responsive mobile UI first.
You should include a video screengrab of the app in the Showcase video, and
also replace Tomeo’s videos with your weekly videos and the final showcase.
Any questions, just get in touch with me on the usual channels…
Getting started:
Before the first iteration, everyone should get the Tomeo prototype running.
Open the zip file and open the .pro project in QtCreator.
You will probably have to configure Qt (consider setting some initial
internationalisation language options here):
On Windows use Qt 5.13 to use the multimedia plugin
On RedHat (in the lab & feng) use Qt version 5.13
On Ubuntu (Linux) please also use Qt/5.13; we also had to install:
sudo apt install gstreamer1.0-plugins-good
Run the project. When a dialog pops up, click yes to open the video files.
Extract the videos and set the absolute path of the videos directory as the first command
line argument to the project.
Run the Tomeo prototype in Qt Creator, explore its (limited and buggy) functionality.
Explore the code. In particular note the following classes, and read any Qt
documentation you need to:
tomeo.cpp: contains the main method and creates a list of video files that have
thumbnails.
the_button.cpp: a subclass of QPushButton which shows the icon, and has a
signal (jumpTo) that is fired when someone clicks it.
the_player.cpp: a subclass of QMediaPlayer which controls the playback of the
video in the QVideoWidget class.
By this point you are already in a group. Contact me NOW if you are not assigned a group
(available to check on Minerva). It is YOUR responsibility to contact us if you are not in a
group. We will not accept late responses. You will fail this module if not in a group.
Make contact with your group on Minerva; ensure each member has made contact (update
the weekly group evaluation on Feedback Fruits). Contact Julian directly if you have
concerns about group members and their participation.
Arrange a first meeting time with your group members as soon as possible, online or in
person. Plan to meet at least twice a week (Wednesday mornings and Friday afternoons
might be good times), as well as plan in advance how many hours per week you will be
able to commit to.
In the first meeting:
Document this and all following meetings
(you could take turns making notes in each one)
Exchange contact details with your group members,
Set up a shared code repository (e.g., git, GitLab, Github....),
and a platform for shared process documentation (e.g. Office 365, Miro.com,
githubPages etc.).
Arrange a number of weekly times to meet, discuss and update each other on your
progress (also async via online platforms e.g. MS Teams) throughout.
Explore the initial Tomeo prototype together.
Develop your requirements.
For this coursework you should propose realistic requirements for yourselves, as well as
gathering data from the Top Hat survey:
■ perform an initial analysis to scope the possible requirements
■ construct use-case scenarios for your system
■ plan, eg with a shared Kanban Board, for your first sprint iteration
(& repeat for remaining sprint iterations)
During the first week
Design, present and discuss alternative designs that satisfy your use-cases.
We recommend one per person. You can discuss and incorporate the various aspects of
each.
Vote if unable to agree collectively
(i.e. vote on all, removing one each time and keep voting until one remains).
Weekly Process
You will complete at least 3 development iteration cycles of your app before the due date
above. For this coursework, one iteration consists of:
i. prototyping an improvement
ii. implementing the prototype
iii. evaluating the prototype
There is no requirement to continue with the Tomeo starter code but you are welcome to
do so if it simplifies the process
Material to Submit
You will create process documentation throughout the project that will be the foundation of
your report - detailing the design processes with a range of the following suggested
approaches:
1. Approaches to analysis based on the UI Lecture material provided, requirements, usecase
scenarios, constraints and the prototypes which refine your iterations.
2. Further material for the report could include the platforms you are targeting (desktop,
mobile, web, etc...), with images that support and demonstrate those (if implemented).
3. All our development will take place on the Desktop with Qt and C++, but we can easily
design for other hardware / software.
4. Examples of content for your group report should include examples of each cycle (these
examples are not compulsory or limited to), e.g.:
i. prototypes
a. Writing describing the goal of this cycle and the reason this was selected as the
highest priority.
b. the name of the prototyping technique and any software used and why chosen
(technique: sketch, wireframes, video, native....software: Photoshop, Gimp, Qt
Designer, etc...)
c. Writing highlighting the theoretical motivation behind the design shown in your
prototype(s).
d. Writing providing justification for the chosen group working technique (eg Scrum,
Agile).
e. Writing providing evidence for the chosen group working technique (including,
photos, screenshots of the Kanban board, etc...).
f. Writing exploring the design and the process and evolution (including photos,
screenshots of wireframes, paper prototypes, etc...)
ii. code
a. Writing illustrating the UI improvements
b. a table describing differences between the prototypes and the implementation
(improvements, time constraints or technical difficulties).
iii. evaluation
a. the name of the evaluation technique used (heuristic evaluation, cognitive
walkthrough, questionnaire, etc...)
b. Writing describing why this technique was chosen.c. Writing describing the outcomes of the external evaluation and whether the
changes for that final cycle were accepted, changed or rejected (and why).
d. evidence of the evaluation (a table of the results, anonymous images of the
evaluations, etc…)
Videos
Weekly videos.
45s- 1m20s demo videos that can be submitted, documenting each protype/sprint.
They should illustrate the main ways how they satisfy your requirements of that sprint.
Showcase Video
One video 1m-1m30s showcasing your work and final production
Ethics
An ethics statement, explaining how you complied with the university regulations for ethical
research with people. Include an example information sheet and template consent form.
Do not include the completed forms themselves.
How and why you should do this will covered in an upcoming lecture.
ReadMe / HowTo
A README/HOWTO of how to run your software.
Notes:
Ask questions on MS Teams main channel as usual.
The page limit on documentation is intended to make you choose your language and
conclusions carefully.
A page may be 1 or 2 (double) column, in an 11-point sensible font.
Paragraph structures are typically 1-2 statements giving an overview, followed by 6-8
sentences supporting the statement.
The writing should illustrate your understanding of UI theory, iteration processes and
terminology learnt throughout the module.
Note that our emphasis here is not totally focused on writing code as the final output. We
care (and award a range of marks for) the design process you go through, the effective UI
and the (limited) functionality of your app.
It is acceptable to reject the result of an iteration if there is a well presented reason. In
Scrum we often speak of ‘fail early, fail fast.’
? Examples of iterative development could include:
... the workflow (e.g., how to demonstrate group working and collaborative decisionmaking
during iterations – Kanban is good for this process)
... wireframes of initial and ongoing designs
...the visual design of the system (e.g., colours, spacing, icons, menus etc.)
...a flowchart or mindmap etc. showing proposed video functions.
We are developing a prototype, so it is acceptable for certain parts to be partially
developed. You should develop all necessary components of the system to evaluate the
central concept of your weekly iteration. However, some peripheral functionality may be
partial.
For example:
A "load" button may just show a dialog saying "you selected a video" before
showing the loaded video, rather than creating a full file chooser.
A range of effects and tools can be ‘just’ buttons / menus
Video thumbnail images may be loaded from disk rather than computed or from
network storage (the given prototype does this).
You could consider running different iterations in parallel (at the same time) to spread the
work between group-members, as long as iterations are branched then merged into a
single code base if successful. For example:
different people could perform parallel cycles to prototype, evaluate, and code the
layout of the home screen - then one is picked to be taken forward.
different components could be built by different pairs of people – a dialogue box
could be a parallel cycle to the main screen visual design.
!!!Keep backups of everything!!!
Submitting
All multimedia (video, still images, audio including potential sound-sets) should be
submitted within your final zipped submission (due 14th December 2pm).
Recording
If required you can record video on Feng/Red Hat with ctrl + alt+ shift + r
We do not assess the quality of videos (noise, camerawork etc... they are beyond the
scope of this assignment). But they should be clearly understandable on a first viewing
when the accompanying presentation is delivered.
There is no requirement for your videos to contain an audio track but if they do please
make sure they contain subtitles.
Further requirements
Use a sensible and consistent code style. Ensure comments are helpful.
Marking
Marks will be awarded for:
The quality of your scoping analysis and scenarios for the given task.
The quality of your prototypes and evaluations, as well as how well they match your
chosen scenarios.
The application of a wide range of ID/UI/UX theory (as taught in the module) to your
groups motivations and decisions.
The variety of prototyping and evaluation techniques applied.
Completing at least THREE iterative cycles.
Developing significant and creative improvements to the Tomeo application which match
your scenarios.
The quality of your code.
The quality of your documentation process and writing, including:
structure
arguments and supporting information
Your ethics compliance documents
Contributions:
All members of your group will be assigned the same mark, peer assessed
contributions of group members via Feedback Fruits will be additionally submitted.
We reserve the right to penalise group members who were found to not contribute
significantly to the project.
10 (ten) marks are reserved for a range of individual tasks (via Feedback Fruits)
throughout The Process lifecycle.
To submit the documentation:
Your submission should be a zip file containing:
软件开发、广告设计客服
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
软件定制开发网!