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.
getting profile ready to handle json
- Loading branch information
1 parent
0a6a161
commit afe9f2c
Showing
8 changed files
with
50 additions
and
36 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 |
---|---|---|
@@ -1,35 +1,34 @@ | ||
profileResult={ | ||
"profile": { | ||
"userName": "Joe Swanson", | ||
"labor": "Gardener", | ||
"location": "Fresno", | ||
"imgLink": "https://a.ltrbxd.com/resized/film-poster/2/0/9/3/8/2/209382-thor-ragnarok-0-460-0-690-crop.jpg?k=02c656f39b", | ||
}, | ||
"projects" : [ | ||
{ | ||
"projectName" : "Estate Garden", | ||
profileResult={ | ||
"profile": { | ||
"userName": "Joe Swanson", | ||
"labor": "Gardener", | ||
"location": "Fresno", | ||
"imgLink": "https://a.ltrbxd.com/resized/film-poster/2/0/9/3/8/2/209382-thor-ragnarok-0-460-0-690-crop.jpg?k=02c656f39b" | ||
}, | ||
"projects": [{ | ||
"projectName": "Estate Garden", | ||
"projectDescription": " gabba gabbe", | ||
"photoLink1" : "..\static\Images\testData Images\projectImg1.jpg", | ||
"photoLink2" : "..\static\Images\testData Images\projectImg2.jpg", | ||
"photoLink3" : "..\static\Images\testData Images\projectImg3.jpg", | ||
"photoLink4" : "..\static\Images\testData Images\projectImg4.jpg" | ||
"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", | ||
"projectName": "Estate Garden", | ||
"projectDescription": " gabba gabbe", | ||
"photoLink1" : "..\static\Images\testData Images\projectImg1.jpg", | ||
"photoLink2" : "..\static\Images\testData Images\projectImg2.jpg", | ||
"photoLink3" : "..\static\Images\testData Images\projectImg3.jpg", | ||
"photoLink4" : "..\static\Images\testData Images\projectImg4.jpg" | ||
"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", | ||
"projectName": "Estate Garden", | ||
"projectDescription": " gabba gabbe", | ||
"photoLink1" : "..\static\Images\testData Images\projectImg1.jpg", | ||
"photoLink2" : "..\static\Images\testData Images\projectImg2.jpg", | ||
"photoLink3" : "..\static\Images\testData Images\projectImg3.jpg", | ||
"photoLink4" : "..\static\Images\testData Images\projectImg4.jpg" | ||
"photoLink1": "../static/Images/testDataImages/projectImg1.jpg", | ||
"photoLink2": "../static/Images/testDataImages/projectImg2.jpg", | ||
"photoLink3": "../static/Images/testDataImages/projectImg3.jpg", | ||
"photoLink4": "../static/Images/testDataImages/projectImg4.jpg" | ||
} | ||
] | ||
} | ||
] | ||
|
||
} |
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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