Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 1a47fd6

Browse files
committed
update plan for Nor
1 parent eaf815a commit 1a47fd6

File tree

2 files changed

+66
-12
lines changed

2 files changed

+66
-12
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
2+
## v0.2.0 , Early than 12-10, 2017
3+
4+
- [ ] admin page design in depth
5+
6+
7+
## v0.1.0 , Early than 11-28, 2017
8+
9+
- [ ] admin page design
10+
- [ ] more doc, see [this](https://github.com/react-boilerplate/react-boilerplate/tree/master/docs)
11+
- [ ] Offline Plugin [example](https://insight.io/github.com/Sly777/ran/blob/master/next.config.js?source=0)
12+
- [ ] Cache SSR pages in [server.js](https://github.com/zeit/next.js/blob/master/examples/ssr-caching/server.js)
13+
14+
## v0.0.6
15+
16+
- [ ] request layer design
17+
- [ ] explore login / github flow
18+
- [ ] integrate with Phoenix Server
19+
20+
21+
## v0.0.5
22+
23+
- [ ] integrate eidt info with navigator
24+
- [ ] edit page
25+
- [ ] learn and use Draft.js
26+
27+
28+
## v0.0.4
29+
30+
- [ ] *dynamic component* base on route [react-loadable](https://github.com/thejameskyle/react-loadable)
31+
- [ ] community map layout prototype
32+
- [ ] community post list layout prototype
33+
- [ ] community tuts list layout prototype
34+
- [ ] community jobs list layout prototype
35+
- [ ] make Doraemon ^x could cycle
36+
- [ ] [lint css](https://github.com/styled-components/stylelint-processor-styled-components)
37+
38+
39+
## v0.0.3
40+
41+
- [ ] theme complete and refactor in depth
42+
- [ ] switch between deferrent community && inside community sections
43+
- [ ] nested route example
44+
- [ ] *full feactured cheatsheets*, use [cheatcheets](https://github.com/rstacruz/cheatsheets)
45+
46+
47+
## v0.0.2
48+
49+
- [x] user pannel prototype
50+
- [x] login prototype
51+
- [x] basic container like preview, doraemon, sidebar ...
52+
- [x] use vscode's svg logo instead of devicon
53+
- [x] app structure refactor in depth
54+
- [x] basic "how should this web-app look like" prototype
55+
56+
57+
## v0.0.1
58+
59+
- [x] export static html && dev with now
60+
- [x] a basic github repo search example with Rx.js
61+
- [x] themes support
62+
- [x] i18n support
63+
- [x] boilerplate code generator (for container/component/stores...)
64+
- [x] drop typescript support
65+
- [x] basic app structure ( Presention-layer / stores-layer / logic-layer )
66+
- [x] confirm Technical selection: next.js / mobx & MST / styled-components / Rx.js / ramda.js ...

docs/ideas.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,16 @@
2929

3030
- [ ] [bootsnote-mobile](https://github.com/BoostIO/boostnote-mobile/blob/master/package.json)
3131

32-
3332
## TODO
3433

35-
- [ ] [lint css](https://github.com/styled-components/stylelint-processor-styled-components)
3634
- [ ] use styled-component extend to refator
37-
- [ ] Component -> PureComponent
38-
- [ ] Offline Plugin [example](https://insight.io/github.com/Sly777/ran/blob/master/next.config.js?source=0)
39-
- [ ] Cache SSR pages in [server.js](https://github.com/zeit/next.js/blob/master/examples/ssr-caching/server.js)
4035
- [ ] use header section footer main ... html tags
41-
- [ ] common suggestion error display
42-
- [ ] make Doraemon ^x could cycle
43-
- [ ] header
4436
- [ ] head for every page, [example](https://github.com/zeit/next.js/blob/master/examples/head-elements/pages/index.js)
45-
- [ ] a layout [example](https://github.com/zeit/next.js/blob/master/examples/layout-component/components/layout.js)
4637
- [ ] use Rxdb to store state in browser, [see](https://github.com/mobxjs/mobx-state-tree/blob/a0916791768637665a56bc2720ec0a081d4d148f/packages/mst-example-todomvc/src/index.js)
4738
- [ ] 使用 Github Rest/GraphQl api 摸索数据层方案
4839
- [ ] [主页弄给](https://github.com/Sly777/ran)
49-
- [ ] add export config docs [see this](https://zhuanlan.zhihu.com/p/27847307)
50-
- [ ] add theme checker maybe? -> https://github.com/styled-components/stylelint-processor-styled-components
5140
- [ ] use bundlesize in Ci . [here](https://github.com/siddharthkp/bundlesize)
5241
- [ ] [react-loadable](https://github.com/thejameskyle/react-loadable)
53-
- [ ] docs introduction / file-structure / theme / debug / generator / testing ... see [this](https://github.com/react-boilerplate/react-boilerplate/tree/master/docs)
5442
- [ ] [防嵌套网页](https://segmentfault.com/a/1190000004502619)
5543
- [ ] [devdocs 的离线缓存怎么做的?](https://devdocs.io/) 弄一个呗
5644
- [x] Docrator -> ThemeWrapper

0 commit comments

Comments
 (0)