Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 716 Bytes

TODO.md

File metadata and controls

12 lines (11 loc) · 716 Bytes

TODO

  • Replace user.team by user.teams in GET /users (Need API change)
  • improve src/users/UserPage.tsx in tablet view
  • update src/remotecis/CreateRemoteciModal.tsx
  • show error message globally https://redux-toolkit.js.org/rtk-query/usage/error-handling#handling-errors-at-a-macro-level
  • ITest and IResult seems similar, investigate to see if we can use only one
  • logging page in dark mode
  • /files/:id/junit backend should return name of the file (update src/jobs/job/tests/test/JobTestPage.tsx) > Test suites for {file_id}
  • login error on the basic login page is not working
  • if refresh token with sso doesn't work, redirect to login page
  • remove import { sortBy } from "lodash"; in src/services/sort.ts