Problem Statement

You are tasked with developing a task manager. The task manager will allow people to add a new task, modify or delete an existing task.

Each task must have a title, a due date and a description.

The user interface should be simple, and the app should be easy to operate.

The task manager should be available to three platforms including Windows App Store 8.1, Windows Phone App 8.1 and WPF.

Revision History

Date

Issue

Description

Author

19/May/2015

1.0

Solve the version of WPF

Li Xuntao

24/May/2015

V1.0

Solve the version of the other two

Li Xuntao

Table of Contents

1.     Introduction

2.     Definitions

2.1   Task

2.2   Title

2.3   Due Date

2.4   Description

2.5   Is Done

2.6   Task List

Course Registration System Glossary

1.            Introduction

This document is used to deal with math problrm

2.            Definitions

The glossary contains the working definitions for the key concepts in the calculator.

2.1          Task

A thing needed to be done in some day.

2.2          Title

The key word of a task.

2.3          Due Date

The date when the task should be done before.

2.4          Description

The details of a task.

2.5          Is Done

The state that shows whether the task is finished.

2.6          Task List

 

Table of Contents

1.      Objectives

2.      Scope

3.      References

4.      Functionality

5.      Usability

6.      Reliability

7.      Performance

8.      Supportability

9.      Security

10. Design Constraints

calculator Supplementary Specification

1.            Objectives

The purpose of this document is to define requirements of calculator.  This Supplementary Specification lists the requirements that are not readily captured in the use cases of the use-case model. The Supplementary Specifications and the use-case model together capture a complete set of requirements on the system.

2.            Scope

3.            References

None.

4.            Functionality

-        We developed a simple calculator. In this calculator, I achieve a lot of functions. For example, we can choose the operator from the operator box "+、-、*、/".

5.            Usability

The  user-interface shall be Windows 8.1 or Windows Phone 8.1 compliant.

6.            Reliability

Saved tasks should be available every time the user opens the app.

7.            Performance

  1. The app can be used at any time the user wants.
  2. the operation of it is very simple that you can use it conveniently.

8.            Supportability

None.

9.            Security

None

10.         Design Constraints

The app shall provide a Windows-based desktop interface, a Windows-based phone interface, and a WPF interface.

1.2          Flow of Events

1.2.1       Basic Flow

This use case starts when the user click the ADD button in the “add a task” page.

  1. The system checks to see if the due date is a future date. If it is, then the task will be successfully added to the task list. If not, the system will notify the user, and  the task with invalid due date won’t be added to the task list.

1.2.2       Alternative Flows

1.3          Special Requirements

None.

1.4          Pre-Conditions

None.

1.5          Post-Conditions

If the task is added successfully, it will return to the main page with an updated task list. If not, it will stay in the current page.

1.6          Extension Points

None.

C# final project的更多相关文章

  1. 192-0070 Final project proposal

    Final project proposal192-00701 – Summary of your project.It is based on an existing game which is c ...

  2. Finish final project

    一.项目地址:https://github.com/Joyce45/final-project 二.团队成员陈述: 于浩: 张雨: 遇到的问题:1.通过relativepanel解决了刚开始设计上使用 ...

  3. The Simplified Project Management Process

    One of the challenges of explaining project management to people who are unfamiliar with the approac ...

  4. Project Management Process

    Project Management ProcessDescription .............................................................. ...

  5. Web Project配置Hirbernate

    1:首先找到hibernate-release-4.1.9.Final.zip\hibernate-release-4.1.9.Final\lib\required ,把required里的所有jar ...

  6. 如何在美国公司写project plan 邮件--以hadoop安装和Mahout数据分析为例子

    Hi, XXX (boss name) Project Title:  Hadoop installation and Data analysis based on Mahout Deliverabl ...

  7. AKA “Project” Milestone

    Homework 6 (60 points)Due Thursday, April 25th at 11:59pm (via blackboard) AKA “Project” Milestone # ...

  8. Software Project Management 2017 Homework 1

    Recently, I have a project, I use Unity3D to finish a visualization work, which is the final project ...

  9. Hibernatel框架基础使用

    Hibernatel框架基础使用 1.简介 1.1.Hibernate框架由来 Struts:基于MVC模式的应用层框架技术 Hibernate:基于持久层的框架(数据访问层使用)! Spring:创 ...

随机推荐

  1. git 实用操作

    查看某文件的某些行的变化历史: $ git log --pretty=short -u -L 2003,2005:Executor.cpp http://stackoverflow.com/quest ...

  2. [译]2016年深度学习的主要进展(译自:The Major Advancements in Deep Learning in 2016)

    译自:The Major Advancements in Deep Learning in 2016 建议阅读时间:10分钟 https://tryolabs.com/blog/2016/12/06/ ...

  3. sql server数据库操作

    --插入整行数据 , '1983-08-29', 'A', 'A', 'A') --插入部分列数据 , '1983-08-29') --删除行记录 delete from person where n ...

  4. 用GUI完成了斗地主发牌

    JAVA真的很强大,简单的步骤他自己就可以帮助我们解决了,简单,方便,并且还有着非常大的开发潜力

  5. iOS 10 开发 相机相关的适配

    升级 iOS 10 之后目测坑还是挺多的,记录一下吧,看看到时候会不会成为一个系列. 直入正题吧 今天在写 Swift 3 相关的一个项目小小练下手,发现调用相机,崩了.试试看调用相册,又特么崩了.然 ...

  6. 清空IE缓存

    1.打开IE Internet选项 点击设置 2.打开临时文件 点击 查看文件 将目录下的 文件全部删除  重新打开网站即可 到此IE缓存就被删除.

  7. zTree树的模糊搜索

    工作需要,所以做了一个比较方便的搜索功能:1.功能实现都是基于zTree的API:2.如有更好的建议,欢迎拍我:其中要说明下的是flag 这个字段, 这是我自己定义的扩展字段,代码中涉及到flag 请 ...

  8. Excel2016右键新建工作表,打开时提示“因为文件格式或文件扩展名无效。请确定文件未损坏,并且文件扩展名与文件的格式匹配。”的解决办法

    上午新建excel工作表时,发现新建完之后居然打不开 提示: 尼玛这坑爹的,难道我的Excel坏了?? 排查问题之后发现 只有新建“Microsoft Excel 工作表”时会出现这种问题,新建“Wo ...

  9. iOS 适配https

    1.准备证书 首先找后台要一个证书(SSL证书,一般你跟后台说要弄https,然后让他给你个证书,他就知道了),我们需要的是.cer的证书.但是后台可能给我们的是.crt的证书. 我们需要转换一下: ...

  10. C++使用继承时子对象的内存布局

    C++使用继承时子对象的内存布局 // */ // ]]>   C++使用继承时子对象的内存布局 Table of Contents 1 示例程序 2 对象的内存布局 1 示例程序 class ...