You are on page 1of 7

Assignment Brief (RQF)

Assignment Brief (RQF)

Higher National Certificate/Diploma in Computing

Student Name/ID Number:

Unit Number and Title: Unit 4: Database Design and Development

Academic Year: 2022

Unit Assessor: Ms. Theint Wuttyi Soe

Assignment Title: Assignment 1: Design, Creating Documentation and Report

Issue Date: 30/05/2022 (Monday)

Submission Date: 17/06/2022(Friday)

Internal Verifier Name: Mrs. A Mon Oo

Date: 29/05/2022

Submission Format:
The submission is in the form of an individual written report. This should be written in a concise formal business style using single
spacing and font size 12. You are required to make use of headings, paragraphs and subsecitons as appropriate, and all work must
be supported with research and referencing using the Harvard referncing system.

Use Microsoft Word for documentation and report.

• Your report must be formatted as follow:

• Font Name : Verdana

• Font Size : 12 pt

• Margin : .75 inches (round)

• Line Spacing : 1.5 pt

Prepared by: Higher Education Qualifications (HEQ) Approved by: HEQ, QDAM (HE)
Version 1.0 – November 2017
DCL 1 – Public (Unclassified)
1
Assignment Brief (RQF)

• Alignment : Justify

• Left Hand Side of Header : Batch Number

• Right Hand Side of Header : Your Name

• Centre of Footer : Page Number

• Use the Harvard referencing system.

• Complete the title page and sign the statement of authenticity.

• Your assignment must be submitted in pdf format and Zip format.

Unit Learning Outcomes:

The purpose of this assignment is to:

LO-1: Use an appropriate design tool to design a relational database system for a substantial problem.

LO-4: Produce technical and user documentation.

Assignment Brief and Guidance:

Case study

You have been employed as a Database Developer at a large IT consultancy company. The Bread
Box, a local bread shop, has approached your company as they are rapidly expanding.

The Bread Box has, to date, managed its business by using a computerized system that was
developed by a college student five years ago. The system is now too slow and no system documentation
was produced when it was implemented so changes to the system cannot be made easily. The Owner
of The Bread Box feels that, as their business requirements have changed, to grow and manage their
business successfully they need to invest in new technology and a new system.

Your company has accepted the contract to develop a database system for The Bread Box and to
provide the necessary technology to run the system. Your brief is to develop the database system
element of the contract from The Bread Box.

You have been asked by your manager to investigate the system requirements, and design, create
and implement the system. One of the requirements of the contract is that user and technical
documentation be made available to The Bread Box.

Prepared by: Higher Education Qualifications (HEQ) Approved by: HEQ, QDAM (HE)
Version 1.0 – November 2017
DCL 1 – Public (Unclassified)
2
Assignment Brief (RQF)

Branch Info:

Branch ID : 1

Address : No. 216, Shop-house Building 2B, Times City Complex, Kamayut Township, Yangon

Phone : 09 789 888 222

OrderNumber: IVN001 OrderDate: 30/05/2022

Staff ID : 1001

Staff Name : Kyaw Kyaw

Customer Info:

Customer ID : C001

Customer Name : Yamin

Customer Address : No.28, Hnin Se Str., Moe Kaung Road, Yangon

Customer Township: Yankin

Customer Phone :09 765 866 444

Customer Email :yamin@gmail.com

ID Description Category Pirce Qty Amount


B001 Jam Doughnut Doughnut 500 3 1500
B004 Chocolate Chip Muffin 1000 2 2000
Muffin

B010 Brown Finger Roll Loose Rolls 1800 2 3600

Sub Total 7100


Discount 0%
Tax 5%
Total 7455

Delivery Date: 30/05/2022

Delivery Time: 11:00 AM

Delivery Fees: 2500

Prepared by: Higher Education Qualifications (HEQ) Approved by: HEQ, QDAM (HE)
Version 1.0 – November 2017
DCL 1 – Public (Unclassified)
3
Assignment Brief (RQF)

Currently data lists record in excel file as follow:

 ItemID

 ItemName

 Price

 Quantity

 Amount

 Discount

 Subtotal

 Total

 CategoryID

 CategoryName

 CustomerID

 CustomerName

 CustomerAddress

 CustomerTownship

 CustomerPhoneNumber

 CustomerEmail

 OrderNumber

 OrderDate

 StaffID

 StaffName

 DeliveryDate

 DeliveryTime

 DeliveryFees

 BranchID

 BranchAddress

 BranchPhoneNumber

Prepared by: Higher Education Qualifications (HEQ) Approved by: HEQ, QDAM (HE)
Version 1.0 – November 2017
DCL 1 – Public (Unclassified)
4
Assignment Brief (RQF)

Before you start the development process, your manager has asked you to produce a report for the
Owner of The Bread Box, containing:
1. The design of the relational database system using appropriate design tools and techniques. It
should contain at least four interrelated tables, with clear statements of user and system
requirements.
 Produce a detailed design document, so you will produce a comprehensive design for a
fully functional system which will include Entity Relationship Diagram (ERD), Data
normalization that covers data validations, and data normalization.
 Moreover, you should prepare a separate report on your assessment of the effectiveness
of design in relation to user and system requirements with real-world examples.
2. Produce technical and user documentation.
 Produce technical and user documentation for a fully functional system, including
diagrams showing the movement of data through the system, and flowcharts describing
how the system works.
 In addition, you would prefer to produce a more detailed document, so you will produce
a comprehensive design for a fully functional system which will include the following:
 Create forms user interface for adding records, deleting records and amend
records for tables you have created a part of the solution.
 All the forms required to include appropriate validation rules which minimise data
entry errors.
 The Bread Box Shop required print invoices for the orders that have been placed.
The invoice should meet the following requirements:
 There should be one invoice per order.
 The Bread Box’s name and address must be displayed the customer contact
and address details must be displayed.
 The order number and the details for the order, including the Item details
and quantity must be displayed.
 The total cost of the order should be calculated and displayed.
 Finally, you should create extra report that include future improvements that may be
required to ensure the continued effectiveness of the database system. In your report
you must give the suggestion from technical point of view and how to improve current
database system.

Prepared by: Higher Education Qualifications (HEQ) Approved by: HEQ, QDAM (HE)
Version 1.0 – November 2017
DCL 1 – Public (Unclassified)
5
Assignment Brief (RQF)

Learning Outcomes and Assessment Criteria:

Pass Merit Distinction

LO1 Use an appropriate design tool to design a relational database system for a substantial problem

P1 Design a relational
M1 Produce a
database system using
comprehensive design for D1 Assess the
appropriate design tools
a fully functional system effectiveness of the
and techniques,
which includes interface design in relation to user
containing at least four
and output designs, data and system
interrelated tables, with
validations and data requirements.
clear statements of user
normalization.
and system requirements.
LO2 Develop a fully functional relational database
system, based on an existing system design
M2 Implement a fully
P2 Develop the database
functional database
system with evidence of
system which includes
user interface, output and
system security and
data validations, and
database maintenance. LO2 & 3
querying across multiple
M3 Assess whether D2 Evaluate the
tables.
meaningful data has been effectiveness of the
P3 Implement a query
extracted through the use database solution in
language into the
of query tools to produce relation to user and
relational database
appropriate management system requirements,
system.
information. and suggest
LO3 Test the system against user and system improvements.
requirements
M4 Assess the
P4 Test the system effectiveness of the
against user and system testing, including an
requirements. explanation of the choice
of test data used.

LO4 Produce technical and user documentation

M5 Produce technical and


user documentation for a
D3 Assess any future
fully functional system,
improvements that may
P5 Produce technical and including diagrams
be required to ensure the
user documentation. showing movement of
continued effectiveness of
data through the system,
the database system.
and flowcharts describing
how the system works.

Prepared by: Higher Education Qualifications (HEQ) Approved by: HEQ, QDAM (HE)
Version 1.0 – November 2017
DCL 1 – Public (Unclassified)
6
Assignment Brief (RQF)

Note to Students:

 Check carefully the submission date and the instructions given with the assignments
 Late assignments will not be accepted, except for valid circumstances with supporting
evidences
 Ensure that you give yourself enough time to complete the assignment by the due date.
 Do not leave things such as printing to the late minute-excuses of this nature will not be
accepted for failure to hand-in the work on time.
 You must take responsibility for managing your own time effectively.
 If you are unable to hand in your assignment on time and have valid reasons such as illness,
you may apply (in writing) for an extension.
 Take great care that if you use other people’s work or ideas in your assignment, you properly
reference them in your text and any bibliography.
 Note: Plagiarism is on offence. Plagiarized work will be differed.

Interim Review Session (Formative Assessment)

1. 02:45 PM ~ 04:15 PM On 07/06/2022


2. 02:45 PM ~ 04:15 PM On 08/06/2022

Submit the work to https://moodle.gusto-education.com

 23:55 PM on 17/06/2022 (Friday)

This brief has been verified as being fit for purpose

Assessor signature Date

Internal verifier Date


signature

Prepared by: Higher Education Qualifications (HEQ) Approved by: HEQ, QDAM (HE)
Version 1.0 – November 2017
DCL 1 – Public (Unclassified)
7

You might also like