issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript language:Java
Filter by
3.2M results
문제
PostingResponse.PostingDto에 memberId와 요일별 카운트(mon~sun)만 있어서, 프론트엔드에서 어느 주차 데이터인지 및 멤버 이름을 표시할 수 없음.
현재 상태
// posting/dto/PostingResponse.java
public record PostingDto(
Long memberId,
int ...
enhancement
Context
#13623 AC2 + AC3 (graduated #13621→#13623). The §no_hold_state stance (L3, #13620) + its validator (verified-no-lane
retirement, #13627 / PR #13630) are landing; this places the teeth-test — the ...
ai
architecture
enhancement
model-experience
Endpoint Created: A GET /me route is added to the UserController.
Context Extraction: The endpoint utilizes @AuthenticationPrincipal to extract the secure user context.
Service Delegation: The endpoint ...
AUTH & SEC logic
backend
task
USER logic
DTO Updated: The AuthResponseDTO is modified to include a ResponseUserDTO user field alongside the existing String token
field.
Service Refactored: The AuthService is updated to map the authenticated ...
AUTH & SEC logic
backend
task
작업 개요
예약 조회 API를 구현합니다. 사용자는 본인 예약 목록/상세를 조회하고, 점주는 매장 예약 목록/상세를 조회할 수 있습니다.
브랜치
feature/reservation-read
선행 이슈
- #20 (예약 생성 API)
작업 목록
DTO
- [ ] ReservationResponse — 이미 구현됨 (재사용)
Service ...
♻️ 리팩토링 대상
- worki/dto/QuestionResponse.java (질문 생성/수정/벌크 적재 응답 DTO)
🚨 현재 문제
- authorNickname 필드가 항상 null로 채워져 내려간다 (from()에서 하드코딩 null).
- 과거 users 도메인(이슬이) 통합 후 매핑 을 위한 임시 TODO였으나, user 도메인 ...
refactor
Problem
Bun cross-runtime parity is supposed to be part of the definition of done (webjs runs on Node 24+ AND Bun, #508), but
the guardrail is too weak, so it slips to an afterthought. Concretely, during ...
enhancement
📄 이슈 내용
온주 매수/매도가 유저 예수금 한쪽(차변)만 기록하는 single-entry 상태다. 그 현금이 어디로 갔는지 짝(대변 leg)이 없어 자금 보존(Σ 유저예수금 + 회사현금 = 일정)을 증명할 수 없다.
설계 변경(2026-06-21): B안 채택. 단순히 operating_account.cash_balance += total 한 줄만 더하는 ...
bug
trading
CI is failing on main (head: 66d989f).
Failing checks (1):
- Dependabot — failure (details)
Failure log excerpts (last 50 lines per failing job)
Dependabot
Dependabot Run Dependabot 2026-06-20T14:26:05.5587006Z ...
repobot:main-red
The frontend should cache the latest result of the listTheses API call to improve reload behavior and avoid showing an
incorrect empty state while data is loading.
When the homepage loads, the browser ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.