Open vsund opened 7 years ago
yesterday: responded to GitHub issue comments, reviewed and respond to PR: Testing PR Process, created full review of account backup process, worked on the full review of account restoration process. discovered that there were 3 user flows.
today:
browser-v0.11.sketch
fileblockstack-bootstrap
20px
gutters in the blockstack-boostrap
grid systembrowser-v0.11.sketch
filebrowser-v0.11.sketch
As a result of all the on-boarding/name registration, account backup and account restoration process reviews some really big insight came out of it that seriously impacts the browser and the browser's UX/UI. @shea256 and I discovered the need to move the Profiles
, Storage
, Wallet
& Settings
into status bar as "Browser Utilities" allows for a more intuitive user experience that separates apps to utilities required by the browser.
Profiles
app into status bar to become a browser utilityStorage
app into status bar to become a browser utilityWallet
app into status bar to become a browser utilitySettings
app into status bar to become a browser utilityProfiles
utility into Storage
utility for consistency amongst browser utilities.Profiles
utility into Wallet
utility for consistency amongst browser utilities.Profiles
utility into Settings
utility for consistency amongst browser utilities.
Yesterday: Roadmap, had thoughts about architecture, started specifying data structures, realized that Javascript's data hierarchy (prototyping) is strange, found Typescript and read into it
Today: Look through and understand blockstack.js, work out repository skeleton, learn & research more about good data hierarchy in Java-/Typescript