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

refactor: editor data schema #70

Merged
merged 4 commits into from
Aug 19, 2024
Merged

refactor: editor data schema #70

merged 4 commits into from
Aug 19, 2024

Conversation

bepyan
Copy link
Collaborator

@bepyan bepyan commented Aug 19, 2024

에디터 구조 더 확장 가능하도록 리팩토링했습니다.
db 데이터도 같이 수정했어요.

as-is

{
  //...
  editorData: EditorElement[]
}

to-be

{
  //...
  editorData: {
    elements: EditorElement[],
    //... 추가 데이터
  }
}

추가로 sidebar 디랙토리를 통합했습니다.

@bepyan bepyan self-assigned this Aug 19, 2024
Copy link

The latest updates on your projects.

Name Status Preview Updated (UTC)
invi ✅ Ready (Inspect) Visit Preview 2024-08-19 18:56:52

@bepyan bepyan merged commit 81a8ab8 into main Aug 19, 2024
3 checks passed
@bepyan bepyan deleted the refactor/editor-data branch August 19, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant