Pipe Dream: Difference between revisions
Created page with "1.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..." (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. |
|||
**1.2. Intended Audience** |
|||
The intended audience for this document is the project team, the senior manager, and the customer. |
|||
**1.3. 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. |
|||
Software Design Specification Page 6 |
|||
Revision as of 22:03, 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.
- 1.2. Intended Audience**
The intended audience for this document is the project team, the senior manager, and the customer.
- 1.3. 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.