+ All Categories
Home > Documents > Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it...

Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it...

Date post: 10-May-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
35
Hans-Petter Halvorsen Team Project B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/ Software Engineering
Transcript
Page 1: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Hans-Petter Halvorsen

Team Project

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Software Engineering

Page 2: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

School Project?

Although this is a School Project, we try to make it as realistic as possible.

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 3: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Level of complexity in your solution?The 80 – 20 Rule:• It takes 20% of the time to finish 80% of your application ->

Prototype (80% finished)• 80% of the users only use 20% of the featuresConclusion:• Someone always tends to make things more complicated than

necessary!• The main goal in this Project and Course is to make a

functional Prototype! – Not a fully working professional Product ready for sale

• Estimated Hours: 270 hours

Page 4: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Learning by doing

Compared to other courses, you need to start working from day 1!!

If you are lagging behind from the beginning, you will have problems catching up!

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 5: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

A typical Project

http://www.nationalgeographic.com

Page 6: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Plan your Work Properly

B. Lund. Lunch. Available: http://www.tu.no/tegneserier/lunch

If you plan your work properly and work hard day by day, everything gets so much better

Page 7: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Team 1 Team 2

Team 4

Team 3

Team 5

Partial Delivery 1 Partial Delivery 2

Partial Delivery 3

Partial Delivery 4 Partial Delivery 5

Independent Sofware Development Team

Company Management

CustomerTotal Delivery

CEO, CTO, Project Leader(s)

Report Status and Progress

Report Status and Progress

Software + Documentation

Software + Documentation

Total Delivery

Organization Structure

Page 8: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Software Developers Wanted

You can get this job when you are finished with this Project!

Are you interested?Are you the one?

Do you have what it takes?

Now is the chance to prove it!

(This is a real job ad found on the Internet)Easily

Page 9: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Refleksjoner fra tidligere års studenter som det er

verdt å merke seg

Page 10: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Software Engineering

Hans-Petter Halvorsen

Practical Project Information

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 11: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

O. W

idde

r. (2

013)

. gee

k&po

ke. A

vaila

ble:

ht

tp:/

/gee

k-an

d-po

ke.c

om

Page 12: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Project Contents & Delivery• Planning the Project

– Create Software Development Plan (SDP)• Create Requirements & Design

– Create Software Requirements Specifications (SRS)– Create Software Design Document (SDD)

• Create Database Diagrams (as part of SDD)• Create UML Diagrams (as part of SDD)

• Implementation/Coding• Testing

– Create a Software Test Plan (STP)– Do Software Testing, Bug Reporting, Bug fixing

(Create Software Test Documentaion (STD))• Deployment

– Create Installation Packages, Install Software in Production Environment– Create Product Documentation (Installation Guide, User Guide)

Implem

entation/Coding

Project Managem

ent

Page 13: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Practical Requirements• All Systems should be developed using Visual Studio/C#. The whole system, or at least a

part of it should be Web-based developed using ASP.NET.• All Solutions should use SQL Server for Data storage and ERwin for Database

modeling/design. Under Development the SQL Server should be installed on each of the Developer PCs

• Azure DevOps shall be used for Source Code Control, Document storage, etc.• Modular: The systems should consist of several Modules/Parts that share information

between them using APIs/Common Libraries and the Database storage.• Each member in the group should have a clearly defined responsibility (e.g. responsible

for a specific Module or Application)• All Members shall do Coding! The System should be modular so that each member can be

responsible for a specific module.• Code + GUI should be in English, Database/UML should also be in English, while other

Documents may be in Norwegian.• Handling Data Security and GDPR regulations (data protection and privacy) needs to be a

part of the Requirements, Design and the final Solution.

Page 14: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Modular

The systems should consists of several Modules/Parts that share information between them using APIs/Common Libraries and the Database storage

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 15: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

System Specifications/Requirements

You need to create the specifications/requirements in details!An important part of this course is about Requirements Engineering and how to create Requirements/Design at different levels.

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 16: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Level of complexity in your solution?

Estimated Hours:

270 hours

Someone always tends to make things more complicated than necessary!

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 17: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

80 – 20 Rule• It takes 20% of the time to finish 80% of your

application -> Prototype (80% finished)• 80% of the users only use 20% of the features

The main goal in this Project and Course is to make a functional Prototype! – Not a fully working professional Product ready for sale

http://swreflections.blogspot.no/2013/11/applying-8020-rule-in-software.html

Page 18: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Team Project Milestones

Week AssignmentWeek AssignmentWeek Assignment

Week AssignmentWeek Assignment

Alpha

Beta

RC

RTM

Iterations/Sprints:

Review

