Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Send Reminder Notifications 2 Days Before Book Due Date #25

Closed
1 task done
ajaynegi45 opened this issue Sep 5, 2024 · 9 comments
Closed
1 task done
Labels
enhancement New feature or request good first issue Good for newcomers gssoc GirlScript Summer Of Code gssoc-ext hacktoberfest hacktoberfest-accepted level3 GirlScript Summer Of Code - 35 points status: ready for dev You can asked for this issue to be assigned (if not already assigned)

Comments

@ajaynegi45
Copy link
Owner

ajaynegi45 commented Sep 5, 2024

Is this feature already requested?

  • I have checked "open" and "closed" issues, and this is not a duplicate.

Problem or Missing Functionality

Currently, the LibraryMan project does not have a feature that sends a reminder to members to return their borrowed books before the due date. This can lead to overdue books and inconvenience both members and the library staff. A reminder system would improve user experience and help ensure timely book returns.

Feature Description

The proposed feature would send a notification to members 2 days before their book's due date, reminding them to return the book on time.

@ajaynegi45 ajaynegi45 added status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) enhancement New feature or request good first issue Good for newcomers hacktoberfest-accepted hacktoberfest status: ready for dev You can asked for this issue to be assigned (if not already assigned) and removed status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Sep 5, 2024
@JanelleW03
Copy link

is this still open? I would like to contribute

@ajaynegi45
Copy link
Owner Author

is this still open? I would like to contribute

@JanelleW03 Yes, this issue is still open, and I'd love for you to contribute!. The labeled 'status: ready for dev', means you're welcome to ask for the issue to be assigned to you (if it hasn't been assigned already). Let me know if you're interested and we can discuss further!"

@Jenish-1235
Copy link

Hello there, I can work on this issue. I would love to contribute to this. Can we have further discussion?

@ajaynegi45
Copy link
Owner Author

Hello there, I can work on this issue. I would love to contribute to this. Can we have further discussion?

Hello @Jenish-1235,

Yes, you can definitely start working on this issue. Before you proceed, could you please explain how you plan to implement the reminder feature? I'd like to understand your approach, how you'll handle the timing (sending reminders 2 days before the due date).

Looking forward to hearing your plan!

@ajaynegi45 ajaynegi45 added the gssoc GirlScript Summer Of Code label Oct 1, 2024
@Shetu003
Copy link

Shetu003 commented Oct 1, 2024

Hello Sir, Could you please assign me this issue.

@ajaynegi45
Copy link
Owner Author

Hello Sir, Could you please assign me this issue.

Hello @Shetu003,

Yes, I can definitely assign this issue to you. Before I assign this issue, could you please explain how you plan to implement the reminder feature? I'd like to understand your approach and how you'll handle the timing (sending reminders 2 days before the due date).

Looking forward to hearing your plan!

@Shetu003
Copy link

Shetu003 commented Oct 1, 2024

Sure Sir, To implement the Send Reminder Notifications 2 Days Before Book Due Date we can Set up a scheduler to run daily and Query borrowings due in 2 days without a sent reminder then we can use remaindernotification for this issue.

@Rohityadav9575
Copy link
Contributor

hi sir could you assign this issue to me .My approach is =your project have a column called dueDate in our borrowing table. This column keeps track of when each borrowed book is due to be returned.I set up a daily scheduler that runs automatically. This scheduler checks the borrowing table every day to see which books are due in 2 days.Once we find the books that are due soon, we send a notification to all the members who borrowed those books. This reminder helps them remember to return their books on time.

@ajaynegi45
Copy link
Owner Author

hi sir could you assign this issue to me .My approach is =your project have a column called dueDate in our borrowing table. This column keeps track of when each borrowed book is due to be returned.I set up a daily scheduler that runs automatically. This scheduler checks the borrowing table every day to see which books are due in 2 days.Once we find the books that are due soon, we send a notification to all the members who borrowed those books. This reminder helps them remember to return their books on time.

Hi @Rohityadav9575,

Thank you for expressing your interest in working on the "Send Reminder Notifications 2 Days Before Book Due Date" issue. I'm delighted to inform you that I have assigned this issue to you. Your willingness to contribute to our project is much appreciated.

Feel free to start working, and if you have any questions or need assistance during the process, please don't hesitate to reach out.

@ajaynegi45 ajaynegi45 added level3 GirlScript Summer Of Code - 35 points gssoc-ext labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers gssoc GirlScript Summer Of Code gssoc-ext hacktoberfest hacktoberfest-accepted level3 GirlScript Summer Of Code - 35 points status: ready for dev You can asked for this issue to be assigned (if not already assigned)
Projects
None yet
Development

No branches or pull requests

5 participants