issues Search Results · language:Edge language:TypeScript language:PHP language:JavaScript language:JavaScript language:CSS
Filter by
42M results
Task: #58
Create app/api/user/me/update/route.js that verifies the JWT, parses the update body, calls userService.updateUser, and
returns the updated user profile.
feature
Task: #58
Create app/api/user/me/route.js that verifies the JWT cookie via jwtService.verifyToken, then calls
userService.getUserById with the decoded user ID and returns the profile.
feature
In our code we have the following:
flare.addContextGroup( user , {
id: userId,
});
In our Flare logs before we updated to version 2 we could see this extra context. Our Flare logs since the update are ...
Summary
In a dogfooding experiment, an agent constrained to symantic-only could not orient itself to a feature it had no file
path for. It tried find symbol ExactName (exact-match, missed the broader ...
scope: dx
severity: med
type: docs
Issue: Missing Location Update Notifications in My Addresses Section in Enatega Multivendor Customer App Description: In
the Enatega Multivendor Customer App, there is an issue where location update notifications ...
Task: #57
Create app/api/user/logout/route.js that calls tokenService.clearTokenCookie and returns a 200 response confirming the
user has been logged out.
feature
Looking at the image, here s what I can read — it s a sprint planning/estimation update with 4 Jira tickets. Let me help
you think through the best format.
For a senior manager audience, I d recommend ...
Task: #57
Create app/api/user/login/route.js that calls userService.loginUser, signs a JWT via jwtService.signToken, and sets the
token as an httpOnly cookie via tokenService.setTokenCookie.
feature
Task: #57
Create app/api/user/register/route.js exporting a POST handler that parses the request body, calls
userService.registerUser, and returns a 201 JSON response with the new user.
feature
💡 기능 설명
- 메인 페이지 좌측 카드 영역에 위치할 달력(Calendar) 컴포넌트를 UI 구현합니다.
📄 상세 내용
- styled-components를 활용하여 기획 시안의 요일 헤더 및 날짜 그리드 레이아웃을 설계합니다.
- src/components/Calendar.tsx 파일을 생성하여 독립적인 컴포넌트로 구현합니다.
- 추후 ...
✨ 기능 추가

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.