sillsdev / sillsdev/TheCombine

Rewrite backend controller functions to avoid using catch on the frontend for normal operations

Open
#1,296 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.