Code Monkey home page Code Monkey logo

kallesalmbank's Introduction

Kalles bank app

Webb-baserad bank app, skapad av @jilleJr, kodgranskad av @Charbely.

Alla ändringinar sker på /develop branchen, förutom färdiga releases.

Beskrvining

Webb applikationen, skapad med ASP.NET Core, är till syfte för en bank att administrera sina kunder, konton och överföringar.

Personal

Kalle Jillheden (@jilleJr) - Utvecklare och projektägare

Charbel Yakoub (@Charbely) - Utvecklare och kodgranskare

kallesalmbank's People

Contributors

applejag avatar charbely avatar

Watchers

 avatar  avatar  avatar

Forkers

teppi210

kallesalmbank's Issues

Feature: Transaction between accounts

(Application lifecycle management - Inlämningsuppgift 1 - Fråga 5)

Description

Add feature to transfer money from one account to another, iff sufficient funds for said transaction.

Features

  • Method on BankRepo/Models/Account.cs to transfer to another account
  • Unit test in BankRepo.Tests/AccountTests.cs to validate transfer.
    • Check that correct balance is transferred, and correct exception is thrown when relevant.
  • View in KallesBank for transferring from one account to another
    • Input for from account, from account, amount.
    • Validation, client- & server-side.
      • Invalid format (account ids, amount)
      • Insufficient funds
      • Account not found
      • Invalid amount
    • Display error in view upon failed transaction.
    • Display success with new balance on target accounts upon successful transaction.
  • Link to transfer view in navbar.

Workflow

  • Create and work from branch feature/3-transfer, based off develop
  • Create pull request back into develop when done
    • Ensure all unit tests passes before creating pull request
    • Request review from @jilleJr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.