Planning the structure of a site - online banking system

Assignment Help Web Project
Reference no: EM132302012

Web Development - Our Client: SECURE BANK Ltd.

INTRODUCTION

Your prototype is implemented with the clients feedback. Now we need to make it fully functional. A general member may have one or two accounts: general savings and business accounts. Although transactions for both could be the same, the only difference is the limit on daily transactions in amount. Manager has a different access level to manage everyone's accounts and their requests of creating accounts or ordering credit card, etc. can be granted.

As a bank website, there are three different access levels:
Public user, General member (Account Holder), and Bank Manager

All pages of the website contains the following sections:
1. Header section of each page contains the title of the page, e.g. Savings Account, Business Account, or Manager Area.
2. Main content per page based on your design.
3. Navigation with its own design.
4. When login is successfully: welcome text message (Not pup-up nor alert) with an account name (e.g. Welcome William) with the relevant contents. Last access time is displayed.
a. Member of bank
i. Account details
ii. Optionally two different accounts
b. Manager
i. Account management table is displayed.
ii. ID (auto generated), Username, Name, DoB, Email, Account type, and Access
1. Access column displays two options as drop down list, i.e. bank account holder, or manager so that the manager can change another person's access level.
5. Logout button: short message with the logout time
6. Footer section: your username and student number

DESCRIPTION on TASKS Part 2

DETAILS
To use the online Banking system, customers must first register by providing their Name, E-mail address, mobile phone number, account type (business or savings) and password. A bank account number should be allotted and the user should be able to use the services.
The website should have 3 different account types.
Username is displayed in its relevant page and it is unclickable after logging in.
1. Bank Manager
2. Account Holder
a. Savings Account
b. Business Account

I. Bank Manager
This account should be able to add/remove any account. Should be able to approve transactions over $25000.
Should be able to view all transactions history in a day, week, month and last three months.
II. Business Account
This account should be able to conduct transactions up to $50000/day.
Should be able to send/receive in different currencies (USD, AUD, GBP and etc.)
III. Savings Account
This account should be able to conduct transactions up to $10000/day. Should be able to send/receive in only local currency (AUD).

The other features of Banking website are:
1- Inter-bank Funds Transfer (between different banks)
2- Intra-bank Funds Transfer (within the same bank)
3- Bill payments (e.g. Power, Water, Phone and NBN) - user can add different organisation to make a transaction
4- Bank Statements (1 month ($2.5 fee), 3 month ($5 fee) and 6 month ($7 fee))
5- Credit card request (annual fee for savings account ($50) for business account ($100)) 6- Transaction history (up to 3 months)

Money Transfer type: Inter and Intra
These items should be provided:
From: BSB and Account Number
To: BSB and Account Number (In Inter-bank case, another field for "Bank Name" should be there)
Amount: In AUD (Inter and Intra in case of savings account)
In Foreign Currencies (Inter banking in case of Business account)
Purpose: Reason for transferring (e.g. Family support, loan payment, School tuition fee etc) Confirmed message including transaction details is to displayed at the end of transaction.

Bill Payments
From: BSB and Account Number
Bill Type: e.g. Water, Power, Phone or NBN Amount: In AUD

Bank Statement
In the start of bank statement current account balance should be there along with the account details (like normal bank statement).
Period: 1 month, 3 months or 6 months - date can be chosen by a user.
Fee: Fee should show up based on the period and deducted from account balance Data available in bank statement:
Date, From account, To account, Debit or Credit, Purpose, Amount and transaction ID.

Information tab:
How to use the site with a short animation/movie file. Maximum 2 minutes. (FLV or MP4 format)

PLANNING & DEVELOPMENT CONSIDERATIONS
Planning the site.
• Planning the structure of a site overall in the first place is a crucial step to construct a site. Understand the client's needs and plan accordingly. For example, planning a design theme for the site with variations of the theme that may be used for sub sections is a recommendation.
Develop using the appropriate tools.
• HTML 5 for static content.
• CSS for formatting.
• JavaScript, Ajax and jQuery for client-side interactivity.
• PHP for dynamic content and server-side interactivity.
• MySQL for data storage and retrieval.
• You use MySQL database in alacritas server.
• If you use your computer or your own server to develop the assignment, please test your work in the alacritas server using the lab environment before submission.
• All references (URI values) within the site must be relative. Do NOT use absolute URL.
Apply consistent structure.
The files needed for the web site will be included in a single folder (directory) - the name of this folder is the same as your alacritas username. The files must be organized into sensibly chosen sub-folders (i.e. sub-folder for CSS or sub-folder for images, etc.).
All semantic structure of the website is controlled by "HTML". Pay close attention to the elements that you use - make sure that you use the most appropriate element for the kind of text you are marking up.
All layout and other details of the appearance of the website are controlled by valid CSS (Cascading Style Sheets) rules. You place the overall CSS rules in an external style sheet.
All client side behavior of the website (the response to mouse clicking or keyboard reaction) are controlled by valid JavaScript / Ajax / jQuery.
All data is stored in the MySQL database.

Attachment:- Web Development.rar

Reference no: EM132302012

Questions Cloud

What is the gain of a parabolic antenna : What is the gain of a parabolic antenna with an effective aperture of 32m2 transmitting at 1.2GHz?
What is the maximum number of simultaneous calls : What is the maximum number of simultaneous calls a CDMA system with a processing gain of 27dB, an Eb/No of 9dB and inter-cell interference factor of 0.1
Relational schema given below and its corresponding fds : For each relational schema given below and its corresponding FDs:
Data mining and the construction of a data warehouse : Analyze some dependencies between data mining and the construction of a data warehouse.
Planning the structure of a site - online banking system : KIT502 - Web Development - University of Tasmania - implemented with the clients feedback. Now we need to make it fully functional. A general member
Encountered about data errors or missing data : Describe an example that you have encountered about data errors or missing data. What could have been done to prevent or correct this error?
How would you describe oxo overall advertising strategy : How would you describe OXO's overall advertising strategy? Is OXO abandoning its old promotional methods? How is OXO blending a new advertising strategy.
Create a PR plan for a client based on research results : PRN101A - Understanding Public Relations Assignment - Public Relations Recommendation Report, Laureate International Universities, Australia
How many new products can you identify : How many new products can you identify? Visit the supermarket, and make a list of at least 15 items with the word "new" on the label. Include on your list.

Reviews

Write a Review

Web Project Questions & Answers

  Evaluating an ecommerce website

Create a check list that contains key point for evaluating an ecommerce website - Write a short, reflective report about website

  Gpc and runtime magic quotes

Create a script that lets you know whether Zeus or Helios has the GPC and Runtime Magic Quotes turned on or off. The output should have appropriate labels that define what output signified and should display 'ON' or 'OFF' depending on the setting.

  Creating functions through conditional operator

Use the conditional operator and the cal_days_in_month function, determine the number of days in the current month and output to browser whether it is normal month or a leap month.

  Web development projects with database

Since the vast majority of web-development projects involve a database, do you think that computational activities should be performed there, or do you think they belong in the XML page or stylesheet?

  Comparing shelf software packages

Required assistance with comparing and contrasting two main off the shelf software packages that could be implemented in an organization.

  Web based scams

Web phishing, pharming and vishing are popular web based scams. Talk about currently used tools and recommended measures to defeat this kind of attacks efficiently?

  Explanation of contextual links

The most powerful hypertext capabilities is the the contextual link. Wikipedia . com is a great example of a site that utilizes contextual links.

  How architectural and protocol changes occur

Discuss how architectural and protocol changes happen, the administrative organization that oversees the technical development of the Internet,

  Traditional approaches for training professionals

Webinars and other web conferencing techniques have proved most beneficial for the provision of affordable quality corporate training.

  Internet for business

Discuss how can a business use the Internet and give at least three examples with web links demonstrating your answer.

  It influences the behavior of organizations

Information technology influences the behavior of organizations. Name one effect of Information technology implementation and long-term usage you suppose having a positive contribution and one having a negative consequence.

  Importance of a guided navigation system

Explain the use and importance of a guided navigation system and shopping cart for a website designed for e-commerce and business purpose.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd