2024-11-25
2024-11-25#
- [[2024-11-24]]
- 2024-11-26
📝 Notes#
📅 2024-11-25 Daily Briefing#
🎵 오늘의 추천곡#
🏃 오늘의 운동#
ZRX와 함께하는 5KM의 런닝. 컨디션이 좋아져서 뛰는 것이 아니라 컨디션을 끌어올리려고 뛰는것이라는 것을 다시 상기했다.
🌞 오늘은...#
- Giftogether 안건이 말 그대로 쏟아져 나온다. 막바지가 되어서야 아직 우리 프로젝트가 많이 부족했다는 것을 서로 인지한 것이지. 그 중에서 내가 맡은 파트와 다같이 생각해 볼 부분에 대해서 정리해두자:
- 내가 맡은 파트
ImageInstanceManager
:defaultImgId
와subId
둘 중 하나만을 사용하여 이미지 인스턴스를 쿼리하는데 매번 이미지를 가져올 때마다 if문을 쓰고 아주 번잡스럽게 작업을 해야한다. 비록ImageService
에서 한 번 추상화를 했지만 그래도 if문을 안 쓸 수는 없으니 추상화 레이어를 하나 더 만들어야 한다. 어제 회의한 결과 덕분에 올려놓았던 PR을 머지하지 않고 이 업무에 더 집중하기로 결정했다./user/:userId/funding
GET 요청에 쿼리 파라메터로fundPubFilter=all
로 주었더니 결과가 0개 반환되는 현상을 발견함. EC2에서 재차 테스트 해보고 버그인지 아닌지 판단, 보고해야한다./funding
PUT 요청에 사용되는PickType
대신PartialType
을 사용하기로 결정함.
- 다 같이 생각해봐야 할 안건
- (JIRA STORY) Admin 기능 식별 및 와이어프레임 작성 https://wishfund.atlassian.net/browse/WISH-358
- 내가 맡은 파트
- PlanA 작업시간은 대충 20:00 ~ 23:00 정도로 생각하면 될 것 같다.
- 오늘 할 일은 PLANA-94 중에서 Memo CRUD 파트를 진행하면 된다.
- 화, 수, 목 불참한다고 전달해야 해.
🌜 어제는...#
아침에 런닝을 하고 남석이형과 건휘를 보고왔다. 이른 저녁을 먹고 빠른 해산을 한 덕분에 Giftogether 회의 준비를 많이 할 수 있었고 할 말도 많았다.
⏰ Daily Routine#
- 도커 교과서 ❌: 11장에서 멈춰있으나.. 오늘 늦잠을 자버린 덕택에 다른 일을 하다보면 못할 것 같다.
🚀 WHY, HOW, WHAT#
오늘 하루의 동기를 다시 생각해보는 시간을 가져봅시다. 오늘의 신념, 목표를 달성하기 위한 방법, 오늘의 성과에 대해서 작성해봅시다.
앤드류 후버만 교수의 좋은 수면습관을 기르는 방법에 대한 조언을 듣고도 새벽 3시에 자고 12시에 깨어났다. 일어나서 태양을 쐬라고! 일출이 베스트이긴 하지만 필터링 없는 날것 그대로의 직사광선을 쐬어야 코르티솔이 분비가 되고 The Primary Time Giver의 효과를 볼 수 있다고!!
🪂 PARA#
[!note] PARA Expert 에 위의 'Daily Briefing'을 복붙하면 자동으로 아래의 PARA 구조로 변환해줍니다
📂 Projects#
🛠️ Giftogether#
- Task: Enhance
ImageInstanceManager
- Refactor logic to abstract handling of
defaultImgId
andsubId
. Add an additional layer to streamlineImageService
. - Prioritize over merging the pending PR as discussed in yesterday’s meeting.
- Task: Investigate
/user/:userId/funding
GET Bug - Test issue with
fundPubFilter=all
on EC2 to confirm if it's a bug. - Document findings and report.
- Task: Modify
/funding
PUT Schema - Replace
PickType
withPartialType
for consistency. - Discussion: Admin Feature Identification
- Collaborate on wireframe creation as part of WISH-358.
- JIRA Link
🛠️ PlanA#
- Focus Time: 20:00–23:00
- Task: Memo CRUD Implementation
- Continue work on PLANA-94.
- Communication: Inform Team
- Notify team of absence on Tuesday, Wednesday, and Thursday.
📂 Areas#
🏃 Health & Fitness#
- Routine: 5KM Running
- Emphasize running as a way to boost condition, not a sign of already being in good condition.
🧠 Personal Development#
- Docker Studies:
- Resume from Chapter 11, but deprioritized for today due to late start.
📂 Resources#
- Notes:
- Cortisol regulation through sunlight: prioritize early morning sun exposure, unfiltered, to optimize circadian rhythm.
- Reference: Andrew Huberman's guidance on sleep and sunlight exposure.
📂 Archive#
- Completed:
- Giftogether meeting preparation and active contribution.
- Social engagements with 남석이형 and 건휘.
🚀 Daily Intentions#
WHY:#
Improve processes in ongoing projects while maintaining personal health.
HOW:#
- Stick to planned focus times and deliver on priority tasks.
- Use evening hours for structured project work.
- Start the day with a run to boost energy.
WHAT:#
By the end of the day:
- Refactor ImageInstanceManager
.
- Test and resolve /user/:userId/funding
issue.
- Make progress on PlanA’s Memo CRUD implementation.
- Maintain physical activity and mental clarity.
읽을것들 (dataview)#
LIST
FROM #scrap
SORT file.mtime desc
Notes modified today (dataview)#
List FROM ""
WHERE striptime(date(file.frontmatter.updated)) = date("2024-11-25")
SORT file.mtime desc