leafchild0 / mf-stocks

Small POC to demonstrate MS world capabilities and practices
2 stars 0 forks source link

Plan Design of micro frontends #3

Closed leafchild0 closed 4 years ago

leafchild0 commented 4 years ago

I.e. tabbed interface, what exactly should be listed on each tab, how it's gonna look like. Use patterns from here: https://micro-frontends.org/. Read it with caution

leafchild0 commented 4 years ago

The general idea behind the app is a stock app. Users will be able to sell and buy stocks, verify purchases before actually buying/selling them, see account info and stocks.

Will be shown as 2 tabs, user account, and bucket.

Stocks dashboard

The first tab, which will represent a gallery of stocks and available options, like amount, price, and ability to buy (which will add items into a bucket). This will also include an ability to sell stocks with actual prices on it. And the total amount of money in stocks by the current date.

History of purchases

List of purchases made by all users, general operations of selling, and buying. Along with user info, amount, and dates.

Purchase cart

List of things to be sold or bought. With an ability to change the amount of remove something. Will require additional confirmation to make things happen.

User account

User info (email, name, password) along with stocks owned by the user. Just a list of stocks.

@RVRhub please note. Each MF will be described in more details in its own tickets

leafchild0 commented 4 years ago

Closing as fixed, the general idea is described and moved into WIKI: https://github.com/leafchild0/microfrontends/wiki/General-idea