Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
where
Commits
ca647b1e
Unverified
Commit
ca647b1e
authored
Feb 16, 2020
by
Dylan Jones
Browse files
Add test data
parent
0e886b4c
Changes
3
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
ca647b1e
...
...
@@ -2,3 +2,4 @@ __pycache__/
*.pyc
*.pyo
db.sqlite3
.idea
test_data/water_fountain_1.json
0 → 100644
View file @
ca647b1e
{
"id"
:
24
,
"name"
:
null
,
"type"
:
"water_fountain"
,
"parent"
:
1
,
"floor"
:
3
,
"lat"
:
77.374695589
,
"lon"
:
-44.89345483
,
"attributes"
:
{
"coldness"
:
{
"num_reviews"
:
32
,
"average_rating"
:
0.5
},
"bottle_filler"
:
{
"value"
:
true
}
}
}
test_data/water_fountain_type.json
0 → 100644
View file @
ca647b1e
{
"id"
:
0
,
"slug"
:
"water_fountain"
,
"name"
:
"Water Fountain"
,
"icon"
:
"https://karel.pw/water.png"
,
"attributes"
:
{
"coldness"
:
{
"name"
:
"Coldness"
,
"type"
:
"rating"
,
"icon"
:
"https://karel.pw/water.png"
},
"bottle_filler"
:
{
"type"
:
"bool"
,
"name"
:
"Has Bottle Filler"
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment