Changes between Version 6 and Version 7 of Prototype


Ignore:
Timestamp:
09/24/26 13:53:31 (3 days ago)
Author:
231285
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Prototype

    v6 v7  
    192192
    193193||=Page=||=Use-case=||=Source=||
    194 ||[wiki:UseCase0001]||Register a new account||`server/auth.go`||
    195 ||[wiki:UseCase0002]||Log in||`server/auth.go`||
    196 ||[wiki:UseCase0003||Deposit virtual funds||`server/account.go`||
    197 ||[wiki:UseCase0004Implementation]||Place market BUY order||`server/trade.go`||
    198 ||[wiki:UseCase0005Implementation]||Place market SELL order||`server/trade.go`||
    199 ||[wiki:UseCase0006Implementation]||View portfolio and history||`server/portfolio.go`||
    200 ||[wiki:UseCase0007Implementation]||Manage watchlist||`server/watchlist.go`||
     194||UseCase0001Implementation||Register a new account||`server/auth.go`||
     195||UseCase0002Implementation||Log in||`server/auth.go`||
     196||UseCase0003Implementation||Deposit virtual funds||`server/account.go`||
     197||UseCase0004Implementation||Place market BUY order||`server/trade.go`||
     198||UseCase0005Implementation||Place market SELL order||`server/trade.go`||
     199||UseCase0006Implementation||View portfolio and history||`server/portfolio.go`||
     200||UseCase0007Implementation||Manage watchlist||`server/watchlist.go`||
    201201
    202202Each page mirrors its P3 use-case page and adds the actual SQL emitted by the Go code plus a