-
Build the hard coded html - a list of stocks.
-
Build the stocks list html dynamically from the mocked data
-
Create a basic header (title and buttons) - do no implement actions!
-
Add some CSS to fit the mock
-
Add a click handler to switch from daily change to market capital
-
Reorder the stocks using the arrow controls
-
Finalize UI
-
Build the filter panel
-
Toggle the filter panel (show/hide)
-
Hide reordering controls when the panel is shown
-
Implement the filters
-
Revert changes when hiding the filter panel
-
Apply CSS to fit the mock
-
Use real data from stokr-server
-
Implement the refresh button and interval
-
Implement the Edit functionality - remove stocks
-
Implement navigation to this page
-
Build header with search field and cancel button
-
Implement cancel button and navigation
-
Create place holder for new search
-
Create place holder for no results
-
Add CSS
-
Use the hard coded results
-
Use real data results from the stokr-server.
-
Add new stocks to profile
-
Display only stocks that are not already in the profile
- Use
localStorage
to keep persistency of the portfolio stocks.