1. Statement

My Note Problem Statement

Version 1.0

 

Revision History

Date

Issue

Description

Author

17/5/2015

1.0

Finish the development on windows phone app store.

Jia Yongheng

20/5/2015

1.0

Finish the development on windows app store.

Jia Yongheng

24/5/2015

1.0

Finish the development on WPF

Jia Yongheng

My Note Problem Statement

Version 1.0

Problem Statement

We always have many thing to do, but sometimes we will forget what we should do, at that time, we will need a notebook. But if we take a notebook with us, it will be very inconvenient. Now every one of us will has a cellphone, it will be very convenient if we can take a note with our cellphone, this app must be concise, this is this application.

The WindowsPhone application:

   1.The main page of the application is the things need to do and each thing listed has two buttons named "编辑" and "删除" to edit or delete the listed thing. And there are many buttons in the bottom to finish different work.    
    Button group:

    1."添加" button to open another page to add  a thing.

    2."清除"button to clear all the things to do and there will show a window to ask whether you are sure to delete the thing.

    3."搜索"button to  to call a textbox to serach all things based on the input keword.

    4."今日"button to see those thing need to do today.

    5."重要"button to see those which are important and is near to the deadline.

      6."背景" button to call a combobox to choose the theme color of the application.

   2.The add page is called by clicking the "添加" button.

    1.There are a textbox named "内容" to write the thing.

    2. "提醒时间" to record the time to do the thing.

    3. "背景" to choose the background of the textbox.

    4.A checkbox "提醒" to decide to remind people or not.

    5.Finally, click the "保存" button to save the thing and return the main page.

   3.The update page is called by the "编辑" button.

    1.The surface is similar to the add page.

    2.Click the "保存" button to save the changes.

   4.The page of "今日事项" is called by the the "今日" button of  main page.

    1.The things need to do today is  listed as in the main page.

    2.The "编辑" and "删除" button is ennable.

    3.Click the "确定" button to return the main page.

   5.The page of "重要事项" is called by the the "重要" button of  main page.

    1.The things which are very important and near the deadline is  listed as in the main page.

    2.The "编辑" and "删除" button is ennable.

    3.Click the "确定" button to return the main page.

C#之规格说明书的更多相关文章

  1. 数据获取以及处理系统 --- 功能规格说明书V2.0

    产品规格说明书: 版本号: V2.0 版本说明: Version 1.0 简单得需求分析以及构思,初稿形成 Version 2.0 细化beta阶段设计,增加典型用户尝尽以及功能罗列 1. 引言 1. ...

  2. MIPI总结和MIPI规格说明书

    1. MIPI 因为是差分信号,所以时钟和数据lane 都是一对一对的,对应的即是: 1land = lane(N) + lane(P). 分享mipi 规格说明书文档如下: http://yun.b ...

  3. WSGI规格说明书

    PEP 333 这应该是WSGI最权威的文档了  http://www.python.org/dev/peps/pep-3333/  值翻译了最重要的前面部分,后面读者可以参考 当然文档有些生硬,欢迎 ...

  4. 基于 Java Web 的毕业设计选题管理平台--选题报告与需求规格说明书

    一.选题报告 目录 团队名称 团队成员 项目名称 项目描述 创新与收益 用户场景分析 真实用户调研 未来市场与竞争 项目导图 比例权重 总结 1.团队名称--指南者团队 2.团队成员 孔潭活:2015 ...

  5. 需求规格说明书(SRS)特点

    需求说明书的7大特征: 完整性 正确性 可行性 必要性 划分优先级 无二义性 可验证性 每条需求规格说明书的4大特点: 完整性 一致性 可修改性 可跟踪性 需求管理就是一种获取.组织并记录系统需求的系 ...

  6. 天转凉了,注意保暖,好吗(需求规格说明书放在github了)

    团队项目——AI五子棋(小程序) 一.团队展示: 队名:未来的将来的明天在那里等你 小组 队员: 龙天尧(队长)(3116005190),林毓植(3116005188),黄晖朝(3116005178) ...

  7. 【软件需求工程与建模 - 小组项目】第6周 - 成果展示3 - 软件设计规格说明书V4.1

    成果展示3 - 软件设计规格说明书V4.1

  8. 【软件需求工程与建模 - 小组项目】第6周 - 成果展示2 - 软件需求规格说明书V4.3

    成果展示2 - 软件需求规格说明书V4.3

  9. 【项目 · Wonderland】需求规格说明书 · 终版

    [项目 · Wonderland]需求规格说明书 · 终版 Part 0 · 简 要 目 录 Part 1 · 流 程 / 分 工 Part 2 · 需 求 规 格 说 明 书 Part 1 · 流 ...

  10. 失物找寻APP软件需求规格说明书——第三次团队作业

    ⭐对于软件需求规格说明书的理解 在没写这份软件需求规格说明书的时候我们组成员都不是很理解它的必要性,当然,写完之后才知道它的作用. 软件需求说明书的存在是为了使用户和软件开发者双方对该软件的初始规定有 ...

随机推荐

  1. LED数码管显示实验

    1.代码: #include <reg52.h>typedef unsigned char  u8;typedef unsigned int   u16;sbit seg_sel = P1 ...

  2. python学习笔记-(十)面向对象基础

    面向对象相关知识简介 类(Class): 用来描述具有相同的属性和方法的对象的集合.它定义了该集合中每个对象所共有的属性和方法.对象是类的实例. 类变量:类变量在整个实例化的对象中是公用的.类变量定义 ...

  3. git的基本操作

    今天给同事培训了一下git的使用流程,简单记录一下 1,基本概念, 远程库和本地库. 2, git clone git://url/*.git clone远程的代码库到本地 3. 创建本地分支 当前是 ...

  4. 按照网上方法js删除指定cookie,却怎么也删除不了,解决如下

    网上方法: 查找原因说是没有指定Path,记得系统里以前也没指定还是可以的,就查了一下现在的系统Path,猜测是系统Path由以前的/改为/E7-Planning 就改了前端删除方法 测试一下OK了, ...

  5. 20145212 《Java程序设计》第3周学习总结

    20145212 <Java程序设计>第3周学习总结 教材学习内容总结 教材第四章知识点总结 面向对象和面向过程: 面向对象是相对面向过程而言的,面向过程强调的是功能行为,面向对象是将过程 ...

  6. delphi---控件使用

    1.TBitBtn控件 属性:Glyph,指定要显示的位图:    Layout ,设置位图在按钮的位置:Kind,要想用自设位图,这个属性要设置bkCustom; 2.TTreeView TTree ...

  7. 在Nginx服务器中设置多个站点

    这里以配置1个站点(1个域名)为例,n 个站点可以相应增加调整, 假设:IP地址: 127.0.0.1域名1 phpmyadmin.zhengwen.cn 放在 /www/phpmyadmin.zhe ...

  8. CentOS_PHP_NGINX_FastCGI

    yum安装nginx,它会默认作为一个服务加到系统中,启动nginx: service nginx start/nginx -s start 他有4个参数(start|stop|restart|rel ...

  9. MagicalRecord简单使用小记

    一般采用pod安装,导入框架 #import <CoreData+MagicalRecord.h> - (BOOL)application:(UIApplication *)applica ...

  10. osharpV3数据库初始化

    var databaseInitializer = new DatabaseInitializer(); databaseInitializer.MapperAssemblyFinder = new ...