forked from bvaughn/scheduling-profiler-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
Make URLs shareable #75
Copy link
Copy link
Open
Labels
importance: 3 - good to haveStretch goal - a dream that we likely will not have the resources to implementStretch goal - a dream that we likely will not have the resources to implementurgency: 4 - no urgencyWe have an indefinite amount of time to complete thisWe have an indefinite amount of time to complete thiswork type: implementationA task that primarily involves bashing codeA task that primarily involves bashing codework type: investigationA task that primarily involves digging into a particular problemA task that primarily involves digging into a particular problem
Metadata
Metadata
Assignees
Labels
importance: 3 - good to haveStretch goal - a dream that we likely will not have the resources to implementStretch goal - a dream that we likely will not have the resources to implementurgency: 4 - no urgencyWe have an indefinite amount of time to complete thisWe have an indefinite amount of time to complete thiswork type: implementationA task that primarily involves bashing codeA task that primarily involves bashing codework type: investigationA task that primarily involves digging into a particular problemA task that primarily involves digging into a particular problem
From Brian's 17 July email and doc:
Steps
Update 20 Jul 2020:
Maybe we should also consider storing profiles in local storage?Ruled out by Brian.Moved to the back in terms of priority, improving on the MVP from feedback takes precedence.
Update 06 Aug 2020:
Using the facebook.com profile,
JSON.stringify(profilerData).length= 58,488,710Here are some strategies I can think of to reduce this size:
Here is a wild alternative to this exact feature that I can think of: implement a one-click way to upload profiles as a GitHub Gist/Pastebin, coupled with a one-click way to import gists and pastes.