Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug02 #141

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Debug02 #141

wants to merge 9 commits into from

Conversation

in27sung
Copy link
Collaborator

BOM 모듈 리팩토링 및

  • 사용되지 않는 DAO 관련 레이어 제거 및 Repository로 대체.
  • DTO와 VO를 명확히 구분하여 도메인 분리.
  • BomValidator를 활용한 유효성 검증 추가.
  • BOM 생성 관련 JSP UI와 JavaScript 기능 개선.
  • 모듈화와 유지보수를 위한 패키지 구조 리팩토링.

Simplified and standardized layout across various JSP files. Removed redundant code, updated paths, and ensured consistent UI elements for better maintainability and user experience.
Removed unused DAO-related layers and replaced them with repositories. Introduced domain separation for DTOs and VOs, added validation with `BomValidator`, and enhanced JSP UI and JavaScript functionality for BOM creation. Refactored package structures for better modularity and maintainability.
@in27sung in27sung linked an issue Jan 24, 2025 that may be closed by this pull request
Simplified and standardized layout across various JSP files. Removed redundant code, updated paths, and ensured consistent UI elements for better maintainability and user experience.
Removed unused DAO-related layers and replaced them with repositories. Introduced domain separation for DTOs and VOs, added validation with `BomValidator`, and enhanced JSP UI and JavaScript functionality for BOM creation. Refactored package structures for better modularity and maintainability.
Copy link
Collaborator Author

@in27sung in27sung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

재확인

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug02
1 participant