-
Notifications
You must be signed in to change notification settings - Fork 0
Description
-
User Authentication: Implement a user authentication system using libraries like ASP.NET Identity.
-
Reminder Scheduling: Schedule reminders at specific times or recurring intervals.
-
Email Notifications: Send email notifications when a reminder is due. This would involve integrating with an email service.
-
API Rate Limiting: Implement rate limiting to protect it from abuse.
-
Docker Health Checks: Add health checks to the Docker containers to monitor their status and restart them if they become unhealthy.
-
Performance Testing: Add more performance tests.
-
Error Tracking: Implement a feature to track and log errors. This could involve integrating with a service like Sentry, Rollbar, Elasticsearch, and/or Kibana.
-
Feature Flags: Implement a system for feature flags, allowing features to be toggled on and off without deploying new code.