Skip to content

Conversation

KazeAsh
Copy link

@KazeAsh KazeAsh commented Mar 28, 2025

Finished my project and merging the bases.

KazeAsh and others added 6 commits March 25, 2025 16:03
…h Entity get their respected ids. Not setting since it is auto-generated. Created other necessary fields with their Column nullable = false, with the data type and set getters and setters for each field. Lastly updated Advisor and the rest to have @GeneratedValue(strategy = GenerationType.IDENTITY) for best practice.
…dvisor and one-to-many portfolio relationship. Portfolio many-to-one Client, and one-to-many Security. Lastly Security many-to-one Portfolio.
Added the ERD I created vs Wells Fargo ERD they wanted.
Wells Fargo Software Engineering Job Simulation on Forage - March 2025</br>
This practice helped me practice:</br>
 * Understood relevant requirements for building a system to manage financial
   portfolios</br>
 * Figured out what data the system needed to keep track of</br>
 * Drafted a visual representation of the data as an entity relationship diagram
   (ERD)</br>
 * Used the IntelliJ developer application to implement the ERD and published it
   to GitHub</br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant