Pipe Dream: Difference between revisions
No edit summary (change visibility) |
No edit summary (change visibility) |
||
| Line 1: | Line 1: | ||
== '''Purpose''' == |
|||
The purpose of this document is to define the software design for creating an iOS application for Binghamton University’s student newspaper “Pipe Dream” in a clear and consistent manner . This project is one of the assignments for the course of CS485 at Binghamton University. This application will provide the user with the news and articles that are published by the Pipe Dream staff. The goal is to enable the user to read news or articles in a new reading experience. |
The purpose of this document is to define the software design for creating an iOS application for Binghamton University’s student newspaper “Pipe Dream” in a clear and consistent manner . This project is one of the assignments for the course of CS485 at Binghamton University. This application will provide the user with the news and articles that are published by the Pipe Dream staff. The goal is to enable the user to read news or articles in a new reading experience. |
||
== '''Intended Audience'''== |
|||
The intended audience for this document is the project team, the senior manager, and the customer. |
The intended audience for this document is the project team, the senior manager, and the customer. |
||
**1.3. Scope** |
|||
== '''Scope'''== |
|||
The scope of this project will mainly be within the realm of the JSON API which will allow us to retrieve and manipulate WordPress content using HTTP requests. The inputs for the application will originate from both the user, such as requesting an article, searching an article or commenting on articles, and also from the Pipe Dream’s article database as it sends the user new articles or other information. Outputs will include the application interface as it displays the information to the user and data uploads generated by the user such as comment submission. |
The scope of this project will mainly be within the realm of the JSON API which will allow us to retrieve and manipulate WordPress content using HTTP requests. The inputs for the application will originate from both the user, such as requesting an article, searching an article or commenting on articles, and also from the Pipe Dream’s article database as it sends the user new articles or other information. Outputs will include the application interface as it displays the information to the user and data uploads generated by the user such as comment submission. |
||
---- |
|||
image: http://imageshack.com/a/img912/9577/bkgMe8.png |
|||
Revision as of 22:27, 23 February 2015
Purpose
The purpose of this document is to define the software design for creating an iOS application for Binghamton University’s student newspaper “Pipe Dream” in a clear and consistent manner . This project is one of the assignments for the course of CS485 at Binghamton University. This application will provide the user with the news and articles that are published by the Pipe Dream staff. The goal is to enable the user to read news or articles in a new reading experience.
Intended Audience
The intended audience for this document is the project team, the senior manager, and the customer.
Scope
The scope of this project will mainly be within the realm of the JSON API which will allow us to retrieve and manipulate WordPress content using HTTP requests. The inputs for the application will originate from both the user, such as requesting an article, searching an article or commenting on articles, and also from the Pipe Dream’s article database as it sends the user new articles or other information. Outputs will include the application interface as it displays the information to the user and data uploads generated by the user such as comment submission.