-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Update] Weekly9 과제 제출 #100
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*NotetakingViewModel에 documnetId, FileName, FileUri 관리 *메서드 분리
*NotetakingActivity의 툴바에서 녹음 버튼 클릭 -> 녹음 상태 활성화 -> SidebarFragment 로 녹음 시작 이벤트 전달 -> SidebarFragment 에서 하위 탭인 RecordFragment 로 녹음 시작 이벤트 전달 -> RecordViewModel 의 startRecording() 호출 -> RecordingService 에서 MediaRecorder 사용해서 앱 내부 저장소에 녹음 파일 저장 *실제로 녹음을 앱 내에서 재생을 할 지 서버에 전송만 하고 녹음 파일을 삭제할 지는 해봐야 알 것 같습니다.
*녹음 버튼 클릭 시 UI표시 -> 권한 확인 -> 녹음 시작 *RecordingService 를 통해 녹음 관리 *녹음 도중에 페이지 이동 이벤트 발생시 로컬에 파일로 기록 (이전페이지, 현재페이지, 현재시간-시작시간) *녹음 버튼 다시 클릭 시 녹음 종료 UI 표시 -> 녹음 로컬에 저장 -> 서버에 녹음 업로드 -> 로컬에 있는 페이지 이동 이벤트 파일 삭제 -> 로컬에 있는 녹음 파일 삭제
[Feat] 녹음 기능 구현
[Design] 즐겨찾기 화면 제작
[Refactor] Weekly8 피드백 반영
*중간에 버그를 잡는 과정에서 코드가 많이 수정된 것 같습니다. *기능 구현이 완료되진 않았지만 리뷰를 위해 PR 보내겠습니다 *현재 텍스트 버튼 누르면 -> 텍스트 편집바가 토글되며 -> 텍스트 편집바가 새로 생기는 경우에는 '주석' 이 추가가 되며 local DB 에 저장하는 부분까지 구현되었습니다 *테스트 정도의 수준으로 DB 저장 시 위치, width, height 는 아직 저장이 안되며, 제출물 제출 후 주말에 작업 예정입니다. *드래그 시 화면 페이지 이동이 같이 되는 버그는 해결했습니다
[Feat] 주석 기능(화면에 띄우는 정도로만) 구현
[Update] Weekly9 -> Develop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔎 작업 내용
Weekly8 코드 리뷰에 대한 피드백 반영
&즐겨찾기 화면 제작
&주석 기능(미완성)
을 작업하였습니다.💬 리뷰 요구사항 (선택)
📸 이미지 첨부 (선택)
UI.mp4
default.mp4
➕ 이슈 링크