Commit Graph

3 Commits

Author SHA1 Message Date
Misaka_Company
3371a8af2a Log production-data query failures (with stack) and slow queries 2026-06-24 13:39:17 +08:00
Misaka_Company
db58148746 Increase database request timeout to 60s for fuzzy search queries
The LIKE-based fuzzy matching can return larger result sets than exact
match, requiring more query time. Raise requestTimeout from the default
15s to 60s on both production-data and export-excel API routes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-11 09:07:09 +08:00
Misaka_Company
93564c6f4e Add production data table with Ant Design and SQL Server integration
- Add API route to execute stored procedure and query production data
- Build search bar with isolated component to prevent input lag on large datasets
- Configure Ant Design Table with sticky header and horizontal scroll for 56 columns
- Add antd, @ant-design/icons, mssql dependencies
- Configure allowedDevOrigins for LAN access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-10 10:05:32 +08:00