mingle
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # 6주차 스프린트 계획 회의 ## 해야할 일 * 버그 수정에 집중하기 * `UseCase` 잘게 나누기 -> 테스트만들기 * `Coordinator` 소유관계 끊기 (Combine, Signal이용 부런클 참조) * `Combine`사용한 부분들 전체적으로 좀 깔끔하게? 스트림관리를 좀 잘 해야될 것 같다.-> 수,목 (낮은 우선순위) * `View` 폰트크기 마진(?) <- 정한다음 고치면됨 (폰트 크기가 너무 작거나 큰 경우는 어떻게할지) * 포토프레임 종류, 스티커 종류 늘리기 * README, 발표자료, 영상에 관하여 고민해보기 * 발표 주제: 어떤 기술을 주로 이야기 할지 생각해보기 (노션에 홍보) ### (굳이)순위(를 매기자면...) 0. 프레임종류/스티커종류 (대충 급한건 아니지만 하긴 해야하는 것), 폰트나 마진(아마도 16) 확실히 정하고 보이는대로 알아서 수정하기 (알잘딱) 1. 버그잡기 (현존하는 버그) 2. `UseCase` 잘게나누기 -> 테스트만들기, `Coordinator` 개선 (하고 발생하는 버그 또 잡기), 의존성 개선(Service들은 가능하면 싱글턴으로, VM에서 Coordinator 참조 x) 3. 발표주제, README, 영상 (무조건해야함 안중요하다는거 x) 4. `Combine` 정리하기 (가능하면 했으면 좋겠음 પ નુલુંગ લસશ) ## 버그왕 둘다의 버그리스트 [두 눈으로 확인](https://docs.google.com/spreadsheets/d/14ETWTOQMzaR63aBryVMFjZjydoQwMfchscMhEh2u-3E/edit#gid=1854148528) ## UseCase 나누기 * final class 처리하기 * 전반적인 함수/변수 네이밍 통일하기? <- 리뷰할 때 집중적으로보기 * `GlobalFontUseCase` : `setGlobalFont`를 private으로해서 내부적으로만 호출해보기 * `PairUserUseCase` 역할 분리시키기 * `PairUserUseCase` : `pair(user:, friendId)`, `pair(user:)` (`isPossibleToPair`, `setUserPairId`) * `UnpairUserUseCase` : (대충 비슷한 네이밍) * `TextUseCase`와 `StickerUseCase` 둘다 component를 얻는 메서드에선 get으로? 통일? * `UseCase` 프로토콜들을 별도 파일로 분리 (Domain/Interfaces/UseCases & Repositories) ## UseCase 테스트하기 다 할려고 만든거 아닐까요? 하하 아..찔.. test/dummy 를 테스트타겟에 포함? ![](https://i.imgur.com/fDLlLnv.jpg) 오늘도 이겨버렸다.;; :/ 도폴레옹 ;;; :) 찡폴레옹 :) :) 발표주제를 확실히 정하자? (20분) 기술적으로 어디까지 고민해봣나? 발표 주제 : 🔥불타는 다이어리 앱 개발기 ## * 써드파티 프레임워크 왜 썼니? < 이건 질문이 들어오면 말하는게 좋겠다 (스냅킷, 킹피셔) * 스냅킷 : 모두가 이미 써봄, 스토리보드를 사용하면서 오는 괴리를 줄일 수 있음, 문법이 간결함 * 킹피셔 : 이미지 캐싱에 집중할 시간, 다른부분은 캐싱 해봄. 못해서 안한거 아님 아무튼 아님 (캐싱 설정 해줘야함...) * 고생한 거 (고민한 거) * 백로그 갈아엎기 (디테일 잡기) * Figma에 계획새운 것 (UI랑 아키텍쳐) * Protocol 안정하고 개발시작했다 피 본 스토리 * Affine Matrix 적용하기 (3D 보여주기) * Coordinator * UIControl + UIGestureRecognizer => combine (개좋음 약팔기 가능) * class + combine (그냥 개 삽질.. 해결책이 옹졸해서 좀 애매함) * assign(to: on:), assign(to:)로 삽질하기 (the game of death) * Diary Page Caching * FCM (= 푸시알림 구현) (훈승님의 눈물이 담긴) * 스티커팩 애니메이션 * UIControl (약간 애매) * 글로벌 Font () * 데모? 어떻게보여줄지? (담당자: 수석 디자이너 김주민) - 템플릿 찾기 - 리뷰 총 발표 시간 20분(발표 10분, Q&A 10분)

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully