Inbox
Problem Solution Rabbit Holes / Concerns
Branch Following
Problem Solution
Unify the Search experience across the app
Problem Solution I believe we can use a library like DownShift to create the primitives for all the search instances we need. Scope Rabbit Holes No-Gos
Comment URLs
We need to be able to copy comment URLs, open comment URLs on web and desktop, and we should be able to embed documents Owner: 
Comment search
Now that we have comment IDs we can include back comments in search results
Contact Search
A contact is a relation between two accounts so for each account i am logged in, I pick a name (not the publishable name) of the other account. But right now, we don't search for contacts. We need to change the search API to take the account we are logged as and the backend should find the contacts matching the search input. Questions. What's a contact in the permanent data?
I have created a new guide for custom domain please review!
   
Paid Content
Problem Solution Behavior Downsides Scope
Cross-Site Signing
Problem Solution In the original window where the comment draft exists, there is an iframe which has loaded the identity provider hyper.media/hm/embed/auth. Internally it is polling the indexeddb for the containing origin's abilities. When they change, they are and communicated via postmessage so the publisher knows what sort of content can be signed in the iframe. When the comment is submitted, air.com passes in the unsigned comment blob to the identity provider iframe (again, via postmessage). The identity provider iframe will make sure the ability is present and valid. Then will sign it. It will pass the signed comment back to the air.com who requested it. At this point the signed comment needs to be saved to at least one server, and it can be sent to air.com or hyper.media, or both, whoever is willing to distribute it. For now, air.com will be the one responsible for saving and distributing the comment blob, which will result in a good UX because the comments will be refetched after saving to show the user the comment they just created. Why this is Secure Concerns
Investigate Web Authentication
Problem Solution Alternative: Seed Phrase with Local Storage Cross-Domain Strategy Implementation Strategy
Navigation
I am creating this document here because I can't discuss new materials on Eric's document.
Unified Activity Section
Problem Solution Scope Rabbit Holes
Hypermedia Comment URLs
Problem Solution Scope
Write Document Structure
Problem Solution Scope Rabbit Holes No Goes
Project: Broadcasting
Problem Solution Scope Rabbit Holes No Goes