|
11 | 11 | | ngx-datatable | Table Component | <http://swimlane.github.io/ngx-datatable/> |
|
12 | 12 | | Spring Boot<br/>(REST + JSON) | Server | <https://spring.io/projects/spring-boot> |
|
13 | 13 |
|
14 |
| -## TODOs |
15 |
| - |
16 |
| -- Tests for store and services |
17 |
| -- Error handling |
18 |
| -- Details view |
19 |
| -- More validators with regular expressions |
20 |
| -- Data pipes for tables and detail-displays |
21 |
| -- Header with logo |
22 |
| -- Website footer |
23 |
| -- Permissions for routing and other ui-actions |
24 |
| -- Login with OAuth |
25 |
| - - Example: |
26 |
| - - <https://www.baeldung.com/rest-api-spring-oauth2-angular> |
27 |
| - - OAuth - https://github.com/manfredsteyer/angular-oauth2-oidc |
28 |
| -- Table filter for columns |
29 |
| - - Example: |
30 |
| - - <https://www.w3schools.com/howto/howto_js_filter_table.asp> |
31 |
| -- Table actions for edit/delete/etc. |
32 |
| -- Website navigation |
33 |
| - - Examples: |
34 |
| - - <https://dev.to/davidihl/how-to-create-a-responsive-sidebar-and-mini-navigation-with-material-angular-o5l> |
35 |
| - - <https://medium.com/@ahmedaabouzied/angular-material-responsive-navigation-53b573305d3d> |
36 |
| - - <https://medium.com/@vperviz/create-an-angular-app-with-a-side-navigation-and-a-dashboard-in-5-minutes-with-schematics-300fc3b8e0a8> |
37 |
| -- Routing with IDs for detail views |
38 |
| - |
39 | 14 | ## Installation
|
40 | 15 |
|
41 | 16 | ### Install node/npm
|
@@ -172,3 +147,29 @@ npm install @swimlane/ngx-datatable
|
172 | 147 | ng add @ngrx/store@latest
|
173 | 148 | ng add @ngrx/effects@latest
|
174 | 149 | ```
|
| 150 | + |
| 151 | +## TODO List |
| 152 | + |
| 153 | +- Tests for store and services |
| 154 | +- Error handling |
| 155 | +- Details view |
| 156 | +- More validators with regular expressions |
| 157 | +- Data pipes for tables and detail-displays |
| 158 | +- Header with logo |
| 159 | +- Website footer |
| 160 | +- Permissions for routing and other ui-actions |
| 161 | +- Login with OAuth |
| 162 | + - Example: |
| 163 | + - <https://www.baeldung.com/rest-api-spring-oauth2-angular> |
| 164 | + - OAuth - https://github.com/manfredsteyer/angular-oauth2-oidc |
| 165 | +- Table filter for columns |
| 166 | + - Example: |
| 167 | + - <https://www.w3schools.com/howto/howto_js_filter_table.asp> |
| 168 | +- Table actions for edit/delete/etc. |
| 169 | +- Website navigation |
| 170 | + - Examples: |
| 171 | + - <https://dev.to/davidihl/how-to-create-a-responsive-sidebar-and-mini-navigation-with-material-angular-o5l> |
| 172 | + - <https://medium.com/@ahmedaabouzied/angular-material-responsive-navigation-53b573305d3d> |
| 173 | + - <https://medium.com/@vperviz/create-an-angular-app-with-a-side-navigation-and-a-dashboard-in-5-minutes-with-schematics-300fc3b8e0a8> |
| 174 | +- Routing with IDs for detail views |
| 175 | + |
0 commit comments