diff --git a/.project b/.project index 3d51443d..34515221 100644 --- a/.project +++ b/.project @@ -10,6 +10,16 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.buildship.core.gradleprojectbuilder @@ -28,8 +38,10 @@ org.eclipse.jdt.core.javanature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.buildship.core.gradleprojectnature net.sf.eclipsecs.core.CheckstyleNature edu.umd.cs.findbugs.plugin.eclipse.findbugsNature - org.eclipse.buildship.core.gradleprojectnature diff --git a/.settings/org.eclipse.buildship.core.prefs b/.settings/org.eclipse.buildship.core.prefs index e8895216..408b507c 100644 --- a/.settings/org.eclipse.buildship.core.prefs +++ b/.settings/org.eclipse.buildship.core.prefs @@ -1,2 +1,2 @@ -connection.project.dir= -eclipse.preferences.version=1 +connection.project.dir= +eclipse.preferences.version=1 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component new file mode 100644 index 00000000..b70c4f29 --- /dev/null +++ b/.settings/org.eclipse.wst.common.component @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 00000000..ebcbb702 --- /dev/null +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/AUTHORS b/AUTHORS index c722245f..48913e92 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,15 +13,19 @@ Fahad Alnashwan Matthew Barrett Gage Berghoff Aashish Bharadwaj +Daniel Bleigh Alena Brand Nathaniel C Crossman Gabriel Dodds +Nathan Dunn +Elizabeth Farr Randy Forte Aaron Hammer Dominick Hatton Peter Haviland Rachel Hill Andy Hulett +William Kiger Ryan Koeller James Languirand Eric Levine @@ -50,4 +54,4 @@ Alexander Voultos Sara Walsh Isaiah Winfrey Joseph Yancey -Adam Cone \ No newline at end of file +Adam Cone diff --git a/build.gradle b/build.gradle index 47a94043..978d747a 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } } @@ -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 { @@ -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' @@ -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' } diff --git a/docs/about.html b/docs/about.html index e69de29b..c2e69f7d 100644 --- a/docs/about.html +++ b/docs/about.html @@ -0,0 +1,217 @@ + + + + + + + RaiderPlanner + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+
+

About

+
+
+
+
+
    +
  • +
    timeline image one
    +
    +
    +

    December 2016

    +

    Our Humble Beginnings

    +
    +
    +

    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.

    +
    +
    +
  • +
  • +
    timeline image two
    +
    +
    +

    RaiderPlanner

    +

    A new project is Born

    +
    +
    +

    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.

    +
    +
    +
  • +
  • +
    timeline image three
    +
    +
    +

    Purpose

    +
    +
    +

    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.

    +
    +
    +
  • +
  • +
    timeline image 4
    +
    +
    +

    Capabilities

    +

    4 major ones:

    +
    +
    +
      +
    1. Load module, coursework and deadline information from a defined file format.
    2. +
    3. Define study tasks, details, milestones and deadlines.
    4. +
    5. Record study activities that contribute towards completing study tasks and milestones.
    6. +
    7. 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.
    8. +
    +
    +
    +
  • +
  • +
    +

    Be Part
     Of Our
     Story!

    +
    +
  • +
+
+
+
+
+ +
+

Contact Us:

+

Contact section under construction

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/css/main.css b/docs/css/main.css new file mode 100644 index 00000000..7db41588 --- /dev/null +++ b/docs/css/main.css @@ -0,0 +1,32 @@ +html { + width: 800px; +} + +header { + margin-left: 25%; +} + +main { + margin-top: 50px; + margin-left: 25%; +} + +label { + display: inline-block; + width: 30%; + text-align: left; + margin-top: 20px; +} + +input[type=submit] { + margin-top: 40px; + +} + +header h1 { + font-size: 1.2em; +} + +p{ + font-family: 'Roboto', sans-serif; +} \ No newline at end of file diff --git a/docs/css/normalize.css b/docs/css/normalize.css new file mode 100644 index 00000000..c216ef5c --- /dev/null +++ b/docs/css/normalize.css @@ -0,0 +1,428 @@ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ + +/** + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ + +html { + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/** + * Remove default margin. + */ + +body { + margin: 0; +} + +/* HTML5 display definitions + ========================================================================== */ + +/** + * Correct `block` display not defined for any HTML5 element in IE 8/9. + * Correct `block` display not defined for `details` or `summary` in IE 10/11 + * and Firefox. + * Correct `block` display not defined for `main` in IE 11. + */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} + +/** + * 1. Correct `inline-block` display not defined in IE 8/9. + * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. + */ + +audio, +canvas, +progress, +video { + display: inline-block; /* 1 */ + vertical-align: baseline; /* 2 */ +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address `[hidden]` styling not present in IE 8/9/10. + * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. + */ + +[hidden], +template { + display: none; +} + +/* Links + ========================================================================== */ + +/** + * Remove the gray background color from active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ + +a:active, +a:hover { + outline: 0; +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Address styling not present in IE 8/9/10/11, Safari, and Chrome. + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. + */ + +b, +strong { + font-weight: bold; +} + +/** + * Address styling not present in Safari and Chrome. + */ + +dfn { + font-style: italic; +} + +/** + * Address variable `h1` font-size and margin within `section` and `article` + * contexts in Firefox 4+, Safari, and Chrome. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Address styling not present in IE 8/9. + */ + +mark { + background: #ff0; + color: #000; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove border when inside `a` element in IE 8/9/10. + */ + +img { + border: 0; +} + +/** + * Correct overflow not hidden in IE 9/10/11. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Grouping content + ========================================================================== */ + +/** + * Address margin not present in IE 8/9 and Safari. + */ + +figure { + margin: 1em 40px; +} + +/** + * Address differences between Firefox and other browsers. + */ + +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Contain overflow in all browsers. + */ + +pre { + overflow: auto; +} + +/** + * Address odd `em`-unit font size rendering in all browsers. + */ + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +/* Forms + ========================================================================== */ + +/** + * Known limitation: by default, Chrome and Safari on OS X allow very limited + * styling of `select`, unless a `border` property is set. + */ + +/** + * 1. Correct color not being inherited. + * Known issue: affects color of disabled elements. + * 2. Correct font properties not being inherited. + * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. + */ + +button, +input, +optgroup, +select, +textarea { + color: inherit; /* 1 */ + font: inherit; /* 2 */ + margin: 0; /* 3 */ +} + +/** + * Address `overflow` set to `hidden` in IE 8/9/10/11. + */ + +button { + overflow: visible; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. + * Correct `select` style inheritance in Firefox. + */ + +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ + +button, +html input[type="button"], /* 1 */ +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ +} + +/** + * Re-set default cursor for disabled elements. + */ + +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * Remove inner padding and border in Firefox 4+. + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +input { + line-height: normal; +} + +/** + * It's recommended that you don't attempt to style these elements. + * Firefox's implementation doesn't respect box-sizing, padding, or width. + * + * 1. Address box sizing set to `content-box` in IE 8/9/10. + * 2. Remove excess padding in IE 8/9/10. + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Fix the cursor style for Chrome's increment/decrement buttons. For certain + * `font-size` values of the `input`, it causes the cursor style of the + * decrement button to change from `default` to `text`. + */ + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome + * (include `-moz` to future-proof). + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari and Chrome on OS X. + * Safari (but not Chrome) clips the cancel button when the search input has + * padding (and `textfield` appearance). + */ + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Define consistent border, margin, and padding. + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ + +legend { + border: 0; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Remove default vertical scrollbar in IE 8/9/10/11. + */ + +textarea { + overflow: auto; +} + +/** + * Don't inherit the `font-weight` (applied by a rule above). + * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. + */ + +optgroup { + font-weight: bold; +} + +/* Tables + ========================================================================== */ + +/** + * Remove most spacing between table cells. + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} + diff --git a/docs/css/style.css b/docs/css/style.css new file mode 100644 index 00000000..c1de827c --- /dev/null +++ b/docs/css/style.css @@ -0,0 +1,108 @@ +p{ line-height: 1em; } + +h1, h2, h3, h4{ + + color: orange; + font-weight: normal; + line-height: 1.1em; + margin: 0 0 .5em 0; + +} + +h1{ font-size: 1.7em; } +h2{ font-size: 1.5em; } + +a{ +color: black; +text-decoration: none; +} +a:hover, +a:active{ text-decoration: underline; } + +body{ +font-family: arial; font-size: 80%; line-height: 1.2em; width: 100%; margin: 0; background: #eee; +} + +#page{ margin: 20px; } + +#logo{ +width: 35%; +margin-top: 5px; +font-family: georgia; +display: inline-block; +} +#nav{ +width: 60%; +display: inline-block; +text-align: right; +float: right; +} + +#nav ul{} +#nav ul li{ +display: inline-block; +height: 62px; +} + #nav ul li a{ +padding: 20px; +background: orange; +color: white; +} +#nav ul li a:hover{ +background-color: #ffb424; +box-shadow: 0px 1px 1px #666; +} +#nav ul li a:active{ background-color: #ff8f00; } + +#content{ +margin: 30px 0; +background: white; +padding: 20px; +clear: both; + +} + +#footer{ +border-bottom: 1px #ccc solid; +margin-bottom: 10px; + +} +#footer p{ +text-align: right; +text-transform: uppercase; +font-size: 80%; +color: grey; +} + +.image1{ + display: block; + width: 90%; + background-color: yellow; + transition: transform 2s; + } + +.image1:hover{ + -webkit-filter: grayscale(1); + + filter: grayscale(1); + transform: rotate(30deg); + +} + +.image2{ + display: block; + width: 90%; + background-color: yellow; + transition: transform 3s; + } + +.image2:hover{ + -webkit-filter: blur(5px); + + filter: blur(5px); + transform: scale(2, 0.5); + +} +#content, + +ul li a{ box-shadow: 0px 1px 1px #999; } \ No newline at end of file diff --git a/docs/download.html b/docs/download.html index e69de29b..7f697114 100644 --- a/docs/download.html +++ b/docs/download.html @@ -0,0 +1,73 @@ + + + + + + + RaiderPlanner + + + + + + + + + + + + + + + + + + +
+
+
+
+

Download Links

+ +
    +
  • Click here to download the user manual.
  • + +
  • Click on the button below to access our GitHub or click HERE to find out more information about how to help develop RaiderPlanner!

  • +
+
+
+
+
+ + + + + + + + diff --git a/docs/help.html b/docs/help.html index dbec9d9b..d2ab9caa 100644 --- a/docs/help.html +++ b/docs/help.html @@ -1,14 +1,14 @@ - + - User Help Page For the RaiderPlanner Project + - + Technology Systems at Wright State University, Dayton, Ohio"> + @@ -23,60 +23,76 @@ - - + + + +======= + + RaiderPlanner + + + + + + + + + + + + + + -
-

Help

-

For help please, click the following link HERE to download the user manual to assist in your use of RaiderPlanner.

+

Help is Here!

+

For more help, please click here to download the user manual to assist in your use of RaiderPlanner.

+

FAQ

+
    +
  • Why is there only one .dat file i can choose ?

    Currently we are working on fully implementing custom profiles. Soon to Come!

  • +
  • How can I help develope RaiderPlanner?

    Click on the button below to access our GitHub or click HERE to find out more information about how to help develope RaiderPlanner!

  • + + +
-