Skip to content

Incorporate draft content #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Planned Features

1) Privide a GUI for configuring and running program

2) Keep track of each color used, and output an image that idetifies each primitive with a number correcponding to the color of that primitive.

A) As an App user, I want to produce an image with numbers identifying each color so that I can produce "Paint by Numbers" and a person can maunually reproduce the image by filling each primitive with the numbered color.

B)

3)
28 changes: 28 additions & 0 deletions requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Software Requirements Specification for Spring 2020 "Software Engineering" Primitives Project at Wright Stet University

## Overview

This document specifies the project modifation to Fogleman's Primitive Application, hereafter called "App".

## References

## Functional Requirements

### [User Story 2A ](features.md "Ref. Features And User Stories")


Req. 2.0 The App shall for each output image identify each distinct color within the output image using a different number per color.

Req. 2.1 The App shall annotate each output image to show the number corresponding to each area of distict color in the output.

Req. 2.1.1 Each annotation shall consist of text in 8pt font or greater.

Req. 2.1.2 Each annotation shall be presented in each output image directly above the distict color to which the annotation corresponds.

Req. 2.1.2.1 Each area of distinct color in the output shall have a corresponding annotation.

Req. 2.2 The App shall output an image consisting of outlines for each area of distict color.

Req. 2.2.1 Output outlines shall be annotated in the same manner as specified for areas of distict color in Req. 2.1.

Req. 2.3 The shall output a table correlating numbers with distinct colors that appears in the output image.