backend/__init__.py (2 lines): - line 303: # Projects queries endoints (TODO: Refactor them into the REST endpoints) - line 454: # Tasks queries endoints (TODO: Refactor them into the REST endpoints) frontend/src/hooks/UseTaskContributionAPI.js (2 lines): - line 30: /* TODO backend–add pagination: - line 36: /* TODO support full text search and change text=>project for that */ backend/services/project_service.py (1 line): - line 292: # TODO put the task details in to a DTO backend/services/messaging/smtp_service.py (1 line): - line 17: # TODO these could be localised if needed, in the future frontend/src/hooks/UseTasksStatsQueryAPI.js (1 line): - line 33: /* TODO support full text search and change text=>project for that */ backend/api/teams/resources.py (1 line): - line 239: # TODO: Add delete API then do front end services and ui work frontend/src/components/projectDetail/footer.js (1 line): - line 19: {/* TODO ADD ANCHORS */} backend/api/system/authentication.py (1 line): - line 64: # Create session from requests. TODO: Do not use flask session frontend/src/hooks/UseInboxQueryAPI.js (1 line): - line 37: /* TODO support full text search and change text=>project for that */