pullrequests Search Results · language:Dune language:Python language:Python language:JavaScript language:Java language:PHP
Filter by
196M results
Este PR:
- utiliza o novo campo de quantidade disponivel nas etapas, que é subtraido a quantidade de todos os cronogramas
semanais cadastrados pra aquela etapa
AB#149420
관련 이슈
- #16
Summary
카테고리 도메인을 구현하고 회원이 관심 카테고리를 선택할 수 있는 API를 구현했습니다. 카테고리 유효성 검증은 단일 쿼리로 최적화하였으며, 중복 카테고리 ID 처리도 추가했습니다.
Tasks
- Category 엔티티 및 Repository 구현
- MemberCategory 엔티티 및 Repository ...
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
@
Summary
Removes the standalone Doctor screen and surfaces its drift check inline, then upgrades the Global Claude Settings file
viewer with a real diff.
1. Doctor → inline drift markers
- Deletes ...
Este PR:
- cria novo campo de quantidade disponivel que representa a subtracao das quantidades de todos os cronogramas semanais
cadastrados praquela etapa
AB#149420
제목
[Refactor/web-37-2] 수정 응답 포맷 수정 및 dto 응답/요청 분리
개요
해당 브랜치 관련 수정사항을 반영했습니다.
주요 변경 사항
- 수정 응답 포맷 생략 된 건 수정 : ApiResponse로 통일 되지 않았던 부분을 수정했습니다.
- member dto 경로의 dto들이 응답/요청이 분리되지 않았던 건에 대해서 수정했습니다. ...
These code changes were made based on tests that I ve made with the Meteo France global cache MQTT broker
(globalbroker.meteo.fr).
What s changed
- version is the old field that was used to determine ...
設計説明(どこを SoT にしたか)
Editor.tsx の selectedVideoClip state を単一の source of truth (SoT) に統合しました。
変更概要
| 変更前 | 変更後 |
| --- | --- |
| Timeline に独立した useState {layerId,clipId}\|null を保持 | const selectedVideoClip ...