Skip to content

Commit 8c00ec5

Browse files
authored
Update README.md
1 parent 3f917b5 commit 8c00ec5

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

README.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,6 @@
1111
| ngx-datatable | Table Component | <http://swimlane.github.io/ngx-datatable/> |
1212
| Spring Boot<br/>(REST + JSON) | Server | <https://spring.io/projects/spring-boot> |
1313

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-
3914
## Installation
4015

4116
### Install node/npm
@@ -172,3 +147,29 @@ npm install @swimlane/ngx-datatable
172147
ng add @ngrx/store@latest
173148
ng add @ngrx/effects@latest
174149
```
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

Comments
 (0)