forked from FS-CSCI150-F21/FS-CSCI150-F21-Team4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added injection of profile data to profile page. Added textSentimentA…
…nalyzer function to tweetSentiment
- Loading branch information
1 parent
2e4910e
commit f337713
Showing
6 changed files
with
113 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"profile": { | ||
"displayName": "Joe Swanson ", | ||
"labors": ["Gardener"], | ||
"location": "Fresno", | ||
"imgLink": "", | ||
"userBio": "blah blah i work hard" | ||
|
||
}, | ||
"projects": [{ | ||
"projectName": "Estate Garden", | ||
"projectDescription": " gabba gabbe", | ||
"photoLink1": "../static/Images/testDataImages/projectImg1.jpg", | ||
"photoLink2": "../static/Images/testDataImages/projectImg2.jpg", | ||
"photoLink3": "../static/Images/testDataImages/projectImg3.jpg", | ||
"photoLink4": "../static/Images/testDataImages/projectImg4.jpg" | ||
}, | ||
{ | ||
"projectName": "Estate Garden", | ||
"projectDescription": " gabba gabbe", | ||
"photoLink1": "../static/Images/testDataImages/projectImg1.jpg", | ||
"photoLink2": "../static/Images/testDataImages/projectImg2.jpg", | ||
"photoLink3": "../static/Images/testDataImages/projectImg3.jpg", | ||
"photoLink4": "../static/Images/testDataImages/projectImg4.jpg" | ||
}, | ||
{ | ||
"projectName": "Estate Garden", | ||
"projectDescription": " gabba gabbe", | ||
"photoLink1": "../static/Images/testDataImages/projectImg1.jpg", | ||
"photoLink2": "../static/Images/testDataImages/projectImg2.jpg", | ||
"photoLink3": "../static/Images/testDataImages/projectImg3.jpg", | ||
"photoLink4": "../static/Images/testDataImages/projectImg4.jpg" | ||
} | ||
], | ||
"reviews": [{ | ||
"reviewerName": "Angry Guy", | ||
"reviewScore": "4", | ||
"reviewText": "yaddayadda", | ||
"sentimentAnalysis": "Positive Review" | ||
}] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters