LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

User Feedback and Error Handling #33

Open LittleMoonie opened 1 week ago

LittleMoonie commented 1 week ago

Description: Implement a robust feedback system for users when interacting with the platform and ensure clear error handling. Tasks: Create frontend components for displaying success, error, and info messages. Implement standardized error handling in the backend with meaningful error codes and messages. Show helpful messages for form validation errors and failed submissions. Log errors to a logging service (e.g., Sentry) for better debugging.