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

휴지통 화면, 보드 복구 API, 루트노드 일치화 #284

Merged
merged 19 commits into from
Dec 12, 2023

Conversation

jaehan4707
Copy link
Member

관련 이슈

작업한 내용

  • 휴지통 화면
  • 보드 복구
default.webm
  • 루트노드 보드이름과 일치화
default.webm
  • 보드 새로고침 아이콘 변경

@jaehan4707 jaehan4707 added this to the 스페이스 milestone Dec 12, 2023
@jaehan4707 jaehan4707 self-assigned this Dec 12, 2023
@github-actions github-actions bot added 📱AOS 안드로이드 작업 🎨UI UI 작업 labels Dec 12, 2023
@jaehan4707 jaehan4707 added 💡Feature 기능 개발 💪Refactor 코드 리팩토링 labels Dec 12, 2023
@@ -36,7 +36,7 @@ class MindMapViewModel
private val mindMapRepository: MindMapRepository,
) : ViewModel() {
private var boardId: String = ""
val crdtTree = CrdtTree(IdGenerator.makeRandomNodeId())
val crdtTree = CrdtTree(id = IdGenerator.makeRandomNodeId(), tree = Tree())
Copy link
Collaborator

Choose a reason for hiding this comment

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

빼먹은 부분 수정해주셔서 감사합니다..ㅠㅠ
선배로 여길게요

Copy link
Member

@hegleB hegleB left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 ~

@hegleB hegleB merged commit 5a79335 into AOS-develop Dec 12, 2023
4 checks passed
@yang1318 yang1318 deleted the AOS-feature/board-recyclebin branch December 14, 2023 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📱AOS 안드로이드 작업 💡Feature 기능 개발 💪Refactor 코드 리팩토링 🎨UI UI 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants