Skip to content

Commit 40d9b07

Browse files
authored
Update ROADMAP.md
1 parent ff8132a commit 40d9b07

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ROADMAP.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
### Development roadmap
33

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
88
- [ ] Environment
99
- [x] `.env` file strategy
1010
- [ ] `package.json` addon fields
1111
- [ ] Linting configuration
1212
- [x] Runtime dependencies
1313
- [x] Programming language support
14+
- [x] Javascript support
1415
- [x] Typescript support
1516
- [x] `tsconfig.json` configuration
1617
- [x] Alias directory path & import support
17-
- [x] Kenx namespace
1818
- [x] Kenx @types
1919
- [ ] Debugger
2020
- [x] Setup Configuration
@@ -28,11 +28,11 @@
2828
- [x] Singleton - Single entrypoint
2929
- [x] Model View Controller (MVC) pattern
3030
- [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
3434
- [x] Services autoloader
35-
- [x] Services dispatcher
35+
- [x] Resources dispatcher
3636
- [ ] Adapters
3737
- [ ] SRIB - Singular Runtime Interface Bridge
3838
- [ ] Global properties
@@ -94,8 +94,8 @@
9494
- [ ] Design framework integration
9595
- [ ] UI component & flow Testor
9696
- [ ] 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
9999
- [x] Import strategy
100100
- [ ] In-Build
101101
- [x] HTTP Server
@@ -124,7 +124,7 @@
124124
- [ ] UI Development Kit
125125
- [ ] Plugin support
126126
- [ ] Error Profiler
127-
- [ ] UI Builder Sandbox
127+
- [ ] UI Builder Sandbox: Modela
128128
- [ ] Custom styles, Fonts & theme generator
129129
- [ ] UI components & pages designer
130130
- [ ] Reusable widgets/view & templates

0 commit comments

Comments
 (0)