Giter Club home page Giter Club logo

efinance's People

Contributors

jcswanson avatar jmloudis avatar mvgrillo1357 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

jmloudis

efinance's Issues

Create a BankAccount Entity and an Account Settings View

  • BankAccount Entity should work with the User Entity
  • BankAccount should be an optional part of the HTML form that updates the User's account
  • BankAccount will need to connect to the Loan Entity
  • BankAccount will need to work in some kind of controller
  • Make the User to Bank Account relationship be @OnetoOne
  • Make the Loan to Bank Account be a @manytoone

The above is just to get you guys started but add new issues if you want to break this down

Create Account Settings

  • Should contain a User to access the user information
    Don't worry about over complicating this because it is mainly being used for the BankAccount details and Payment feature. Maybe allow the user to change his username and basic details.
    Might need a DB Schema file added to the resources folder in order to share the DB setup in GitHub

Getting the Three Loan Entities working with Controllers and a View

  • Get the Auto Loan functioning with a Controller
  • Get the Personal Loan functioning with a Controller
  • Get the Business Loan functioning with a Controller
  • Loan Controllers must display a View named loan-accounts.html that contains a table of the different loans applied for by the current User

Creating the Loan Entity and Using OOP to Include 3 Sub Loan Entities in Model

Use a Loan class that has the default instance variables common to all three loans used in the project. Then use inheritance to apply the Loan variables to the subclasses. The Loan class should contain a User.

  • We need to Join a User in the Loan class which also joins in the database.
  • The entity-relationship between the User and Loan could be One User to Many Loans OR Many Users to Many Loans? I'm still trying to understand this. Anyone can try to figure it out.
  • Test a Loan Controller that returns a new Loan with User (Possibly a @RestController ?)

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.