1. I will need a UML class diagram for the project
. 2. The project is written in C#. Console App(.NET Framework). 3. With it I also need a Nunit
3 Unit Test project that tests the functionality for each function. A single test per function is enough. 4. Make sure every class is a separate file If it is too much work the test project is optional.
1. Authenticate: users (clients and employees) should be able to login before any of the
other features below are made available to them. For authentication, the company will
try several third-party libraries and will select one to be used as a start but of course
that might and certainly will change. This means that your design should accommodate
that. For now, you should provide a placeholder library that does dummy authentication
for the purpose of the prototype. By dummy we mean pre-populate the library with a
few usernames and passwords (one for each user type that you have) that will be saved
in a file; encryption is not required but welcomed?
2. Check status: users should be able to check the status of all their accounts. Saving
accounts have interests that clients gain as well as a minimum amount that should be
available on the account (consider 15K being a default value). Clients should also be able
to check the status of their loans, if any. Loans have a total amount (i.e., the initial
amount of the loan), current amount (I.e.. the amount that the chent currently owns to
the bank), and interests that the client pays every month. Interests can be either set as
at a fix or variable rate. You can assume that a third-party library will be used to
calculate the interest amount for a payment given an interest rate and the payment
number. Similar to authentication, you must provide a placeholder implementation for
the third-party library here as well with the idea that your design must account for
frequent changes. Checking the status consists of:
o Checking accounts: show the account number, current balance and the last lo
operations.
o Saving accounts: show the account number, current balance, interest rate (you
can consider 0.5% being the default rate), total amount of interest gained for the
year, and the last 10 transactIons on the account.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of