Actions
ClientProject #3945
open[FE]: Implement notice fetching via PQS API and display in header
Description
Description¶
We need to fetch notice data from the PQS API and make it available in the frontend header.
To follow clean architecture and improve performance, the API call should be handled through a Next.js API route and a server function, then consumed in the header component.
This approach ensures:
- Centralized API handling
- Better error control and future caching support
- Cleaner and more maintainable UI components
Actions