Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 1.28 KB

File metadata and controls

21 lines (21 loc) · 1.28 KB

TODOs

Filename line # TODO
src/app.ts 63 Write a complete Documentation for this project
src/config/index.ts 14 Test for production and development scenarios
src/models/index.ts 30 Automatically generate tests with the schema structure
src/routes/index.ts 257 Test API versioning
src/routes/index.ts 258 Test rate limiting
src/routes/index.ts 259 Test complete route Loader test
src/routes/index.ts 260 Test _sanitizeRequestUrl middleware function
src/routes/index.ts 261 Test _allRequestData middleware function for default value scenario
src/routes/index.ts 262 Make Log requests testable and write unit tests for it
src/routes/index.ts 263 Develop the route loader into a separate node module to be publish on npm
src/routes/index.ts 264 Develop all services onto separate node module to be publish on npm
src/services/logger/index.ts 56 Test Error Handler
src/services/request/index.ts 90 Test request module
test/**/*.ts - Migrate all test files from JavaScript to TypeScript
test/**/*.ts - Achieve 90%+ test coverage
src/mcp/**/*.ts - Add comprehensive tests for MCP servers
docs/ - Complete API reference documentation
docs/ - Add examples for all MCP features