+ All Categories
Home > Documents > 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed...

12016-01-08 These materials are prepared only for the students enrolled in the course Distributed...

Date post: 19-Jan-2016
Category:
Upload: ann-perkins
View: 215 times
Download: 0 times
Share this document with a friend
Popular Tags:
16
1 22-05-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer Science and Engineering, University of Mälardalen, Västerås, Sweden and at the Faculty of Electrical Engineering and Computing, University of Zagreb, Croatia (year 2010/2011). For all other purposes, authors’ written permission is needed! The purpose of these materials is to help students in better understanding of lectures in DSD and not their replacement! NOTICE!
Transcript
Page 1: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

1 23-04-21

• These materials are prepared only for the students enrolled in the

course Distributed Software Development (DSD) at the Department

of Computer Science and Engineering, University of Mälardalen,

Västerås, Sweden and at the Faculty of Electrical Engineering and

Computing, University of Zagreb, Croatia (year 2010/2011).

• For all other purposes, authors’ written permission is needed!

• The purpose of these materials is to help students in better

understanding of lectures in DSD and not their replacement!

NOTICE!

Page 2: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

2 23-04-21

Distributed Software Development

Page 3: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

 

 

2010/09/21

Page 4: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Requirement Definition & Project Design

Page 5: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Overview

General requirementFunctional and Non Functional RequirementsUse cases Sequence diagramArchitecture of the System

Page 6: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

General Requirement

• Develop a system that unifies the services a public transport system offers and allows the user to interact with them using his mobile phone

• Different Payment methods• Suggestion to improving the route.• Alert specigic users for any inconvinience

Page 7: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Functional Requirement

• Enable users to register and view information via Web application

• Tracking the user’s usual routes • Recognizing when the user enters or exits the

vehicle• Notifying user of changes in routes or traffic

problems

Page 8: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Functional Requirement

• Enable secure payment channels• Enable multiple payment options• Allow defining of custom traffic grids and

various Public transportation models• Allow visualization of collected data• Allow customization of existing parameters• Report to police

Page 9: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Non-Functional Requirement

• Primary Non-functional requirements– Usability and an intuitive User interface– Safety and security of all user information and

money transactions– Interoperability• Secondary Non-functional requirements– Availability– performance

Page 10: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Use cases

Page 11: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Use Cases Continue….

Page 12: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Sequence Diagram

Page 13: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Architecture Diagram

Page 14: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Future Work

– Commercial use– Improve user interface– Add more customization options as per

requirements of the Public transportation system.– Supporting different mobile application platform

Page 15: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
Page 16: 12016-01-08 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Recommended