Moving between versions should preserve contents of buffer
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- javascript
调研方向
首先跟踪编辑器版本变更如何处理当前脚本缓冲区,以及在 URL 中输入的脚本如何得到保留。在选择方案之前,检查 URL 和 Cookie 的隐私影响;完成的标准是,用户编辑内容在编辑器版本之间迁移后仍能保留,同时不会留下未解决的上述隐私问题。
由索引模型根据 Issue 内容生成。
描述
Since 0.1.0 we've been able to move between different versions of the editor. Hooray!
However, currently the contents of the script buffer (IE the users' code) gets lost between this version migration. In the case that the user entered with a script in the URL we will preserve that script but not any subsequent changes.
I believe the following rule is good:
Whenever moving between editor versions, put the buffer contents into the URL bar so that the script migrates between versions
Implementation-wise there are a few privacy gotchas - If we put their script in the URL bar then it can/could end up in server logs. If we put it in a cookie we have to mention that we will use cookies in privacy policy.
- 主要语言
- JavaScript
- 星标
- 201
- 派生
- 126
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
bbcmicrobit/PythonEditor 的其他 Issue
-
难度 5/5 一周以上 新手友好度 15/100
bbcmicrobit/PythonEditor#406 ·
-
U 未关闭
难度 5/5 一周以上 新手友好度 1/100
bbcmicrobit/PythonEditor#405 ·
-
难度 5/5 一周以上 新手友好度 10/100
bbcmicrobit/PythonEditor#391 · 2 条评论 · 6 个 reaction ·
-
难度 3/5 1-2 天 新手友好度 25/100
bbcmicrobit/PythonEditor#375 ·
-
难度 3/5 1-2 天 新手友好度 35/100
bbcmicrobit/PythonEditor#367 ·
查看 bbcmicrobit/PythonEditor 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
mksglu/context-mode#1200 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
neondatabase/website#5944 ·
-
module: core
难度 2/5 1-3 小时 新手友好度 75/100
bigbluebutton/bigbluebutton#25849 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
jaegertracing/jaeger-ui#4506 ·