|
4 | 4 | | app.js | 62 | 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 | 294 | Test API versioning |
8 |
| -| routes/index.js | 295 | Test rate limiting |
9 |
| -| routes/index.js | 296 | Test complete route Loader test |
10 |
| -| routes/index.js | 297 | Test _sanitizeRequestUrl middleware function |
11 |
| -| routes/index.js | 298 | Test _allRequestData middleware function for default value scenario |
12 |
| -| routes/index.js | 299 | Test _enforceUserIdAndAppId middle function for when req.body is an array |
13 |
| -| routes/index.js | 300 | Make Log requests testable and write unit tests for it |
14 |
| -| routes/index.js | 301 | Develop the route loader into a separate node module to be publish on npm |
15 |
| -| routes/index.js | 302 | Develop all services onto separate node module to be publish on npm |
| 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 | 16 | | services/logger/index.js | 36 | Test Error Handler
|
17 | 17 | | services/queue/clock.js | 11 | work on a clock functionality so kue can support scheduled jobs
|
18 | 18 | | services/queue/clock.js | 12 | Use the cron package here https://www.npmjs.com/package/cron for timer
|
0 commit comments