- login redirects back to the originating page
- NODE Status not updating fast enough after login (session['node]->online)
-- issue seems to be with getnodes (this needs to move into snip and be more "creative"
-- maybe use a pixelimagecall to recheck status
-- doublecheck if node status works properly if system stays online but ts client fails
- NODE page need to have detailed informations if offline
- all API-calls need to be replaced by 'GetUrl'
- DASHBOARD: show red-box node error only when trades active.
- Dashboard: "+4.5% 30 day average" needs fixing (add json response with statistical data)
- Dashboard: "Trading Activity" mini-chart is incorrect
- STRATEGY: show "proof" (image)
-- auto expire via cache maybe use getURL with a long term cache to expire and the site-code checks if the file is there.
-- the site code only checks for xx days in the past or somethings like this to avoid broken images from the past
- wallet balance between 0 and 1USD shows (7.7E-5 Eth) instead of 0.000001 ETH (works fine on dashboard)
- older mobile clients can not see dynamic data (need to change the layout to make this less of an issue)
-- Dashboard: include active trade in the welcome card
- Backend: strategy updates (still having issues creating rows and using the correct one, not a problem, but adds additional steps for the trader)
- use "wife mode" on $TradeNow (this may be a problem as current pnl is not avaiable via API)
- introduce account parameters (to be stored in a json locally)
-- required parameters (per account)
-- additional account parameters: given equity, collateral used
-- to be eligable: minimum profit, minimum trading days, consistency (math based on total/sincetransfer)
-- example1 a flexible leverage account would be like 1.5 min profit at 25% consistency with highest day of 0.4% = basebalance+1.5% && currentbalance > (highest*tradingdays-consistency%) = good
-- example2 cash account with no limits but 10 trading days: basebalance less than currentbalance && min tradingdays
--- need to figure out a way to "mark" account transactions??
- DASHBOARD: rework "at a glance"
- introduce "account settings" mostly to control payouts
- add PROFILE (to accommodate account settings)
- add 2fa (locally) in conjunction with authprovided credentials
- host the gavatar locally to comply with EU nonsense
- output on dashboard and note page based on owned status
-- if owned messaging must be different while if leased message reflects leasing partner support.
- 3rd/ts/getnodes.inc sometimes has a caching error resulting in 'Attempt to read property "devices" on null'
reloads automatically, but may cause a display error