a todo project build with pair programming

3 Open Issues Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub
Software Development Backend Development

AI Summary: Implement a RESTful CRUD API for managing tasks using TypeScript and Bun. This includes creating endpoints for creating, reading, updating, and deleting tasks, along with appropriate input validation and status codes. Models, controllers, and routes need to be implemented.

Complexity: 3/5
enhancement good first issue question improvement

a todo project build with pair programming

TypeScript
Software Development Backend Development

AI Summary: Create a Zod schema in TypeScript that mirrors the existing Mongoose Todo model for a task management application. The schema should include fields for title, description, status, list ID, due date, tags, user ID, subtasks (with titles), creation timestamp, and update timestamp. The schema should be exportable for reuse.

Complexity: 3/5
enhancement good first issue improvement

a todo project build with pair programming

TypeScript
Software Development Backend Development

AI Summary: Enhance the project's README file by adding a comprehensive description, including the application's purpose, key features, setup instructions, usage examples, contribution guidelines, and license information.

Complexity: 2/5
enhancement help wanted good first issue

a todo project build with pair programming

TypeScript