makampos / izzi

MIT License
0 stars 0 forks source link

Gathering Requirements #1

Open makampos opened 2 weeks ago

makampos commented 2 weeks ago

The idea here is to start gathering requirements to identify where the development should start, and then we can move further to start building small blocks of code for our needs.

Let's think about:

  1. Project overview.
  2. Define pre-requirements.
  3. Identify domain entities.
  4. Choose technology.
  5. Start building.
CampsPA commented 2 weeks ago

The project consists of a stock portfolio tracker app that allows users to sign up, buy and sell securities as well as build a watchlist to monitor potential future investments. The user will be able to buy, sell, delete, visualize and store transactions on a database. Initially the user will manually enter the ticker, however; in the future the app will fetch the stock data from a data provider via API.