Skip to content

issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:Java linked:pr language:Java

Filter by

5.8M results  (324 ms)

5.8M results

Summary of What Needs to be Done: Add validation for the API response shape in the predictTicket function in Frontend/src/services/api.js. Currently result.category, result.subcategory etc. are extracted ...

Summary of What Needs to be Done: Add null guard in handleSendMessage in Frontend/src/pages/TicketDetailView.jsx. The function calls appendMessage with ticket.ticket_id but does not verify ticket_id exists ...

Summary of What Needs to be Done: Add client-side rate limiting to the signInWithMagicLink function in Frontend/src/store/authStore.js. Currently there is no throttle on magic link requests, allowing potential ...

Summary of What Needs to be Done: Add retry logic to the runWithFailover function in Frontend/src/services/aiAssistant.js. Currently, transient errors (network blips) cause the failover to immediately ...

Summary of What Needs to be Done: Improve TicketDetailView in Frontend/src/pages/TicketDetailView.jsx to handle the case where the tickets array is empty (not just when a specific ticket is not found). ...

Summary of What Needs to be Done: Replace the hardcoded adminProfile object in Frontend/src/store/adminStore.js with data sourced from the Supabase auth context. The current values (name, email, role) ...

Summary of What Needs to be Done: Replace the hardcoded USE_MOCK = true in Frontend/src/services/api.js with a configurable flag driven by the VITE_USE_MOCK environment variable. Changes that Need to ...

Summary of What Needs to be Done: Fix the missing isAdmin dependency in the useEffect hook in Frontend/src/hooks/useRealtimeNotifications.js. The hook computes isAdmin from profile.role but does not include ...

Summary of What Needs to be Done: Add an AbortController timeout (10 seconds) to the translateText function in Frontend/src/services/translationService.js. Without a timeout, a slow or unresponsive MyMemory ...

Summary of What Needs to be Done: Add unit tests for the toastStore in Frontend/src/store/toastStore.js, which manages toast notifications with auto-removal timers. Changes that Need to be Made: - ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.