Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
169 commits
Select commit Hold shift + click to select a range
839dc50
Issue 422 Dialog box error
RichardSimmons Dec 18, 2018
23eab4d
Update AccountController.java
RichardSimmons Dec 18, 2018
d815b2f
Remove Trailing Whitespaces
RichardSimmons Dec 18, 2018
3cdf29d
Created Server Stub
washS118 Jan 28, 2019
7190de1
Load file iff is not null
adamhs1997 Jan 30, 2019
bc879f8
Change planner file only if chosen file not null
adamhs1997 Jan 31, 2019
f1e72ea
Prevent reloading main menu if null file chosen
adamhs1997 Jan 31, 2019
7cc9a67
Create server-side socket connection
adamhs1997 Feb 1, 2019
87bf188
Create client server connection
adamhs1997 Feb 1, 2019
570710d
Listen for incoming connections on chat server
adamhs1997 Feb 1, 2019
4a5a4d9
Complete server framework
adamhs1997 Feb 1, 2019
4e558d4
Use simpler server code as baseline
adamhs1997 Feb 1, 2019
92bd356
Use simple client code for base
adamhs1997 Feb 1, 2019
a652e8a
Eliminate unneeded threading code
adamhs1997 Feb 1, 2019
4317b05
Switch input reading to Scanner object
adamhs1997 Feb 3, 2019
122982f
Recieve incoming messages on separate threads
adamhs1997 Feb 3, 2019
e171428
Remove unneeded client/server threads
adamhs1997 Feb 3, 2019
08ef248
Remove unused imports
adamhs1997 Feb 3, 2019
50337e3
Reactivate chat GUI
adamhs1997 Feb 3, 2019
b28eeba
Send message from GUI to server
adamhs1997 Feb 3, 2019
4945131
Echo server message in RaiderPlanner GUI
adamhs1997 Feb 3, 2019
906f39e
Remove unused server testing code
adamhs1997 Feb 3, 2019
43cf4d4
Merge pull request #2 from washS118/ServerDev-adam
adamhs1997 Feb 4, 2019
1ee0e90
Added usernames to server communications
washS118 Feb 4, 2019
4a4f591
Merge pull request #3 from washS118/ServerDev-Lucas
washS118 Feb 4, 2019
eb3dc5b
Merge pull request #1 from washS118/profile-error-adam
washS118 Feb 4, 2019
693426f
Add adamhs1997 to users.md
adamhs1997 Feb 7, 2019
ac0652c
Add draft of branching.md
adamhs1997 Feb 7, 2019
9133a59
Add adamhs1997.md
adamhs1997 Feb 7, 2019
6ea9c07
Add preliminary conclusion
adamhs1997 Feb 7, 2019
0528aff
issue #21 mostly fixed
lilrina Feb 11, 2019
e64913f
Merge branch 'lilrina-rp-webpage-1'
d-nedrow Feb 11, 2019
5c4b962
Merge pull request #5 from washS118/profile-error
washS118 Feb 11, 2019
bb1ab2d
Merge pull request #4 from washS118/ServerDev
washS118 Feb 11, 2019
7b6a08f
Added washS118 to users.md
washS118 Feb 11, 2019
77ab0e7
Create washS118.md
washS118 Feb 11, 2019
48baaae
Merge pull request #6 from washS118/md-files
washS118 Feb 11, 2019
93fc507
Added new line to handle marking of read to unread.
chunkeymonkey79 Feb 12, 2019
ab41b9b
Added comment in appropriate function, changed MarkAll to UnmarkAll
chunkeymonkey79 Feb 12, 2019
8ef7e99
Added method handleUnmarkAll() to mark all read notifications unread
chunkeymonkey79 Feb 12, 2019
96284d8
Merge branch 'chunkeymonkey79-rp-notification-1'
d-nedrow Feb 12, 2019
0109f82
Add Project1 folder
d-nedrow Feb 13, 2019
7ecdf0c
Delete desktop.ini
d-nedrow Feb 13, 2019
9a9d888
Add Sabrina's conclusion thoughts
d-nedrow Feb 13, 2019
c53a5dc
Fix numerous checkstyle violations in MenuController.java
d-nedrow Feb 19, 2019
6391248
Start framework for multiple clients
adamhs1997 Mar 7, 2019
1cbc840
Fix IO for one client
adamhs1997 Mar 7, 2019
fcf21b5
Read input from multiple clients
adamhs1997 Mar 9, 2019
6b10f5e
Let server send msg to all clients
adamhs1997 Mar 9, 2019
d1489f4
Refactored Server
washS118 Mar 11, 2019
e58155b
Finished multi client communication
washS118 Mar 11, 2019
d64de0a
Add Spring Boot Rest dependencies to build file
git-ben18 Mar 13, 2019
a2a714a
Removed Debug Statements
washS118 Mar 13, 2019
0c0fcf5
Add Spring test entities and jackson annotations to classpath
git-ben18 Mar 14, 2019
ca591a7
Add back in separate read/write threads
adamhs1997 Mar 18, 2019
6909049
Fix message passing between clients
adamhs1997 Mar 18, 2019
dbf773b
Add test methods for Spring entities
git-ben18 Mar 18, 2019
afdbdb5
ISSUE 31: Close issue. Add comments to build file, remove debug state…
git-ben18 Mar 18, 2019
344f356
Changed scene size to fit new dropdown
wkiger Mar 19, 2019
ea97b92
Added content to the Frequently Asked Questions Section
wkiger Mar 19, 2019
2ef0af1
Added and tested hyperlink in Frequently Asked Questions
wkiger Mar 19, 2019
99105a3
Added second link and tested
wkiger Mar 19, 2019
24b7187
Added another link and tested functionality
wkiger Mar 19, 2019
ab084c3
Fixed gradle test errors, cleaned up imports
wkiger Mar 19, 2019
757ccb1
Cleaning up code/whitespace to pass gradlew check
wkiger Mar 19, 2019
19f1363
Cleared up all white space issues with gradle and sentance line lengths
wkiger Mar 19, 2019
642e926
Passed all gradle check tests, declared tabs as final
wkiger Mar 19, 2019
0538e33
Added my name William Kiger to authors
wkiger Mar 19, 2019
9434d97
Identify Area for Dialogue Box
egfarr Mar 19, 2019
21a76bf
Added add / remove button to module screen
Mar 19, 2019
e40ab29
Added functionality to remove modules
Mar 20, 2019
264907b
added alts to most of the images
steelbeast Mar 20, 2019
0eaa047
added normalize.css to follow HTML5 standards
steelbeast Mar 20, 2019
691bafb
added normalize.css link and removed link
steelbeast Mar 20, 2019
a04ee73
Created basic HTML template for download.html
steelbeast Mar 20, 2019
c4eed77
Created HTML template for contribute.html
steelbeast Mar 20, 2019
4ad7d27
Created HTML template for about.html
steelbeast Mar 20, 2019
dbce884
updated path names for css
steelbeast Mar 20, 2019
73a652e
updated paths for css
steelbeast Mar 20, 2019
dadbf5a
updated paths for css
steelbeast Mar 20, 2019
ab6548b
Add test files and build file
git-ben18 Mar 20, 2019
2cd63f5
fixed some spelling issues
steelbeast Mar 20, 2019
aad4f77
updated line 328 to be more accessable
steelbeast Mar 20, 2019
7bad8f3
More Accessibility changes
steelbeast Mar 20, 2019
72d8131
visted links now change to purple after clicked
steelbeast Mar 20, 2019
491eee6
Fixed stuff
washS118 Mar 20, 2019
34f42d5
removed in line styling on line 36
steelbeast Mar 20, 2019
60656e8
added styling for index.html
steelbeast Mar 20, 2019
c7ddbab
Added ablility to create new modules
Mar 20, 2019
dbe6c51
Fixed comments and imports
Mar 20, 2019
2b3cf52
Fixing comments and newlines to pass ci
Mar 20, 2019
c78f72d
Changed spaces to tab characters
Mar 20, 2019
7d96e6a
Added copywright info and added name to authors
Mar 20, 2019
50daafa
Fixing copywright header to pass ci
Mar 20, 2019
caaeec2
Add Project2 submission file
adamhs1997 Mar 21, 2019
1e6402e
Update conclusion for Project2
adamhs1997 Mar 21, 2019
5ee5267
Updated my Submission file
washS118 Mar 21, 2019
3c69202
Fix Popup Window when Creating New Profile
egfarr Mar 21, 2019
ec7b06a
Remove Unecessary If Statement
egfarr Mar 21, 2019
2337a9b
Fix All Error Messages for Creating Profile
egfarr Mar 21, 2019
f292607
Fix checkstyles errors
Mar 21, 2019
89ad7a3
Fix checkstyles violations
adamhs1997 Mar 21, 2019
a3db326
Update PR link in project md file
adamhs1997 Mar 21, 2019
f7b383d
Add Name and Email to AUTHORS File
egfarr Mar 21, 2019
bed8d76
Issue #31: Fix gradle.build file and ignored local .classpath
git-ben18 Mar 21, 2019
df20ff2
Fix merge conflict in build file
git-ben18 Mar 21, 2019
948dec6
removed in line styling on line 24
steelbeast Mar 22, 2019
d295da9
undoing last commit on line 24
steelbeast Mar 22, 2019
0cb367b
added style for line 24 in index.html
steelbeast Mar 22, 2019
005a144
remove inline styling for class=navbar-brand
steelbeast Mar 22, 2019
8fce670
larger removal of four inline style sections
steelbeast Mar 22, 2019
f52b3c5
added styling for associated class removed in index
steelbeast Mar 22, 2019
589ff4e
Change size of pane for account creation
AustinHans17 Mar 22, 2019
cedc729
Change color of pane for account creation
AustinHans17 Mar 22, 2019
71c72d7
Change column and row constraints to fit all new rows into GUI
AustinHans17 Mar 22, 2019
2ce8fe1
Created a welcome label with padding and increased font
AustinHans17 Mar 22, 2019
2d641b9
Created instruction labels that go above input boxes
AustinHans17 Mar 22, 2019
0e237ac
Adjusted combobox and textfield positions and fonts
AustinHans17 Mar 22, 2019
2e7a249
Added more instructions and adjusted position of textfields
AustinHans17 Mar 22, 2019
202f265
Fixing line ending errors
AustinHans17 Mar 22, 2019
aa74eb7
Lowered createAccount label
AustinHans17 Mar 22, 2019
1aad751
Lowered createAccount label a second time
AustinHans17 Mar 22, 2019
42d81b0
Lowered createAccount label a third time
AustinHans17 Mar 22, 2019
1fe44eb
Added image to login screen and adjusted page
AustinHans17 Mar 22, 2019
33eb5d7
Readjust page layout
AustinHans17 Mar 22, 2019
9671fb6
Added trigger to show the invalid email message
nero228 Mar 23, 2019
b0a24b2
Added initial styling to the help page. Along with working links goin…
robNoonan Mar 23, 2019
f19c410
Started a simple FAQ section that can be expanded upon later
robNoonan Mar 23, 2019
aae2a72
Started added another FAQ question and added the footer from the inde…
robNoonan Mar 23, 2019
b60f183
Limit character input in textField's and textArea's
Mar 24, 2019
4b8fa06
Limit character input in textField/textArea
Mar 24, 2019
428b50e
Fix line error
Mar 24, 2019
b5a18e0
Fix import statements
Mar 24, 2019
d44a32f
Fix trailing whitespace
Mar 24, 2019
38bb639
Fix line error
Mar 24, 2019
3aaf7f3
Fix trailing whitespace error
Mar 24, 2019
a7aadec
Update AccountController.java
JimmyLambert Mar 25, 2019
af4bc5c
Add RaiderPlanner Logo image
RichardSimmons Mar 25, 2019
997f2b4
Added css styling files
RichardSimmons Mar 25, 2019
6ea99e0
Updated help.html to reflect the css styling files
RichardSimmons Mar 25, 2019
a30cf40
Revert "Update AccountController.java"
JimmyLambert Mar 25, 2019
6ac3b31
Added a green background to Activity adding menu and milestone menu.
JimmyLambert Mar 25, 2019
fb37fef
Added stying to turn text white in the activity and milestone fxml fi…
JimmyLambert Mar 25, 2019
2b1ebce
Update AccountController.java
nero228 Mar 29, 2019
32c5659
Update AccountController.java
nero228 Mar 29, 2019
b1494ef
Revert "Update AccountController.java"
nero228 Mar 29, 2019
b7c80b7
Update AccountController.java
nero228 Mar 29, 2019
71d2377
Merge pull request #35 from git-ben18/Issue_31_add_and_test_spring_bo…
mikeknows Mar 29, 2019
419ff6b
Merge pull request #36 from wkiger/issue_32_frequently_asked_questions
mikeknows Mar 29, 2019
8a7ed74
Merge pull request #39 from natedunn2230/issue-34
mikeknows Mar 29, 2019
907c297
Merge pull request #40 from washS118/Project2-Pull
mikeknows Mar 29, 2019
995a735
Removing .MD files
mikeknows Mar 29, 2019
8175264
Merge pull request #27 from d-nedrow/master
mikeknows Mar 29, 2019
2044eb6
Revert "Submit Project 1 pull request"
mikeknows Mar 29, 2019
07a2948
Merge pull request #56 from gzdwsu/revert-27-master
mikeknows Mar 29, 2019
aa5ecb3
Merge pull request #49 from ctdhub/iss38
mikeknows Mar 29, 2019
5d238d9
Merge pull request #43 from T-Bird2017/master
mikeknows Mar 29, 2019
c0195c8
Merge pull request #47 from robNoonan/issue_46
mikeknows Mar 31, 2019
e7fa323
Merge pull request #45 from nero228/Issue-#5-Log-in-error-handling-do…
mikeknows Mar 31, 2019
7bd344b
Attempting to solve a merge issue
steelbeast Mar 31, 2019
5070417
Attempt two at fixing merge issue
steelbeast Mar 31, 2019
94b9859
Merge pull request #51 from steelbeast/Issue-#13--Structure-of-Html
mikeknows Mar 31, 2019
b8bc6d9
Merge branch 'master' into master
egfarr Apr 1, 2019
e4799b0
Merge pull request #42 from egfarr/master
mikeknows Apr 1, 2019
cc18f4a
Merge pull request #53 from JimmyLambert/master
mikeknows Apr 1, 2019
37d2049
Update help.html
RichardSimmons Apr 4, 2019
9e8cb7f
Merge branch 'master' into master
RichardSimmons Apr 4, 2019
4b64579
Update AccountController.java
RichardSimmons Apr 4, 2019
dd04c87
Added the html files for Issue 15
RichardSimmons Apr 24, 2019
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
14 changes: 13 additions & 1 deletion .project
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
Expand All @@ -28,8 +38,10 @@
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
4 changes: 2 additions & 2 deletions .settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1
connection.project.dir=
eclipse.preferences.version=1
7 changes: 7 additions & 0 deletions .settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="RaiderPlanner.git">
<property name="context-root" value="RaiderPlanner.git"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="src"/>
</wb-module>
</project-modules>
7 changes: 7 additions & 0 deletions .settings/org.eclipse.wst.common.project.facet.core.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="jst.java"/>
<fixed facet="jst.web"/>
<installed facet="jst.web" version="2.4"/>
<installed facet="jst.java" version="1.8"/>
</faceted-project>
6 changes: 5 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ Fahad Alnashwan <alnashwan.2@wright.edu>
Matthew Barrett <barrett.77@wright.edu>
Gage Berghoff <berghoff.2@wright.edu>
Aashish Bharadwaj <aashish.bharadwaj01@gmail.com>
Daniel Bleigh <bleigh.2@wright.edu>
Alena Brand <brand.18@wright.edu>
Nathaniel C Crossman <crossman.4@wright.edu>
Gabriel Dodds <dodds.26@wright.edu>
Nathan Dunn <dunn.113@wright.edu>
Elizabeth Farr <farr.16@wright.edu>
Randy Forte <forterandy@outlook.com>
Aaron Hammer <hammer.21@wright.edu>
Dominick Hatton <hatton.24@wright.edu>
Peter Haviland <haviland.4@wright.edu>
Rachel Hill <hill.382@wright.edu>
Andy Hulett <hulett.4@wright.edu>
William Kiger <kiger.9@wright.edu>
Ryan Koeller <koeller.8@wright.edu>
James Languirand <languirand.2@wright.edu>
Eric Levine <levine.15@wright.edu>
Expand Down Expand Up @@ -50,4 +54,4 @@ Alexander Voultos <voultos.2@wright.com>
Sara Walsh <uglypurses@yahoo.com>
Isaiah Winfrey <winfrey.5@wright.edu>
Joseph Yancey <yancey.14@wright.edu>
Adam Cone <cone.14@wright.edu>
Adam Cone <cone.14@wright.edu>
22 changes: 21 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ buildscript {
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
classpath 'gradle.plugin.edu.sc.seis.gradle:launch4j:2.4.4'
classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.3"
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE"
}
}

