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

[Feat]: implement state management related to ERD data #19

Open
22 tasks done
cjeongmin opened this issue Sep 16, 2024 · 0 comments · May be fixed by #23
Open
22 tasks done

[Feat]: implement state management related to ERD data #19

cjeongmin opened this issue Sep 16, 2024 · 0 comments · May be fixed by #23
Assignees
Labels
Feature 새로운 기능 추가

Comments

@cjeongmin
Copy link
Member

cjeongmin commented Sep 16, 2024

Overview

  • ERD 데이터를 다루는 상태 관리 로직을 구현합니다.
  • UI에서 해당 데이터를 다루기 위한 액션을 제공합니다.

Tasks

  • State
    • Project
    • ERD
  • Action
    • Project
      • 프로젝트 설정
      • 프로젝트 수정
    • ERD
      • 테이블 추가
      • 테이블 삭제
      • 테이블 수정
      • 컬럼 추가
      • 컬럼 삭제
      • 컬럼 수정
      • 관계 추가
        • Cardinality
        • Optional / Mandatory
      • 관계 수정
        • Cardinality
        • Optional / Mandatory
      • 관계 삭제
  • 테스트
@cjeongmin cjeongmin added the Feature 새로운 기능 추가 label Sep 16, 2024
@cjeongmin cjeongmin self-assigned this Sep 16, 2024
@cjeongmin cjeongmin linked a pull request Oct 4, 2024 that will close this issue
@cjeongmin cjeongmin linked a pull request Oct 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 새로운 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant