Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 643 Bytes

TODO.md

File metadata and controls

10 lines (9 loc) · 643 Bytes

TODO

  • Replace user.team by user.teams in GET /users (Need API change)
  • Remove duplication between src/teams/TeamForm.tsx and src/teams/CreateTeamForm.tsx (factorize TeamSchema for example)
  • Use ui/form everywhere and remove ref in form (see src/topics/TopicForm.tsx with a better implementation)
  • improve src/users/UserPage.tsx in tablet view
  • useFormik in src/remotecis/RemoteciForm.tsx
  • 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