issues Search Results · language:Edge language:Python language:JavaScript language:TypeScript language:Python language:Java
Filter by
21.4M results
💡 Issue
- 등록된 설명이 없습니다.
📝 todo
- [ ] 구현 범위 확인
- [ ] 기능 구현
- [ ] 예외 처리
- [ ] 테스트 코드 작성
- [ ] PR 생성
- [ ] 코드 리뷰 반영
Description
The lumina-frontend application has no error handling strategy. In a blockchain dApp handling vesting schedules and
token streaming, unhandled React errors can crash the entire UI, network ...
Summary: The mobile app currently stubs out database initialization in mobile/src/services/database.ts. Offline-first
functionality is incomplete without a proper SQLite schema and storage layer.
Area: ...
enhancement
Summary: The dashboard needs stronger accessibility and localization coverage to ensure production readiness. Existing
component tests are not enough.
Area: Frontend Type: Documentation
What to do:
...
documentation
Finding
These functions/constants exist in BOTH the monolith and the new architecture:
- MONTHS dict — parser.py:30-44 ≈ parsers/base.py:21-35
- _format_date() — parser.py:1488-1504 ≈ parsers/base.py:94-110 ...
enhancement
good first issue
help wanted
python
Summary: WebSocket messages in the frontend are currently handled with broad casts and not fully type-safe. This raises
the risk of runtime errors from malformed payloads.
Area: Frontend Type: Enhancement ...
enhancement
Summary: The anchor table sorting logic can be brittle when values are missing or mixed type. Deterministic tests are
needed to prevent regressions.
Area: Frontend Type: Testing
What to do:
- Add ...
enhancement
问题描述
App.tsx 中以下变量在每次渲染时重新计算,未使用 useMemo:
const hostInfoDialogHost = hostInfoDialogHostId
? hosts.find((host) = host.id === hostInfoDialogHostId) ?? null
: null;
const hostInfoDialogTimeItems = ...
🚀 어떤 기능이 필요한가요?
- Procurement 수신용 이벤트 발행 추가
📌 왜 필요한가요?
-
📝 상세 요구사항
- [ ]
- [ ]
- [ ]
🌐 API 설계 초안 (해당되는 경우)
- API 경로:
- HTTP Method:
- Request Body:
- Response Body:
✅ 완료 기준
...
feature
Summary: Realtime corridor updates are important to app behavior, but there is currently limited test coverage for state
transitions driven by WebSocket messages.
Area: Frontend Type: Testing
What to ...
enhancement

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.