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

Feedback #1

Open
wants to merge 142 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
142 commits
Select commit Hold shift + click to select a range
df54951
Setting up GitHub Classroom Feedback
domincl Oct 27, 2020
6f0eb7b
Update GitHub Classroom Feedback
domincl Oct 27, 2020
4cb3d34
Setting up GitHub Classroom Feedback
domincl Oct 27, 2020
2c17a3a
Add files via upload
Jsndng408 Oct 27, 2020
140b54d
Create README.md
Jsndng408 Oct 27, 2020
601740d
Add files via upload
Jsndng408 Oct 27, 2020
b03e8c0
Update README.md
Jsndng408 Oct 27, 2020
f1946d8
created react app for frontend development
Oct 28, 2020
7c00257
added bootstrap to project for styling purposes
Oct 28, 2020
fc94401
Changed database credentials
Jsndng408 Oct 31, 2020
c697f8c
Demonstration that the React App can run on my (Jason's) end
Jsndng408 Nov 1, 2020
aaf19a6
Update App.js
jaimer7 Nov 1, 2020
ae4d41d
Update README.md
Jsndng408 Nov 2, 2020
4fe6169
Update README.md
Jsndng408 Nov 2, 2020
6588ba4
Update README.md
Aanderson1998 Nov 2, 2020
ec387ca
Commit to show I got it running on my PC
tug88673 Nov 2, 2020
f18637e
Update README.md
jaimer7 Nov 2, 2020
78513ed
Merge pull request #2 from 3296Fall2020/pregame
jaimer7 Nov 2, 2020
395774c
Added comments for easier to understand code
Jsndng408 Nov 3, 2020
82d8073
working on sign in and sign up functionality
Nov 4, 2020
6715384
Basic user functionalities tested with MySQL Database
Jsndng408 Nov 5, 2020
c4591ad
working on home page, sign in, and sign up page
Nov 6, 2020
52af47f
fixing merge errors
Nov 6, 2020
cc7b11f
Preliminary Login Handling
Jsndng408 Nov 6, 2020
5f2ead7
Preliminary login implementation
Jsndng408 Nov 7, 2020
d579714
More login handling, and logout handling
Jsndng408 Nov 8, 2020
57333e3
Update TDListController.java
tug88673 Nov 9, 2020
996366d
Put and Delete requests for Users implemented
Jsndng408 Nov 9, 2020
471bd57
working on connecting frontend user features to backend
Nov 9, 2020
5f07b6e
connecting frontend user components to backend
Nov 9, 2020
8713d2e
Update UserController.java
Aanderson1998 Nov 9, 2020
3ab1c36
Revisions to the List item architecture
Jsndng408 Nov 9, 2020
0f0f6b5
Resolved login issues
Jsndng408 Nov 9, 2020
1c9d3ed
Login issues fixing
Jsndng408 Nov 9, 2020
4335abc
Update signIn.js
Aanderson1998 Nov 9, 2020
f1024cf
Allowed for multiple instances of individuals logging in
Jsndng408 Nov 9, 2020
b9825f5
made minor adjustment to user validation features
Nov 10, 2020
31aa391
Merge pull request #3 from 3296Fall2020/first_sprint
Jsndng408 Nov 10, 2020
5ecbf48
Preliminary Many-to-Many work
Jsndng408 Nov 12, 2020
b9b5aad
Resolved issues with returned JSON data for many to many relationships
Jsndng408 Nov 12, 2020
6fafe08
Modified how data was being returned with the User's Lists, and preli…
Jsndng408 Nov 13, 2020
e2ac015
More List functionality added to the server
Jsndng408 Nov 14, 2020
23983ae
Fixed issues with accessing user and list data
Jsndng408 Nov 14, 2020
e1bdb2a
working on list features
Nov 14, 2020
3a1f470
Merge branch 'second_sprint' of
Nov 14, 2020
84b1107
Added functions for checkOffItem & uncheckItem
tug88673 Nov 14, 2020
8ac1dd5
Fixed issues with how data is returned
Jsndng408 Nov 14, 2020
7cc7c31
working on list functionality
Nov 14, 2020
cf34491
Merge branch 'second_sprint' of
Nov 14, 2020
3fa98bb
Implemented deletion and updated user deletion
Jsndng408 Nov 15, 2020
9f7ffa2
working on logic for list features
Nov 16, 2020
ecd680f
merging
Nov 16, 2020
5b2e931
working more on logic for list functions
Nov 16, 2020
9d5a9e7
working more on list functionality. Calling to server
Nov 16, 2020
cf530ac
working on list functionality
Nov 16, 2020
8d7cb8a
working on lists fetch issue
Nov 16, 2020
07fe609
Fixed issue with adding list in the frontend
Jsndng408 Nov 16, 2020
a5195b0
Applied changes to side bar when updating list
Jsndng408 Nov 16, 2020
9265bcd
made small change to update list functionality
Nov 16, 2020
64fb25d
fixed small grammatical error
Nov 16, 2020
88be746
fixed issue of not getting data back on refresh of page
Nov 17, 2020
dc77380
fixing issue with list rendering
Nov 17, 2020
2bdc7d1
fixing error when list is deleted and when user deletes self from a list
Nov 17, 2020
cc23744
working on styling
Nov 17, 2020
7bf0835
fixed small deleting user from list error
Nov 17, 2020
4d0712b
Merge pull request #4 from 3296Fall2020/second_sprint
Jsndng408 Nov 17, 2020
5323fc9
Removing unused package
Jsndng408 Nov 17, 2020
e942d3a
Update ListItemController.java
tug88673 Nov 20, 2020
e01b094
Preliminary work on Comments, List Items, and Completion statuses
Jsndng408 Nov 23, 2020
7a0fa44
Updated code for handling list items, and did testing
Jsndng408 Nov 24, 2020
4dd7db0
Fixed issue with deleting user
Jsndng408 Nov 24, 2020
f6a34bd
Get Item's Owner functionality added
Jsndng408 Nov 24, 2020
f94b7b3
working on list items rendering
Nov 24, 2020
0ecb0ef
merging code
Nov 24, 2020
fb48134
working on forms to update, create, and delete list item
Nov 25, 2020
80fba98
working more on update, delete, and create item logic
Nov 25, 2020
db14581
working on update, delete, create list item logic
Nov 25, 2020
6e0620a
working on create, update, and delete list item functionality
Nov 25, 2020
3aa6fba
working on create, update, and delete functionality for list item
Nov 25, 2020
aec962a
fixing small errors
Nov 25, 2020
75414a4
Handled null owner issue
Jsndng408 Nov 25, 2020
3bcac32
fixed small styling issue and worked on getting list owner
Nov 25, 2020
847d19f
fixing merge issues
Nov 25, 2020
510a214
working on getting item owner
Nov 25, 2020
c48e7d8
fixed small styling problem
Nov 25, 2020
191be08
working on update item component issues
Nov 25, 2020
e28b7b2
added setting owner on creating item call
Nov 25, 2020
7aa3763
fixed issue with creating list item
Nov 25, 2020
8aa67e6
Fixed issue with updating task and keeping it unassigned
Jsndng408 Nov 26, 2020
b6fc8ba
working on date format
Nov 26, 2020
30d8575
fixing merge
Nov 26, 2020
8779dfd
working on update calls and date format
Nov 26, 2020
0f60999
working on update and date functionality
Nov 26, 2020
3bef1db
Date handling changes
Jsndng408 Nov 26, 2020
2cf860c
Updated backend to account for time
Jsndng408 Nov 26, 2020
2f9199b
working on date format issue
Nov 26, 2020
97f8b65
merging
Nov 26, 2020
9c225d8
Frontend date handling fix?
Jsndng408 Nov 26, 2020
1c338af
Fixed issue with uncontrolled inputs for React, and handling for past…
Jsndng408 Nov 26, 2020
1c42d17
testing and working on styling
Nov 26, 2020
0a7b29c
merging
Nov 26, 2020
d77404e
testing and working on styling
Nov 26, 2020
8a8ada5
Remove user ownership when they are removed from the list. Some issue…
Jsndng408 Nov 26, 2020
ea6053b
small styling change to signify call to server taking place
Nov 27, 2020
cb51d4f
fixed warning messages with useContext hook
Nov 28, 2020
0d39c51
fixed a little styling issues
Nov 28, 2020
c24c117
fixed small styling error
Nov 28, 2020
260903a
added file that I forgot to add in last commit
Nov 28, 2020
c6fb3fb
adding another file that i forgot to add in last commit
Nov 28, 2020
edb5f43
adding page to update and delete user
Nov 28, 2020
a5e418e
getting rid of annoying alert message
Nov 28, 2020
8776fed
fixing small styling
Nov 28, 2020
defa375
fixed error messages showing up in console
Nov 28, 2020
fdbc683
fixed error with empty fields in the update form
Nov 28, 2020
7a82b18
Resolved warning with comparison operators
Jsndng408 Nov 28, 2020
9ddc71d
fixed style of update form
Nov 28, 2020
625a725
fixed styling of update form
Nov 28, 2020
34e7905
fixed some issues in user validation components
Nov 28, 2020
e7be6b1
Fixed issue with deleting a user
Jsndng408 Nov 29, 2020
d12237f
fixing task item error and fixing design error in UI
Nov 29, 2020
a4f3b2d
fixed issue with clicking on list item the first time
Nov 30, 2020
7c0574f
fixing issue of list items rendering when new user is added
Nov 30, 2020
d42f403
Add files via upload
Jsndng408 Nov 30, 2020
329c0e8
UX Changes
jaimer7 Nov 30, 2020
0baf70f
Merge branch 'third_sprint' of https://github.com/3296Fall2020/projec…
jaimer7 Nov 30, 2020
2d4aa9b
User Validation fixes
jaimer7 Nov 30, 2020
23d5d6b
Create button styling
jaimer7 Nov 30, 2020
3c34bc8
Merge pull request #5 from 3296Fall2020/third_sprint
Jsndng408 Dec 1, 2020
20ddce9
added error messages and back button to update page
Dec 1, 2020
10e4e21
Update README.md
Jsndng408 Dec 1, 2020
2c7a66b
Added images for bad JSON formatting
Jsndng408 Dec 1, 2020
673755f
Update README.md
Jsndng408 Dec 1, 2020
a96778c
Update README.md
Aanderson1998 Dec 1, 2020
d1e9c07
Merge pull request #6 from 3296Fall2020/third_sprint
Jsndng408 Dec 1, 2020
79dee94
Deployment Configurations updated
Jsndng408 Dec 3, 2020
abb94f1
Updated .gitignore
Jsndng408 Dec 3, 2020
14d8efc
changing urls for calls to server
Dec 3, 2020
a8a1962
Merge pull request #7 from 3296Fall2020/third_sprint
Aanderson1998 Dec 3, 2020
f954306
Removal of eqeqeq warning
Jsndng408 Dec 5, 2020
97cf1ea
Setting up for public availability
Jsndng408 Dec 7, 2020
a7dec81
Delete application-prod.properties
Jsndng408 Dec 7, 2020
165da0a
Delete application.properties
Jsndng408 Dec 7, 2020
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
49 changes: 49 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/.project
/.settings/org.springframework.ide.eclipse.prefs
*.jar
*.original
target/maven-archiver/
target/maven-status/
target/surefire-reports/
*.properties
39 changes: 39 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Spring-Boot-To-Do-List</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1606695238060</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
5 changes: 5 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding/<project>=UTF-8
2 changes: 2 additions & 0 deletions .settings/org.eclipse.jdt.apt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
org.eclipse.jdt.apt.aptEnabled=false
10 changes: 10 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.methodParameters=generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=disabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
4 changes: 4 additions & 0 deletions .settings/org.eclipse.m2e.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Jason Duong

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading