MACQUARIE UNIVERSITY
Faculty of Science and Engineering
Department of Computing
ISYS254 – Applications Modelling and Development
2017 - Semester 1
ASSIGNMENT 2 – Pairs
(Must be either two ISYS254 students/two ITEC654 students)
PART 2
Design, Implementation and Testing
Submission due by Friday June 2nd
(Week 12) 5pm
Presentation in Week 13 in Workshops
15 Marks
About the marking
Specific feedback will be given via a marking sheet and general feedback via a forum post on
iLearn. Ensure you review all feedback as you do not want to make the similar errors in the
final exam. As no one solution is correct, but many incorrect solutions are possible, the top
two/three student submissions will be made available to other students, with their
permission.
Learning Activities:
Implement a software design in code.
Test and demonstrate the implemented solution
Problem statement for the assignment
You are required to implement a financial app for Macquarie Financial Group to generate a
quarterly summary report. Since it is a prototype model for the first quarter, you are
required to implement the app for sales from January-March.
Components of different screens:
• Welcome screen - components:
Ø Welcome message.
Ø A small image must also be displayed on the screen.
Ø Below the image, there has to be a button, that when clicked, takes you to
the next screen
• Screen 1: Sales in January - components:
Ø Screen heading: January
Ø User Input: User enters the amount. Entry must accept decimal values
Ø Tax: Tax is 7% of user input
Ø Costs: Costs are 3% of user input
Ø Balance: User Input - Tax- Costs
Ø Customized button that has the value “Click here for February”, that when
clicked, takes you to the next screen
• Screen 2: Sales in February-components:
Ø Screen heading: February
Ø Previous Month Balance: Balance from January
Ø User Input: User enters the amount. Entry must accept decimal values
Ø Tax: Tax is 6% of user input
Ø Costs: Costs are 4% of user input
Ø Balance: User Input - Tax- Costs
Ø Customized button that has the value “Click here for March”, that when
clicked, takes you to the next screen
• Screen 3: Sales in March-components:
Ø Screen heading: March
Ø Previous Month Balance: Balance from February
Ø User Input: User enters the amount. Entry must accept decimal values
Ø Tax: Tax is 8% of user input
Ø Costs: Costs are 2% of user input
Ø Balance: User Input - Tax- Costs
Ø Customized button that has the value “Click here for Summary”, that when
clicked, takes you to the next screen
• Summary Screen:
Ø Screen heading: Summary Screen
Ø Total User Input: Input from Screen 1+ Screen 2+ Screen 3
Ø Total Taxes: Taxes from Screen 1+ Screen 2+ Screen 3
Ø Total Costs: Costs from Screen 1+ Screen 2+ Screen 3
Ø Total Balance: Balance from Screen 1+ Screen 2+ Screen 3
Specifications-ITEC 654:
Extend the specifications above, to include the following:
In Screen 2 and 3, you will have to display not just previous month balance, but also
cumulative balance thus far. You will have to change the design to include that. Also, the
final results must be rounded off to two decimal places
Things to note:
Ø The basic design of the app is provided. If necessary, you are allowed to alter the
design to help you make the app work. You are not allowed to add extra screens.
However, if you want to add extra details on the screen, that is acceptable.
Ø Only a basic template is provided. You are expected to change the app look & feel.
Ø The application should work without crashing and must display the right output.
What to submit for Assignment 2 - Part II?
Ø Compress the application folder (as a zip file) and submit online by the deadline
specified. Late submissions will incur penalty
Ø Two test cases to be printed out and handed to the tutor in workshops in Week-13.
See template on iLearn from http://www.softwaretestinghelp.com/test-case-
template-examples/
Submission and Marking:
Ø In Week-13 workshop, print out two coversheets,
(https://web.science.mq.edu.au/intranet/lt/barcode/coversheet.php) - one for each
member of the group, and hand it out to the tutor along with your test cases.
Ø It will be an in-class marking where tutors will go around the class marking the
submissions.
Ø When tutors get to your computer, you need to download the submission, add it to
your android workspace folder, under your student ID folder and unzip it.
Ø Use Android Studio to open the application.
Ø You will not be given any second chances. Please practice this, if you are unsure how
to run the application on the lab computers. A guide will be released in the
assignment folder that will contain snapshots to help you with the process.
Ø You will not be allowed to use your laptop to present. Marking Criteria
ISYS254 students
Design/Look/Feel of App (out of 5)
Look/feel of the app (text/color/consistency) /1.0
Welcome Screen design (has heading, image, correct button) /1.0
Calculation Screen designs (has heading, correct options, correct button)
Screen 1: invisible row, Screen 2,3: visible row
/2.0
Output Screen design (has heading, correct options) /1.0
Total /5.0
Functionality of App (out of 7)
Screen 1 works /1.0
Screen 2 works /1.0
Screen 3 works /2.0
Screen 4 works /2.0
Screen 5 works /1.0
Total /7.0
Test Cases (out of 3)
Tests range of values /1
Good coverage of features /0.5
Shows results (pass/fail) /0.5
Includes expected results /0.5
Clearly documented /0.5
Total /3.0
Assignment submitted online by deadline? (20% penalty per day)
TOTAL IMPLEMENTATION /15.00
ISYS654 students
Design altered? /1.0
Cumulative balance displayed? /2.0
All values rounded to two decimal places? /2.0
Total /5.0
Final /20.0
Scaled Out of 15 /15.0