You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database schema is built on the assumption that there is only one security (i.e. Grab shares). If we are going to have more than one securities traded in the platform, we need to rework it. Some things in mind:
Join users with securities table, and put can_buy, can_sell, is_committee information in the join table. Otherwise, a user can either buy all securities or not buy anything.
Update the matching engine to accommodate this.
Modify the chat tables, possibly.
The text was updated successfully, but these errors were encountered:
The database schema is built on the assumption that there is only one security (i.e. Grab shares). If we are going to have more than one securities traded in the platform, we need to rework it. Some things in mind:
users
withsecurities
table, and putcan_buy
,can_sell
,is_committee
information in the join table. Otherwise, a user can either buy all securities or not buy anything.The text was updated successfully, but these errors were encountered: