Banka
Banka copied to clipboard
#165398001 Implement UI feedbacks
What does this PR do?
Implement UI feedbacks from Reviewers.
Description of Task to be completed?
- Refactor javascript files to use const keyword instead of var keyword for variable declarations.
- Refactor javascript files to use arrow functions instead of named functions.
- Use icons for delete and view buttons instead of text.
- Have mobile responsiveness for tables.
- Add labels to all input text fields.
- Add hover effects on buttons and links.
- Position all modals at the center of the page.
How should this be manually tested?
- View GitHub page link here
Any background context you want to provide?
None
What are the relevant pivotal tracker stories?
Screenshots (if appropriate)
HomePage

Signup Modal

Login Modal

Customer Dashboard

Customer Dashboard(Mobile)

Customer Can Create an Account

Customer Can Create an Account(Mobile)

Cashier Dashboard

Cashier Dashboard (Mobile)


Cashier can view a specific account

Cashier can view a specific account (Mobile)




Cashier can perform a transaction on a customer's account

Cashier can perform a transaction on a customer's account(Mobile)

Admin Dashboard

Admin Dashboard(Mobile)


Admin can create a new staff

Admin can create a new staff (Mobile)

Admin can view a specific account

Admin can view a specific account(Mobile)




Questions:
None