Assignment 6 - Banking Web APP Deadline : Saturday, 23-4-2022, 11:59 PM Your task is to develop a user interface for Ban

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Assignment 6 - Banking Web APP Deadline : Saturday, 23-4-2022, 11:59 PM Your task is to develop a user interface for Ban

Post by answerhappygod »

Assignment 6 Banking Web App Deadline Saturday 23 4 2022 11 59 Pm Your Task Is To Develop A User Interface For Ban 1
Assignment 6 Banking Web App Deadline Saturday 23 4 2022 11 59 Pm Your Task Is To Develop A User Interface For Ban 1 (47.09 KiB) Viewed 37 times
Assignment 6 Banking Web App Deadline Saturday 23 4 2022 11 59 Pm Your Task Is To Develop A User Interface For Ban 2
Assignment 6 Banking Web App Deadline Saturday 23 4 2022 11 59 Pm Your Task Is To Develop A User Interface For Ban 2 (31.31 KiB) Viewed 37 times
Assignment 6 - Banking Web APP Deadline : Saturday, 23-4-2022, 11:59 PM Your task is to develop a user interface for Banking app you developed in the previous labs using handlebars. The base solution of Banking application is provided for you. The Web Ul you need to design and implement are: Important: All the view rendering must be done using handlebars. Web Page Functionally index.html First, the index page should have a main navigation menu providing 3 links: Home link is the home page that allows getting accounts. Add Account link allows adding an account Add Transaction link allows adding a transaction. All the app pages should be accessible from the index.html page. This page allows getting accounts by type. It provides a dropdown to select the account type: Saving, Current or All When the page load or when a different account type is selected then the page should fetch the accounts from /api/accounts?type=acctType For each account with the balance=0, a Delete button is provided to enable deleting the account. when this button is clicked the account should be deleted using /api/accounts/:id Web API. Also, the account row should be deleted from the html accounts table. acct-form.html Allows creating a new account by posting the account data to /api/accounts !
acct-trans.html Allows selecting a particular account from the accounts dropdown then submitting a deposit or withdrawal transaction. The new transaction should be posted to /api/accounts/:id/trans. The page should display any error returned from the Web API (e.g., insufficient balance). Add Account Add Transaction Add Transaction Home You need to test your implementation as you progress and document your testing. After you complete the lab, fill in the Testing Doc-Grading-Sheet.docx and save it inside Assignment 5 - HBS View Template folder. Sync your repository to push your work to GitHub
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply