Open BhanuPrakash2047 opened 1 month ago
👋 Thank you @BhanuPrakash2047 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
please assign the above task to me
Is this feature already requested?
- [x] I have checked "open" and "closed" issues, and this is not a duplicate.
Problem or Missing Functionality
Currently, the library management system does not allow students to filter or retrieve books based on their department. This limits their ability to quickly find relevant resources that pertain to their specific field of study.
Feature Description
The idea is to introduce a "Department" field to the "MembersDto" entity to categorize students by their academic departments.
With this enhancement: Students will be able to view and filter books relevant to their specific department (e.g., Computer Science students can see CS-related books).
The feature will improve the user experience by providing department-specific recommendations and tailored search results.
Screenshots
No response
Would you like to work on this feature?
Yes
Implementation Plan
Description: This feature involves adding a new field, department, to the Member entity within the library management system. By associating each student with a specific department, the system can filter and present books that are most relevant to the students' fields of study.
Key Components:
Database Modification:
Update the Member entity to include a department field. Ensure existing members can be assigned a default or null department where necessary. Backend Logic:
Modify book retrieval methods to filter books based on the student's department. Ensure that the system efficiently queries and serves the relevant books.
start working
/asign this issue to me as i have worked on api management and api workflow
Hi @BhanuPrakash2047,
Hope you're doing great! 😊 Just wanted to check in and see how things are coming along with the issue you're working on. Any progress or updates you’d like to share? And if you’ve run into any roadblocks or need a hand with anything, please don’t hesitate to reach out!
Looking forward to hearing from you!
Can you assign me this issue?
Can you assign me this issue?
yes you can work on it. star repo first
Starred. Please assign it to me.
Is this feature already requested?
Problem or Missing Functionality
Currently, the library management system does not allow students to filter or retrieve books based on their department. This limits their ability to quickly find relevant resources that pertain to their specific field of study.
Feature Description
The idea is to introduce a "Department" field to the "MembersDto" entity to categorize students by their academic departments.
With this enhancement: Students will be able to view and filter books relevant to their specific department (e.g., Computer Science students can see CS-related books).
The feature will improve the user experience by providing department-specific recommendations and tailored search results.
Screenshots
No response
Would you like to work on this feature?
Yes
Implementation Plan
Description: This feature involves adding a new field, department, to the Member entity within the library management system. By associating each student with a specific department, the system can filter and present books that are most relevant to the students' fields of study.
Key Components:
Database Modification:
Update the Member entity to include a department field. Ensure existing members can be assigned a default or null department where necessary. Backend Logic:
Modify book retrieval methods to filter books based on the student's department. Ensure that the system efficiently queries and serves the relevant books.