issues Search Results · language:Dune language:TypeScript language:HTML language:JavaScript language:JavaScript
Filter by
41.5M results
File: base.html (all JavaScript is inline, ~200+ lines)
Description
All JavaScript code is written inline within base.html — there are no external JS files anywhere in the project:
- ~200+ lines of ...
frontend
medium
refactor
Severity: HIGH
Description
The Group model has a settings.onlyAdminsCanMessage field (backend/src/models/group.model.ts:54), and the frontend
checks it before rendering the message input (frontend/src/components/chat/ChatWindow.tsx:321). ...
bug
security
어떤 기능인가요?
로비 생성/대기실 설정 화면의 라운드 수 입력 정책을 서버의 mapNumOfSong 기준과 일치시키고, 슬라이더 외에 직접 숫자로 라운드 수를 입력할 수 있는 UI를 추가한다. 현재 FE는 맵 곡 수가 50개를
초과하더라도 라운드 수 최대값을 50으로 제한하고 있다.
하지만 BE는 선택된 맵이 있을 때 questionCount = selectedMap.numOfSong ...
✨ feature
Severity: HIGH
Description
In backend/src/controllers/channel.controller.ts:178-180, every call to GET /api/channels/:channelId/posts increments
the viewCount field for ALL returned posts by 1, with ...
bug
data-integrity
Severity: HIGH
Description
In backend/src/controllers/channel.controller.ts:110-111, the unsubscribe endpoint decrements subscriberCount using
$inc: { subscriberCount: -1 } without checking if the count ...
bug
data-integrity
📝 무엇을 하나요?
채팅 화면에서 메시지에 연결된 첨부파일을 개별 삭제할 수 있도록 FE 기능을 구현합니다.
BE에는 메시지 첨부파일 단건 삭제 API가 구현되어 있으므로, FE에서는 첨부파일 렌더링 영역에 삭제 동작을 연결하고 삭제 성공 후 화면 상태를 갱신합니다.
📌 To do
- [ ] 메시지 첨부파일 삭제 API 함수 추가
- [ ] 첨부파일 ...
enhancement
Severity: CRITICAL
Description
The Socket.io authentication in backend/src/socket/index.ts:38-56 uses the same long-lived JWT access token (15 min
default) that authenticates REST API requests. This ...
bug
security
Severity: HIGH
Description
In backend/src/socket/index.ts:165-172, notifications via Notification.create() are only created when the recipient is
online (inside the if (isOnline) block at line 158). ...
backend
bug
Description: When switching the language to Arabic in the Enatega Multivendor Rider App, there is an issue with the
translation of the In Progress tag in the My Orders section.
Steps to Reproduce: Open ...
Rencana: Unit tests untuk API
Tujuan singkat:
- Target implementor: junior programmer atau model otomatis (lebih murah).
- Hasil akhir: folder tests/ berisi file skenario test yang dapat dijalankan ...

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.