Adding account, feasability check
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.3k
- Forks
- 171
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 10
Description
As in this the user entered probably the email address instead of the username and therefore the authentication wont work.
Add a check if the user entered an email address or a username and show a message box with an error.
Check all accounts if the email or the username must be used and handle it.
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
No file or test is named; start by locating the account-add and authentication flows in the Gittyup desktop application. Review each supported account type to determine whether it expects an email address or username, then verify that invalid identifier input produces an error message before authentication.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, git
- Domain
- authentication, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100