Array ( [0] => issues ) Array ( [0] => issues )

- 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


Change Log


		++++++++
0.5
- MAJOR UPDATE .. rollout of EQMT, an ERC-721 Token living on the Sepolia Network (will roll out on Ethereum Mainnet with V1)
-- this update adds another set of data used stored under "blockchain" which reflects on-chain data locally (no privacy change)
- all chain data is now linked and verified with actual blockchain records, making tampering almost impossible (Token Version 0.0211)
- add a Token page /token

0.412
- NODE: added disk space and "connecting to proxy endpoint"
- WALLET: use client currency for conversion
- STRATEGY: full with stats and 90 day charts by default
- STRATEGY: shows current activity (if any) on top

0.411
- rename log to /data-used for personal data
- use "friendly urls"
- Timer drift resolved on API server (1Hour)
- add 2fa libs for auth
- repro resync
- fixing temporary images held in memory on shared hosts

0.402
- hide 30 and 90 day buttons if there is no data
- all code updated to use snip/Html/human.inc
- Default filter for Strategy views set to 90 days

0.04
- start to use snip-repro from nullx8@github
- multiple language adjustments
- use geturl in most places (not completed yet)
- create encryption pool for cached items
- WALLET: show last recent transactions only (no contracts or 0ETH Transactions)

0.038
- STRATEGY: show small block with averages of 7,30 and 90 days

0.036
- DASHBOARD: red offline warning
- WALLET/DASHBOARD/STRATEGY: Replace date with "today" when item is created on the current day
- WALLET: calculate Transfer-costs via gas values

0.035
- DASHBOARD: Equity Realtime update
- DASHBOARD: trade activity display

0.3
- adding catches for errors
-- need to use a better fetch mechanism to compensate for slow hosts