01-edu / Branch-Mobile

🎯 Repository for the Mobile branch Dart tests.
1 stars 1 forks source link

Projects are light on detail #11

Closed davhojt closed 1 year ago

davhojt commented 1 year ago

It seems that detail is unintentionally omitted (rather than omitted deliberately to leave the student something to discover). This is not an exhaustive list, but rather to highlight that the level of detail is very light.

The only way to discover what API should be used for StockMarket, is to look at the audit (Yahoo). https://github.com/01-edu/Branch-Mobile/blob/b96e0ece04b0749431f48909eea19dfd523caf59/subjects/projects/stockMarket/README.md?plain=1#L5


How much historical data? https://github.com/01-edu/Branch-Mobile/blob/b96e0ece04b0749431f48909eea19dfd523caf59/subjects/projects/stockMarket/README.md?plain=1#L15


What is meant by real-time? That the price should be updated in realtime using some socket-type connection? That I should refresh and see the current price? https://github.com/01-edu/Branch-Mobile/blob/b96e0ece04b0749431f48909eea19dfd523caf59/subjects/projects/stockMarket/README.md?plain=1#L16