issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:Java
Filter by
3.2M results
Feature Request
Currently the TransferProcessServiceImpl is parsing the transferType in order to validate the TransferRequest. Given
that the format of the TransferType for the DPS is different from the ...
feature_request
triage
这个功能解决什么问题?
WebAPI 当前不支持停止进行中的 SSE 流。WebChatController 没有 stop 端点;复用 POST /api/v1/chat/{conversationId}/stop(SecurityConfig 中
permitAll)也实际不工作,原因有两层:
1. Disposable 没绑定。WebChatController.chatStream 末尾是 ...
Dependencies use broad ^ ranges across many heavy libraries, and several MUI X / lab packages are pinned to alpha/beta
versions (e.g. @mui/x-date-pickers@^6.0.0-beta.5, @mui/lab@^5.0.0-alpha.125). Run ...
dependencies
frontend
security
There is no committed lint/format config beyond CRA s defaults and no CI. Add an ESLint + Prettier setup and a GitHub
Actions workflow that runs npm ci, lint, and tests on every PR so the issues filed ...
enhancement
frontend
testing
store/metricsSlice.js addMetricWage pushes the new value into wages, todayWages, and unshifts into lastestWages
unconditionally. If those lists haven t been fetched yet (or the new value isn t actually ...
bug
frontend
The codebase mixes PascalCase (pages/Dashboard/Dashboard.js, pages/Metrics/Metrics.js) with kebab-case
(sections/dashboard/to-do-card.js, layouts/dashboard/side-nav.js) and camelCase. Pick one convention ...
cleanup
frontend
Auth forms rely on MUI label only, dialogs and icon-buttons across sections/ often lack aria-labels, and charts have no
text alternative. Run an a11y audit (axe) and add accessible names, focus management ...
accessibility
enhancement
frontend
public/ contains both favicon.ico and favicon1.ico (and the same duplication exists in the backend s bundled
client/build). The favicon1.ico appears to be a leftover. Remove unused assets and make sure ...
cleanup
frontend
The app needs configuration (API URL, port) but there is no .env.example. Add one listing all REACT_APP_* variables the
app reads so new contributors can configure it without reading the source.
config
documentation
frontend
README.md is the default CRA template. Replace it with project-specific docs: what the app is, prerequisites,
install/run, required env vars (REACT_APP_API_URL, port), build/deploy steps, and a short architecture ...
documentation
frontend

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.