Open asancheza opened 8 years ago
Hi there,
I only see the API in the site you mentioned. How about the data schema? I cannot find it in README.
Best, Chau
Hi Minh,
The data schema is documented in the API in every end-point. Basically we have:
[
{
"id": 1,
"name": "Alejandro",
"bio": "CCSF student",
"email": "asanc142@mail.ccsf.edu",
"score": 1000
}
]
[
{
"id": 1,
"name": "Kanji 1",
"description": "Practice Kanji first character",
"character": "仮",
"score": 5
}
]
[
{
"id": 1,
"name": "Word 1",
"description": "Practice Kanji first character",
"meaning_english": "Hello",
"meaning_hiragana": "仮",
"meaning_romanji": "仮",
"score": 5
}
]
[
{
"level": 1,
"published_at": "2015-08-05T08:40:51.620Z",
"activities": [
{
"type": "Kanji",
"id": 1
}
]
}
]
You can see some simple data and the model schema is basically the JSON data.
Best, Alex
:+1: Nice work on getting the data schema defined! Next week we jump into the first implementation sprint. You'll have 3 sprints (one week each) to complete all the required stories for your app and 2 sprints (one week each) to work on optionals and add polish. Let us know if we can help in any way!
We have completed the data model and you can see the data models and the sample API with JSON data here: http://docs.japanize.apiary.io
/cc @codepathreview @asancheza @XinxinXie @dylan-james-smith @HorvathTom