This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Custom Functions TODO
Michael Zlatkovsky edited this page May 8, 2018
·
39 revisions
- Re-submit manifest
- ScriptLab.MySnippetName2.GetData() vs SCRIPTLAB.MYSNIPPETNAME2.GETDATA
- Fix API set and flight check (Mizlatko to double-check)
- Have console act like a true queue (clearing local storage as soon as it reads off).
- Don't use unpkg, use our local package instead
- Fix platform issue re. initial #GETTING_DATA getting stuck (also update NPM package in Yeoman, getting started, etc.)
- On breaking a function, heartbeat shouldn't die! Only does when you have 0 scripts alive.
- Navigate to dashboard on "run"
- Untrusted snippets shouldn't show up in registration. Nor look trusted in the functions UI
- Remove too-frequent firing of "The contents of the Code pane has changed. Would you like to reload?"
- Auto-scroll improve today's jerky behavior
- Expose info about LogData.source (source function that caused the console.log)
- Text about Chakra
- Scroll behavior (on both summary and welcome screen)
- Console: instead of rendering list of comments, render text explaining what it is
- Console - color based on 'info' | 'warn' | 'error'
- console.log of string shows up as quotes
- Samples. (Maybe need to also do a "lastOpened" fix in parallel with that)
- Jump to details on clicking on an item (esp. error item) [NOT EASY, DEFERRING]