|
1 | 1 | ### TODOs
|
2 | 2 | | Filename | line # | TODO
|
3 | 3 | |:------|:------:|:------
|
4 |
| -| app.js | 62 | Write a complete Documentation for this project |
| 4 | +| app.js | 61 | Write a complete Documentation for this project |
5 | 5 | | config/index.js | 12 | Test for production and development senarios
|
6 | 6 | | models/index.js | 14 | Automatically generate tests with the schema structure
|
7 |
| -| routes/index.js | 298 | Test API versioning |
8 |
| -| routes/index.js | 299 | Test rate limiting |
9 |
| -| routes/index.js | 300 | Test complete route Loader test |
10 |
| -| routes/index.js | 301 | Test _sanitizeRequestUrl middleware function |
11 |
| -| routes/index.js | 302 | Test _allRequestData middleware function for default value scenario |
12 |
| -| routes/index.js | 303 | Test _enforceUserIdAndAppId middle function for when req.body is an array |
13 |
| -| routes/index.js | 304 | Make Log requests testable and write unit tests for it |
14 |
| -| routes/index.js | 305 | Develop the route loader into a separate node module to be publish on npm |
15 |
| -| routes/index.js | 306 | Develop all services onto separate node module to be publish on npm |
16 |
| -| services/logger/index.js | 36 | Test Error Handler |
| 7 | +| routes/index.js | 260 | Test API versioning |
| 8 | +| routes/index.js | 261 | Test rate limiting |
| 9 | +| routes/index.js | 262 | Test complete route Loader test |
| 10 | +| routes/index.js | 263 | Test _sanitizeRequestUrl middleware function |
| 11 | +| routes/index.js | 264 | Test _allRequestData middleware function for default value scenario |
| 12 | +| routes/index.js | 265 | Make Log requests testable and write unit tests for it |
| 13 | +| routes/index.js | 266 | Develop the route loader into a separate node module to be publish on npm |
| 14 | +| routes/index.js | 267 | Develop all services onto separate node module to be publish on npm |
| 15 | +| services/logger/index.js | 48 | Test Error Handler |
| 16 | +| services/request/index.js | 90 | Test request module |
0 commit comments