MMadejsza / Architecture_and_Design-_CW_-Java-Javalin-JS

The goal is to create a resilient and expandable online application for comparing share prices using the Java programming language. The coursework focuses on the analysis and juxtaposition of share prices over a period of time.
2 stars 0 forks source link

Add extra features to usecase (see desc) #26

Open AdamT-S opened 7 months ago

AdamT-S commented 7 months ago

Add buy, sell, watchlist, and portfolio

MMadejsza commented 7 months ago

Buy/sell solved via external stock website - I assumed that developing the buy/sell feature in our project would be too complicated including payment methods etc.

AdamT-S commented 6 months ago

Alterations required- Some of the features should only be available after the user has logged in (eg. access to the portfolio, buying and selling stocks etc) A spelling mistake need to be addressed too (Companie -> Company)

MMadejsza commented 6 months ago

Done in a simplified way as out implementation doesn't fully meet the design yet. Typo corrected