Releases: PROG17/KallesALMBank
Releases · PROG17/KallesALMBank
Bank app - second release
Features
- Use of in-memory bank repository
- Bank repository loaded from file bankdata.txt
- List all customers (org. nr, org. name) and balance of each account
- Deposit/withdraw money to/from account
(new)
Transfer money between accounts- Client- & server-side validation
- Unittested repository
Changelog
- #5
- Added transfer view & logic
Screenshot 1 - customer list
Screenshot 2 - deposit/withdraw
Bank app - first release
Features
- Use of in-memory bank repository
- Bank repository loaded from file bankdata.txt
- List all customers (org. nr, org. name) and balance of each account
- Deposit/withdraw money to/from account
- Client- & server-side validation for deposit/withdraw
- Unittested repository
Changelog
- #1
- Added account repository and view for listing customers and accounts
- Added view for listing customers and accounts
- #2
- Added js/css bundling via BuildBundlerMinifier
- Added Font Awesome
- Changed to using LibMan for dependencies
- Changed to Bootstrap v4
- #3
- Added deposit/withdraw view & logic