[FIX] User: Load student details via API after page load #6

Open
Avatar
soniprathmesh opened on April 26
  • Move student detail fetching to the frontend by calling an API after the page has loaded.
  • Ensure backend does not embed student details directly into the page at render time.
  • Only trigger API call when the request is from a real user (i.e., not from bots, crawlers, WhatsApp, or similar User-Agents).
  • Handle edge cases properly to avoid unnecessary API calls for bot or crawler traffic.
Avatar soniprathmesh self-assigned at April 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment