Skip to content
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

Doxygen #94

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6c4ab06
Initial list of Features and User Stories
erikbuck Feb 20, 2020
35addc9
Merge pull request #1 from NicholasChase/erikbuck-initial-features
NicholasChase Feb 20, 2020
9532ac9
Improved formatting
erikbuck Feb 20, 2020
a13cdab
Demonstration of initial draft of requirements for educational purposes
erikbuck Feb 21, 2020
46770f3
Remove distracting typos
erikbuck Feb 21, 2020
6ba7eba
Merge pull request #2 from NicholasChase/erikbuck-initial-features
NicholasChase Feb 21, 2020
b850899
Update features.md
hannahsteingass Feb 25, 2020
bacbecd
Update features.md
hannahsteingass Feb 25, 2020
26b5420
Update features.md
hannahsteingass Feb 25, 2020
b5ab83b
Update requirements.md
haroldfarmer Feb 27, 2020
279ff27
Update features.md
NicholasChase Feb 27, 2020
dcec431
Update features.md
NicholasChase Feb 27, 2020
b7a524b
Update requirements.md
NicholasChase Feb 27, 2020
876edd0
Update requirements.md
hannahsteingass Feb 28, 2020
4b10b14
Update requirements.md
hannahsteingass Feb 28, 2020
a1b20da
Update requirements.md
hannahsteingass Mar 11, 2020
d96681e
Update requirements.md
hannahsteingass Mar 11, 2020
c866483
Update features.md
hannahsteingass Mar 11, 2020
82ae9d2
Update requirements.md
hannahsteingass Mar 11, 2020
df7befb
Update requirements.md
hannahsteingass Mar 11, 2020
e582d8d
Update requirements.md
hannahsteingass Mar 11, 2020
6c4900f
Update requirements.md
hannahsteingass Mar 11, 2020
3b1d2cd
Update requirements.md
hannahsteingass Mar 11, 2020
0d690f1
Merge pull request #1 from NicholasChase/master
haroldfarmer Mar 19, 2020
dd27e73
Update requirements.md
hannahsteingass Mar 19, 2020
87ed3e7
added Doxygen
haroldfarmer Mar 19, 2020
95c34be
save
haroldfarmer Mar 20, 2020
c0cdb53
corrected errors
haroldfarmer Mar 21, 2020
d376470
design code for implementation
haroldfarmer Mar 21, 2020
1d64796
Merge pull request #4 from haroldfarmer/Doxygen
NicholasChase Mar 21, 2020
0592cfb
The beginning steps of the GUI has been created in GUI.py. This progr…
NicholasChase Mar 24, 2020
7ae9ad4
Code for finding the path to the picture the user would like to use f…
NicholasChase Apr 4, 2020
efdb581
Added the code for the button for where the user would like to export…
NicholasChase Apr 4, 2020
fdb4f73
Codded the Begin button for when the user is ready to create their pr…
NicholasChase Apr 4, 2020
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update features.md
  • Loading branch information
NicholasChase committed Feb 27, 2020
commit 279ff275676a924690cef260640f4dba0501a280
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Planned Features

1) Privide a GUI for configuring and running program
A) As an App user, I want to use the program through a GUI. This GUI should have options like; select file and how many polygons used.

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

Expand Down