Skip to content

Commit 8322021

Browse files
committed
update roadmap, quick edit
1 parent 6fa0c8a commit 8322021

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

ROADMAP.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
# Atom CodeRoad Roadmap
22

3-
1. Bug fixes
4-
2. UI Improvements
5-
3. Native import/exports
6-
4. More test runners
7-
1. Python
3+
1. Extract CodeRoad core
4+
1. Coderoad-language packages
5+
1. Native import/exports
6+
1. UI Improvements
7+
1. Modular interfaces
8+
1. Video Player
9+
1. Visualize html
10+
1. More test runners
811
1. Ruby
9-
2. Java
10-
5. Installers (See [node-gyp](https://github.com/nodejs/node-gyp))
12+
1. Java
13+
1. Installers (See [node-gyp](https://github.com/nodejs/node-gyp))
1114
1. Windows XP, 7, 8, 10 (check versions)
12-
2. Linux
13-
6. User Accounts
15+
1. Linux
16+
1. User Accounts
1417
1. Sync Progress
15-
2. Basic Analytics
16-
7. Central DB
18+
1. Basic Analytics
19+
1. Central DB
1720
1. Users
18-
2. Analytics
19-
3. Tutorial ratings/feedback
20-
8. Unit Test Coverage
21+
1. Analytics
22+
1. Tutorial ratings/feedback
23+
1. Unit Test Coverage

src/atom/subscriptions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export function onActivate(): AtomCore.Disposable {
4040

4141
export function onDeactivate(): void {
4242
// unmount React
43-
window.onresize = null;
4443
Root.unmount();
4544
// cleanup subscriptions
4645
subscriptions.dispose();

0 commit comments

Comments
 (0)