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

[FEATURE] 테이블 CRUD 기능 #16

Open
2 of 3 tasks
kingyong9169 opened this issue Dec 2, 2021 · 0 comments
Open
2 of 3 tasks

[FEATURE] 테이블 CRUD 기능 #16

kingyong9169 opened this issue Dec 2, 2021 · 0 comments
Assignees
Labels
feature 새로운 기능 추가

Comments

@kingyong9169
Copy link
Contributor

kingyong9169 commented Dec 2, 2021

어떤 기능을 추가하시나요?
UI의 사이드바에 표시될 Table의 CRUD 기능입니다.

어떤 세부 features가 있나요?

  • 테이블 만들 때 컬럼(attributes), 제약사항(constraint), 데이터 타입(int, varchar 등) 추가할 것
    -> 사이드바에서 테이블 추가하기 버튼을 통해 테이블 추가 컴포넌트가 나타남
  • 테이블 수정하기
    -> 사이드바에서 테이블 이름을 클릭하면 제일 먼저 스키마가 나오고 옆에 수정하기 버튼을 통해 구현
  • 테이블 삭제하기 DROP TABLE if exists tableName;

추가 이슈 사항이 있나요?
InsideDataBase index에서 데이터 불러오고 리덕스에 저장

기타
X

@kingyong9169 kingyong9169 added the feature 새로운 기능 추가 label Dec 2, 2021
@kingyong9169 kingyong9169 self-assigned this Dec 2, 2021
kingyong9169 added a commit that referenced this issue Dec 3, 2021
kingyong9169 added a commit that referenced this issue Dec 4, 2021
kingyong9169 added a commit that referenced this issue Dec 4, 2021
kingyong9169 added a commit that referenced this issue Dec 5, 2021
kingyong9169 added a commit that referenced this issue Dec 5, 2021
kingyong9169 added a commit that referenced this issue Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가
Projects
None yet
Development

No branches or pull requests

1 participant