2011-nov02-net / 2011-nov02-net/matthewg-project0
Location creation does not receive all properties of a location
未关闭
适合新手
- 主要语言
- C#
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
Project0.ConsoleApp.ConsolePrompts.NewStoreLocation() only asks for a name to be provided for a new location, the other properties are not fulfilled.
Project0.ConsoleApp.ConsoleInputInterpreter.GenerateLocation() fills the rest of the location's properties with empty strings. It needs to receive the values for these properties.
贡献指南
这个仓库没有索引到贡献指南
调研方向
该 issue 位于 Project0.ConsoleApp 中。查看 ConsolePrompts.NewStoreLocation() 方法,了解它当前会提示输入哪些内容。然后检查 ConsoleInputInterpreter.GenerateLocation(),了解它如何使用空字符串创建 location 对象。更新这两个方法,使其提示输入并接收 location 的所有必要属性。运行 console app,测试是否创建了一个所有属性都已填充的新 location。
由索引模型根据 Issue 内容生成。
评估
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 65/100