issues Search Results · language:Dune language:JavaScript language:Java language:Java language:JavaScript language:Ruby
Filter by
36.3M results
Description: When switching the language to Arabic in the Enatega Multivendor Restaurant App, there is an issue with the
translation of the Set Time tag in the Order Details section.
Steps to Reproduce: ...
작업 범위
- RoutineSubscription 엔티티, 레포지토리
- RoutineSubscriptionService, RoutineSubscriptionController, DTO
API
| 메서드 | 경로 | 설명 | 인증 |
| --- | --- | --- | --- |
| POST | /api/v1/routines/{id}/subscribe ...
작업 범위
- RoutineTag 엔티티, 레포지토리
- RoutineTagService, RoutineTagController, DTO
API
| 메서드 | 경로 | 설명 | 인증 |
| --- | --- | --- | --- |
| POST | /api/v1/routines/{id}/tags | 태그 추가 | 필요 (작성자) |
| DELETE ...
작업 범위
- RoutineItemService, RoutineItemController, DTO
API
| 메서드 | 경로 | 설명 | 인증 |
| --- | --- | --- | --- |
| POST | /api/v1/routines/{id}/items | 아이템 추가 | 필요 (작성자) |
| PUT | /api/v1/routines/{id}/items/{itemId} ...
작업 범위
- RoutineService, RoutineController, DTO
- slug 자동생성 (title 기반 + 중복 시 suffix)
- 게임명 자동완성 API
API
| 메서드 | 경로 | 설명 | 인증 |
| --- | --- | --- | --- |
| POST | /api/v1/routines | 루틴 생성 | 필요 | ...
Description: When a user attempts to sign in with a Google account for the first time on the Enatega Multivendor
Customer App, the application crashes unexpectedly.
Steps to Reproduce: Open the Enatega ...
📝 무엇을 하나요?
- 공지 댓글 등록/조회/수정/삭제 API를 구현합니다.
📌 To do
- [ ] GET /notices/{noticeId}/comments
- [ ] POST /notices/{noticeId}/comments
- [ ] PATCH /notices/{noticeId}/comments/{commentId}
- [ ] ...
enhancement
작업 범위
- Spring Security 설정
- JWT 발급 / 검증 유틸
- SecurityFilterChain 구성
- 인증 필요 / 불필요 경로 분리
인증 흐름
1. POST /api/v1/auth/login → JWT 발급
2. 이후 요청은 Authorization: Bearer token 헤더로 전달
3. JwtAuthenticationFilter에서 ...

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.