microsoft / TouchDevelop

TouchDevelop is a touch-friendly app creation environment for iPad, iPhone, Android, Windows, Mac, Linux. Our mobile-friendly editor makes coding fun, even on your phone or tablet!
Other
1.36k stars 185 forks source link

Local Cache Selection #510

Closed ianapps closed 6 years ago

ianapps commented 6 years ago

Looking through the impending commits, it looks like the requirement to sign in will be removed - so we can better run TD locally. Would it also be possible to clarify (or let the user define) where the local cache is stored. This would ensure it is safe from clearing internet history, and allow the user to back it up.

With the above, TD would truly run locally and ensure the integrity of the app cache.

Its worth a beer if I ever meet you :-)

pelikhan commented 6 years ago

The local script are stored in IndexedDB typically, which may or may not be cleared when you clear your history. We would recommend saving the scripts as files and reload them when needed.

From: ianapps notifications@github.com Sent: Thursday, May 10, 2018 10:56 AM To: Microsoft/TouchDevelop TouchDevelop@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [Microsoft/TouchDevelop] Local Cache Selection (#510)

Looking through the impending commits, it looks like the requirement to sign in will be removed - so we can better run TD locally. Would it also be possible to clarify (or let the user define) where the local cache is stored. This would ensure it is safe from clearing internet history, and allow the user to back it up.

With the above, TD would truly run locally and ensure the integrity of the app cache.

Its worth a beer if I ever meet you :-)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTouchDevelop%2Fissues%2F510&data=02%7C01%7Cjhalleux%40microsoft.com%7C1c38ecf208214baeb56608d5b69f4424%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636615717521564810&sdata=hCa3DSRG1vRzaqjZzJP0Mc2cM0D%2FqyL74p6pntZbOrU%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAD-4KU-eWPrDYVabVXxR_oyMRw3Dqv5Nks5txH8lgaJpZM4T6SmJ&data=02%7C01%7Cjhalleux%40microsoft.com%7C1c38ecf208214baeb56608d5b69f4424%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636615717521574819&sdata=pmQOFvXygBhWizR8GVlVXXkvIHNvPzif6n%2BKBrFTL7c%3D&reserved=0.

ianapps commented 6 years ago

I didn't know that the JSON file from the save could be imported this way. That's brilliant - very happy. Perhaps you should let the community know this as it will enable teachers to carry on using it in schools whilst they develop a new curriculum.