美文网首页
需求文档框架

需求文档框架

作者: 简直不能取名称 | 来源:发表于2018-05-06 22:59 被阅读0次

(内容来源于University of Alberta在Coursera上面的网课视频内容)

需求文档类型

Business Requirements and business rules

Business Requirements (Why the product isneeded?) must provide tangible and quantifiable value. Business requirementsare used by your client when creating business strategies and plans.

More specifically, Business rules,outlining some of the product restrictions, are such as:

[if !supportLists]l  [endif]Budget

[if !supportLists]l  [endif]Policies

[if !supportLists]n  [endif]A privacy Policy, where the business requires data be storedsecurely and not shared with non-essential personnel.

[if !supportLists]l  [endif]Regulations

[if !supportLists]n  [endif]A government regulation such as a requirement to maintain user data,and any information regarding its manipulation for a specific period of timeaccording to local or international laws.

[if !supportLists]l  [endif]A Brand Uniformity Requirement where the products to be developedmust be visually consistent with other products owned by the client.

User requirement

User requirements outline exactly what

tasks the users can do with the product. 主要对象:Endusers. These requirements define what the product should do for the user. Corefunctionality of the product.

Tools: Use case Diagram, User Story(As a____, I want _____ so that______).

Functional Requirement

Scope: for development team.

Functional requirement: behavior theproduct should do or support. They can be described as input and output, a descriptionof the behavior itself.

Tools: Information flow diagrams(gives youa graphical way of displaying the data flow and dependencies of all the systemcomponents)

Non-functional Requirements

Non-functional requirements serve as adescription of “how well” a product must perform, being complimentary offunctional requirements. Also called quality requirements. Encryption

Error-prevention, ease of use, learnabilityare non-functional requirements, aka usability requirement. Space, power, time,resources are efficiency-focused n-f requirement.

Performance requirements, such as a systemneeding to maintain a certain response time, or handling a certain number ofresponses in a certain number of time.

Types of non-functional requirements:accuracy, dependability, security, usability. Efficiency, performance,maintainability.

External Interface Requirement.

External interfaces simply outline wherethe product is situated, where the product sits logically among other entitiesoutside of the product. The interfaces also describe the way in which theseconnections are made. Through media, protocols, formats, and levels of acompatibility. Simply put, this just means that an external interface shows howthe product itself relates to something else in the system. Shown in Data flowdiagram.

Physical Setting requirement

Na

Development constraint requirements

Development constraints outline theimplementation technology, conventions, documentation, and the process whichyour team will use. They could also address things like, which devices orplatforms the development team will support, or how much memory, bandwidth, orprocessing power they’re limited to using. It’s usually best to specify thislater in the specification phase so that the product does not become limited invision by available technology.

Controlling Scope

product vision

Vision:” the long-term strategic concept ofthe ultimate purpose and form of a new system.”-Karl Wiegers Basically, productvision is what outlines the products value to the client and its place amongcompetitor in the market. Think of product vision as the guiding principle forthe product. No matter what changes whith the product, the product designshould still support its vision.

Vision: encompasses what the product willeventually do to satisfy a user’s need.

Scope: encompasses what can be realisticallyachieved within the current project.

scope

“The scope draws the boundary between what’sin and what’s out for the project”-Karl Wiegers

Defend Scope Creep.

[if !supportLists]l  [endif]Manage Expectations. One way to do this is toidentify the capabilities, which a user might expect from your product, butthat you will not include in the current project.

[if !supportLists]l  [endif]Make the expectations clear.

[if !supportLists]l  [endif]Draw the scope(product boundaries) with your client.

[if !supportLists]l  [endif]Setting priorities. Ensure that the client prioritizes the requirements.

[if !supportLists]l  [endif]“is this in scope”

[if !supportLists]l  [endif]Making estimates and evaluating the impact of proposed changes. Evaluatethe implication of each change. How will it affect your personnel resources? Funding,product quality, schedule, likelihood of success.

Requirements and design

Requirements->what is the product?Design->how is the product developed?

As you develop requirements, keep thesequestions in mind.

[if !supportLists]l  [endif]Is the solution just a possible option?

[if !supportLists]l  [endif]Is the solution the only one possible?

[if !supportLists]l  [endif]Is the solution addressing the wrong problem?

[if !supportLists]l  [endif]Is the solution just to attract developer interest?

[if !supportLists]l  [endif]Is the client more solution focused?

相关文章

  • 需求文档框架

    (内容来源于University of Alberta在Coursera上面的网课视频内容) 需求文档类型 Bus...

  • 商业需求文档(BRD)框架

    商业需求文档 Business Requirements Document (一般是高级产品经理需要做,一般PPT...

  • react之手动实现ssr跟next的区别

    react ssr框架next.js具体文档:next文档; 自己手动结合react+node实现一个ssr需求:...

  • 「产品分析文档」撰写框架总结

    产品需求文档的书写该如何下手? 这里给出一个撰写产品需求文档的框架脑图,比较基础,仅供入门参考,具体内容还需...

  • 需求文档

    商业需求文档BRD、市场需求文档MRD、产品需求文档PRD、技术需求文档(需求规格说明书)。 商业需求文档BRD。...

  • 需求文档

    齐鲁软件大赛 队伍信息 队名:山东大学ing21:10组成员:翁清涛,曲岩松,郭卓强,冯嘉伟, 刘鹏昊 项目背景 ...

  • 需求文档

    加入我们 1注册 认证 2我详细信息,等级,感兴趣产品,圈子对接,我的账户 3产品展示,口令发红包, 4活动召集

  • 需求文档

    需求分析文档一般放,软件背景,面向对象,数据概述,功能性需求,非功能需求。获取需求,分析需求,编写需求文档,评审需...

  • 需求文档

    1、系统概述 2、系统架构 3、功能列表(前端、后台)、功能图 4、接口(包括硬件接口) 5、网络(局域网、公网)...

  • 需求文档

    需求调研 一、参考网站 活动行地址:https://www.huodongxing.com/[https://ww...

网友评论

      本文标题:需求文档框架

      本文链接:https://www.haomeiwen.com/subject/eoyprftx.html