|
1 | 1 |
|
2 | 2 | ### Development roadmap
|
3 | 3 |
|
4 |
| -- [ ] Project |
5 |
| - - [ ] Architecture & Components |
6 |
| - - [ ] Command line Interface |
7 |
| - - [ ] Generate project commands |
| 4 | +- [x] Project |
| 5 | + - [x] Architecture & Components |
| 6 | + - [x] Command line Interface |
| 7 | + - [x] Generate project commands |
8 | 8 | - [ ] Environment
|
9 | 9 | - [x] `.env` file strategy
|
10 | 10 | - [ ] `package.json` addon fields
|
11 | 11 | - [ ] Linting configuration
|
12 | 12 | - [x] Runtime dependencies
|
13 | 13 | - [x] Programming language support
|
| 14 | + - [x] Javascript support |
14 | 15 | - [x] Typescript support
|
15 | 16 | - [x] `tsconfig.json` configuration
|
16 | 17 | - [x] Alias directory path & import support
|
17 |
| - - [x] Kenx namespace |
18 | 18 | - [x] Kenx @types
|
19 | 19 | - [ ] Debugger
|
20 | 20 | - [x] Setup Configuration
|
|
28 | 28 | - [x] Singleton - Single entrypoint
|
29 | 29 | - [x] Model View Controller (MVC) pattern
|
30 | 30 | - [x] Import plugin handler
|
31 |
| -- [ ] Core |
32 |
| - - [ ] Boilerplate creator |
33 |
| - - [ ] Runtime based dependencies loader |
| 31 | +- [x] Core |
| 32 | + - [x] Boilerplate creator |
| 33 | + - [x] Runtime based dependencies loader |
34 | 34 | - [x] Services autoloader
|
35 |
| - - [x] Services dispatcher |
| 35 | + - [x] Resources dispatcher |
36 | 36 | - [ ] Adapters
|
37 | 37 | - [ ] SRIB - Singular Runtime Interface Bridge
|
38 | 38 | - [ ] Global properties
|
|
94 | 94 | - [ ] Design framework integration
|
95 | 95 | - [ ] UI component & flow Testor
|
96 | 96 | - [ ] Plugins
|
97 |
| - - [x] In-build directory structure, grouping rules & guidelines - From `./src/plugins` folder |
98 |
| - - [ ] External installation from NPM - from `./node_modules` folder |
| 97 | + - [x] Grouping rules & guidelines - From project's base folder: Eg. `./src/plugins` |
| 98 | + - [x] External installation from NPM - from `./node_modules` folder |
99 | 99 | - [x] Import strategy
|
100 | 100 | - [ ] In-Build
|
101 | 101 | - [x] HTTP Server
|
|
124 | 124 | - [ ] UI Development Kit
|
125 | 125 | - [ ] Plugin support
|
126 | 126 | - [ ] Error Profiler
|
127 |
| - - [ ] UI Builder Sandbox |
| 127 | + - [ ] UI Builder Sandbox: Modela |
128 | 128 | - [ ] Custom styles, Fonts & theme generator
|
129 | 129 | - [ ] UI components & pages designer
|
130 | 130 | - [ ] Reusable widgets/view & templates
|
|
0 commit comments