Expand All @@ -47,6 +48,9 @@ apply plugin: 'checkstyle'
apply plugin: 'com.github.spotbugs'
apply plugin: 'edu.sc.seis.launch4j'
apply plugin: 'org.junit.platform.gradle.plugin'
apply plugin: 'war'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'


compileJava {
Expand Down Expand Up @@ -105,6 +109,7 @@ repositories {
* Gradle grabs dependencies from the above repositories.
*/
dependencies {
//implementation 'org.springframework.book:spring-boot-dependencies:2.1.3.RELEASE'
compile 'net.sf.biweekly:biweekly:0.6.1'
compile 'commons-validator:commons-validator:1.6'
compile 'com.google.guava:guava:21.0'
Expand All @@ -129,8 +134,23 @@ dependencies {
compile 'org.junit.platform:junit-platform-runner:1.0.1'
compile 'org.junit.vintage:junit-vintage-engine:4.12.1'
implementation 'com.github.PlusHaze:TrayNotification:5393c3a54f'
compile fileTree(dir: 'src', include: ['*.jar'])
//compile fileTree(dir: 'src', include: ['*.jar'])
compile group: 'org.apache.derby', name: 'derby', version: '10.14.1.0'
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
// add dependency for jackson's @JsonCreator and @JsonProperty annotations
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
// add dependency for creating Spring Boot Rest applications
compile 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
// https://mvnrepository.com/artifact/org.springframework/spring-webmvc
// add dependency for consuming RESTful services
compile 'org.springframework:spring-webmvc:5.1.5.RELEASE'
// https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api
// add dependency for creating web applications
compile 'javax.servlet:javax.servlet-api:4.0.1'
// https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-war-plugin
// add dependency for assembling web application WAR files
compile 'org.apache.maven.plugins:maven-war-plugin:3.2.2'
runtime group: 'org.apache.derby', name: 'derby', version: '10.14.1.0'
}

Expand Down
217 changes: 217 additions & 0 deletions docs/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>RaiderPlanner</title>
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kaushan+Script">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bigshot+One">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css">
<link rel="stylesheet" href="assets/css/untitled.css">
<link rel="icon" href="assets/img/favnew.png">
<link rel="stylesheet" href="assets/css/main.css">
</head>

<body id="page-top">


<section id="about">

</section>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="text-uppercase">About</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="list-group timeline">
<li class="list-group-item">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/1.jpg" alt="timeline image one"></div>
<div data-aos="fade-right" data-aos-duration="900" class="timeline-panel">
<div class="timeline-heading">
<h4>December 2016</h4>
<h4 class="subheading">Our Humble Beginnings</h4>
</div>
<div class="timeline-body">
<p class="text-left" style="font-size: 20px;color: rgb(152,96,96);font-family: 'Roboto Slab', serif;">Students from the University of East Anglia located in Norwich, England took on a Study Planner project as part of their course work for "CMP-5012B - Software Engineering I". Which led to PearPlanner.<br><br></p>
</div>
</div>
</li>
<li class="list-group-item timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/2.jpg" alt = "timeline image two"></div>
<div data-aos="fade-left" data-aos-duration="900" class="timeline-panel">
<div class="timeline-heading">
<h4>RaiderPlanner</h4>
<h4 class="subheading">A new project is Born</h4>
</div>
<div class="timeline-body">
<p style="font-size: 20px;color: rgb(152,96,96);font-family: 'Roboto Slab', serif;">RaiderPlanner is the PearPlanner's direct successor, a class project comprising most of the coursework for Wright State University's "Introduction to the Design of IT Syetems" class (CEG 3120). The class uses GitHub
as the file storage repository.<br><br></p>
</div>
</div>
</li>
<li class="list-group-item">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/3.jpg" alt="timeline image three"></div>
<div data-aos="fade-right" data-aos-duration="900" class="timeline-panel">
<div class="timeline-heading">
<h4>Purpose</h4>
</div>
<div class="timeline-body">
<p class="text-left" style="font-size: 20px;color: rgb(152,96,96);font-family: 'Roboto Slab', serif;font-style: normal;">The purpose of this project is to implement a program containing the pertinent information from a given semester (coursework, deadline information, exam information etc.) with a simple Graphical User Interface.<br><br></p>
</div>
</div>
</li>
<li class="list-group-item timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/4.jpg" alt= "timeline image 4"></div>
<div data-aos="fade-left" data-aos-duration="900" class="timeline-panel">
<div class="timeline-heading">
<h4>Capabilities</h4>
<h4 class="subheading">4 major&nbsp;<strong>ones:</strong><br></h4>
</div>
<div class="timeline-body">
<ol>
<li style="color: rgb(152,96,96);font-size: 20px;">Load module, coursework and deadline information from a defined file format.<br></li>
<li style="color: rgb(152,96,96);font-size: 20px;">Define study tasks, details, milestones and deadlines.<br></li>
<li style="color: rgb(152,96,96);font-size: 20px;">Record study activities that contribute towards completing study tasks and milestones.<br></li>
<li style="color: rgb(152,96,96);font-size: 20px;">Visualize activities, dependencies, intermediate milestones and deadlines using Gantt chart representation as well as a study progress dashboard that highlights upcoming deadlines and progress towards completing
milestones and time spent for each module.<br></li>
</ol>
</div>
</div>
</li>
<li class="list-group-item timeline-inverted">
<div class="timeline-image">
<h4 style="color: rgb(101,65,65);">Be Part<br>&nbsp;Of Our<br>&nbsp;Story!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>

<section id="contact" style="background-color: rgb(52,58,64);">
<h1 class="text-center" style="color: rgb(255,255,255);">Contact Us:</h1>
<p class="text-center" style="color: rgb(255,255,255);">Contact section under construction</p>
</section>
<footer style="background-color: #d7d7d7;margin-top: 29px;">
<div class="container" style="background-color: rgba(220,216,216,0);">
<div class="row">
<div class="col-md-4"><span class="copyright" style="font-size: 22px;margin-top: 0px;padding-top: 0px;">RaiderPlanner</span></div>
<div class="col-md-4"><a class="btn btn-primary btn-lg btn-default" role="button" href="https://github.com/rsanchez-wsu/RaiderPlanner" target="_blank"><i class="fa fa-github fa-fw"></i><span class="network-name">&nbsp;github</span></a></div>
<div class="col-md-4">
<a href="#portfolioModal7" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover" style="margin-top: 4px;">
<div class="portfolio-hover-content">
<p>Credit for images and copyrights.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</footer>
<div class="modal fade portfolio-modal text-center" role="dialog" tabindex="-1" id="portfolioModal1">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body"><h2 class="text-uppercase">The Way Ahead</h2><img src="assets/img/movingforward.jpeg" class="img-fluid d-block mx-auto"><p>The Fall 2017 students of Mr. Sanchez' CEG-3120 class started out the semester working on several issues identified by Mr. Sanchez. As part of the course progression students were asked to identify issues or enhancements for RaiderPlanner. The objective is to incorporate some or all of these recommended changes throughout the course of the project.
</p><button class="btn btn-primary" type="button" data-dismiss="modal"><i class="fa fa-times"></i><span> Close window</span></button></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade portfolio-modal text-center" role="dialog" tabindex="-1" id="portfolioModal2">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body"><h2 class="text-uppercase">Key Features</h2><img src="assets/img/classPicture.jpg" alt="Class picture" class="img-fluid d-block mx-auto"><p>The current implementation of RaiderPlanner (formerly PearPlanner) keeps the 4 central capabilities from the original project, along with implementation of several changes made by the CEG-3120 students. This planner can be used by a student to keep track of the major items due over the course of the semester, and includes tools allowing the user to add calendar reminders, make notes and assign tasks for each assignment.
</p><button class="btn btn-primary" type="button" data-dismiss="modal"><i class="fa fa-times"></i><span> Close window</span></button></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade portfolio-modal text-center" role="dialog" tabindex="-1" id="portfolioModal3">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body"><h2>PearPlanner</h2><img src="assets/img/pearplanner.jpg" alt="pearplanner" class="img-fluid d-block mx-auto"><p>Credit for the original project goes to: Benjamin Dickson, Andrew Odintsov, Zilvinas Ceikauskas and Bijan Ghasemi Afshar</p><button class="btn btn-primary" type="button" data-dismiss="modal"><i class="fa fa-times"></i><span> Close window</span></button></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<div class="modal fade portfolio-modal text-center" role="dialog" tabindex="-1" id="portfolioModal4">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body"><h2>Downloads</h2><ol class="downloadlist">
<li><a href = "https://github.com/rsanchez-wsu/RaiderPlanner" title="Link leading to the project download page">Download link from GitHub</a>
</li>
<li>Extract the file into your desired location.</li>
<li>Start Eclipse and import your file.</li>
<li>Run RaiderPlanner.git to start the program.</li>
</ol><button class="btn btn-primary" type="button" data-dismiss="modal"><i class="fa fa-times"></i><span> Close window</span></button></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade portfolio-modal text-center" role="dialog" tabindex="-1" id="portfolioModal6">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body"><h2 class="text-uppercase">Point of contact</h2><img src="assets/img/code.jpg" alt="contact info" class="img-fluid d-block mx-auto"><p>You can view this project on GitHub. <a href = "https://github.com/rsanchez-wsu/RaiderPlanner" title= "Link going to the projects GitHub page" target="_blank" >Click here to open the GitHub project page in a new window.</a></p><button class="btn btn-primary" type="button" data-dismiss="modal"><i class="fa fa-times"></i><span> Close window</span></button></div>
</div>
</div>
</div>
</div>
</div>
</div>

<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="assets/js/agency.js"></script>
<script src="assets/js/bs-animation.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
</body>

</html>
Loading