sillsdev / sillsdev/TheCombine
Rewrite backend controller functions to avoid using catch on the frontend for normal operations
Open
Nobody has claimed this yet.
backend
frontend
maintenance
refactor
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 10
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
Specifically:
-
src/components/ProjectSettings/ProjectUsers/EmailInvite.tsx>onSubmit()
Perhaps also:
-
src/backend/index.ts>resetPasswordRequest(),resetPassword()
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the completed change in src/components/ProjectSettings/ProjectUsers/EmailInvite.tsx at onSubmit() with the remaining candidates in src/backend/index.ts: resetPasswordRequest() and resetPassword(). Determine whether those backend operations can follow the same approach without frontend catch handling for normal operations, and verify both reset paths consistently follow the intended pattern.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100