githubcrce / githubcrce/PasswordGenerator
Handle Generate Password in App.js
未关闭
hacktoberfest
- 主要语言
- JavaScript
- 星标
- 0
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
This issue should be resolved by creating handleGeneratePassword that:
if
not includeUpperCase and not includeLowerCase and not includeNumbers and not includeSymbols
then notify error
else
let characterList = ""
if includeNumbers is true
characterList = characterList + numbers
if includeUpperCase is true
characterList = characterList + upperCaseLetters
.
.
.
Set Password createPassword pass characterList
notify
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 App.js 开始,找到密码生成控件、createPassword 调用以及现有的通知行为。实现 issue 中描述的 handleGeneratePassword 流程,包括未选择任何字符时的错误处理和已选择的字符组,然后验证在每种选择情况下生成和通知都能正常工作。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100