Review

Review

Final Delivery

Design

Implentation

Testing

Deployment

Requirements“Weekly” Work:

Meetings, Review

s, etc.

Overall Requirements (Project Description)

System Delivery with DocumentationPresentation and Demonstration

……

……

.....……

.

Coding, Program

ming

Page 19: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Requirements/Design Alpha

Beta RCRTM

Furniture, Flowers and small adjustments missing

Building structure finished, Inside work on track

Foundation finished, building structure started Plans made and approved

Ready for Sale or Move in

A “proof” that you can do it, PoC (Proof of Concept)

Page 20: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Typical Software Documentation

High-Level Requirements and Design Documents

User Manuals

System Documentation

Installation Guides

Test Plans

Test Documentation

Detailed Requirements and Design Documents

ER Diagram (Database)UML Diagrams (Code)

Tim

eStart

Finish

How to Test/What to Test

CAD Drawings, etc.

1. Planning

2. Testing

3. End-user Documentation(The people that shall actually usethe software)

Technical Stuff

How to use it

How to install it

Proof that you have tested and that the software works as expected

(The stakeholders, the software team; architects, UX designers, developers)

(QA people)

(Super User/ IT dep.)

WHATHOW

(End User)Proj

ect M

anag

emen

t (Ga

ntt C

hart

, etc

.)

(SRS)(SDD)

(STP)(STD)

Software Development Plan (SDP)

2.Requierements/Design

Page 21: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Software Engineering

Hans-Petter Halvorsen

Project Planning

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 22: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Think outside the box!

“Thinking outside the box” is a metaphor that means to think differently, unconventionally, or from a new perspective.

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Challenge yourself!

Page 23: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Brainstorming/Kick-Off Meeting

23

A Project should always start with a Brainstorming• Involve all in the group• Discuss what you are going to do in the project• How are you going to solve the project?• etc.

B. Lund. Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 24: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Brainstorming/Kick-Off Meeting

B. Lund. (2013). Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 25: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Communication is the key to success!How to avoid Communication Problems:• Listen to all with concentration: Don’t pre-judge

• Give all team members a turn: See the value in every idea

• Don’t make assumptions: Ask questions to clarify

• When in doubt, communicate!!

E. J. Braude and M. E.Bernstein, Software Engineering: Modern Approaches, 2 ed.: Wiley, 2011.

Page 26: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Communication!

Problems inside the team? – Discuss it immediately within the team! - If no improvements – involve the supervisor as soon as possible!

B. Lund. (2013). Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 27: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Documentation

B. Lund. (2013). Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

Page 28: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Team Work!

B. Lund. (2013). Lunch. Available: http://www.lunchstriper.no, http://www.dagbladet.no/tegneserie/lunch/

- Everyone must participate!!

Page 29: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

This requires effort from you!

Page 30: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

How to Work in the Project Period

Finish

StartProject Management Documentation (Requirments,

Design, Code Doc., etc.)Working with Project Tasks

Important: Work with these activities in parallel!!!

Page 31: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Do not do anything “half-baked”!

100%

95%

“95%” is not good enough in Software Engineering!

Page 32: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Finally..• This Course is Research-based using the Project/PPBL Approach as

the main learning method• The Teacher don't have all the answers (very few actually L) !• Use the Resources within the Team! • Use existing Tutorials, Exercises, recommended Textbooks, Web

pages, etc.• Communicate & Collaborate within the Team!• Software Development is all about to work in a Structured manner!

Page 33: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

References• I. Sommerville, Software Engineering: Pearson, 2015. • E. J. Braude and M. E.Bernstein, Software Engineering: Modern Approaches, 2

ed.: Wiley, 2011.• Wikipedia. (2013). Scrum Development. Available:

http://en.wikipedia.org/wiki/Scrum_(development)• Wikipedia. (2013). Agile Software Development. Available:

http://en.wikipedia.org/wiki/Agile_software_development• CoreTrek. (2013). Scrum i et nøtteskall. Available:

http://www.coretrek.no/scrum-i-et-noetteskall/category642.html• S. Adams. Dilbert. Available: http://dilbert.com• O. Widder. (2013). geek&poke. Available: http://geek-and-poke.com• B. Lund. (2013). Lunch. Available: http://www.lunchstriper.no,

http://www.dagbladet.no/tegneserie/lunch/

Page 34: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,
Page 35: Team Project - halvorsen.blog · the software) Technical Stuff How to use it How to install it Proof that you have testedand that the software works as expected (The stakeholders,

Hans-Petter Halvorsen

University of South-Eastern Norwaywww.usn.no

E-mail: [email protected]: https://www.halvorsen.blog


Recommended