Open Issues Need Help
View All on GitHub [FEATURE] MAKE 9,10 TASKS about 2 months ago
AI Summary: Develop two separate software systems: a Library Management System and a Student Management System. Additionally, implement a collaborative workflow using Git and GitHub for managing the projects.
Complexity:
4/5
good first issue
Task 4: Implement search_for_book() function (by title or author) about 2 months ago
AI Summary: Implement a `return_book()` function in Python. The function should prompt the user for a book ID, verify the book exists and is currently borrowed, update its status to 'Available', and then save the updated book list using a `save_books()` function (assumed to be pre-existing).
Complexity:
2/5
documentation good first issue 5m
[FEATURE] Make First three tasks about 2 months ago
AI Summary: Implement three core functions for a book management system: loading and saving book data, adding new books, and displaying all books in a formatted manner.
Complexity:
3/5
good first issue