ERP-node/backend-node/src
kjs 28ef7e1226 fix: Enhance error handling and validation messages in form data operations
- Integrated `formatPgError` utility to provide user-friendly error messages based on PostgreSQL error codes during form data operations.
- Updated error responses in `saveFormData`, `saveFormDataEnhanced`, `updateFormData`, and `updateFormDataPartial` to include specific messages based on the company context.
- Improved error handling in the frontend components to display relevant error messages from the server response, ensuring users receive clear feedback on save operations.
- Enhanced the required field validation by incorporating NOT NULL metadata checks across various components, improving the accuracy of form submissions.

These changes improve the overall user experience by providing clearer error messages and ensuring that required fields are properly validated based on both manual settings and database constraints.
2026-03-10 14:47:05 +09:00
..
config 화면관리 ui개선 및 파일업로드 설정 2025-10-15 13:30:11 +09:00
controllers fix: Enhance error handling and validation messages in form data operations 2026-03-10 14:47:05 +09:00
database [agent-pipeline] pipe-20260303124213-d7zo round-3 2026-03-03 21:53:46 +09:00
interfaces 액션 노드들 로직 구현 2025-10-02 17:51:15 +09:00
middleware fix: Enhance error handling and validation messages in form data operations 2026-03-10 14:47:05 +09:00
routes feat: Add Numbering Rule APIs and Frontend Integration 2026-03-09 14:10:08 +09:00
services feat: Enhance Excel upload modals with category validation and error handling 2026-03-09 22:20:54 +09:00
test 최초커밋 2025-08-21 09:41:46 +09:00
tests chore: Prisma 관련 파일 완전 제거 🧹 2025-10-01 14:54:44 +09:00
types Merge branch 'main' into jskim-node 2026-03-04 21:09:55 +09:00
utils fix: Enhance error handling and validation messages in form data operations 2026-03-10 14:47:05 +09:00
app.ts feat: Implement Mold Management API and Frontend Integration 2026-03-09 13:15:41 +09:00