6 Open Issues Need Help Last updated: Sep 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests a change in the application's logging behavior for 'todos'. Instead of logging a numerical identifier for the todo list, the system should now log the actual title of the todo item. This is a direct modification to an existing logging statement.

Complexity: 1/5
bug good first issue

TypeScript

AI Summary: This issue requests an update to the logging mechanism. Currently, only post titles are logged, and the proposed change is to also include the corresponding post IDs alongside their titles in the logs.

Complexity: 1/5
bug good first issue

TypeScript
bug good first issue

TypeScript

AI Summary: This issue requests a new feature to fetch all users from the JSONPlaceholder API. The implementation should then extract the user names from the fetched data and log them into a newly created file.

Complexity: 1/5
enhancement good first issue

TypeScript

AI Summary: This issue requests a new feature to fetch all posts from the JSONPlaceholder API. The retrieved post IDs should then be extracted and logged into a new file.

Complexity: 1/5
enhancement good first issue

TypeScript

AI Summary: This issue requests a new feature to fetch all existing todos. The task involves making an API call to retrieve all todos, then counting them and logging the total number to the console. This functionality should be implemented within a new, dedicated file.

Complexity: 1/5
enhancement good first issue

TypeScript