Spring Boot backend for Secure Notes app features JWT & OAuth2 login, email OTP verification, note CRUD APIs, and scheduled deadline email reminders.

1 Open Issue Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub
Scheduler Optimization about 1 month ago

AI Summary: Optimize the Spring Boot application's scheduling mechanism by replacing two separate schedulers (one for today's deadlines, one for tomorrow's) with a single scheduler that fetches notes due today and tomorrow in one database query. This improves efficiency by reducing database load and simplifies the codebase.

Complexity: 3/5
enhancement good first issue java

Spring Boot backend for Secure Notes app features JWT & OAuth2 login, email OTP verification, note CRUD APIs, and scheduled deadline email reminders.

Java