update,
This commit is contained in:
54
task1/_doc/001_REQUIREMENTS/REQ001-resources-file/index.md
Normal file
54
task1/_doc/001_REQUIREMENTS/REQ001-resources-file/index.md
Normal file
@@ -0,0 +1,54 @@
|
||||
# REQ001-resources-file
|
||||
|
||||
schemas
|
||||
|
||||
- lesson
|
||||
|
||||
path: `src\data\Lesson\vocabulary`
|
||||
|
||||
```
|
||||
vocabulary
|
||||
Technology
|
||||
images
|
||||
sounds
|
||||
01.json
|
||||
[
|
||||
{
|
||||
image: 'helloworld.jpg',
|
||||
sound: 'helloworld.mp4',
|
||||
word: 'keyboard',
|
||||
word_c : '鍵盤',
|
||||
sample_e : "I buy a keyboard to type",
|
||||
sample_c : "我買個鍵盤打字",
|
||||
},...
|
||||
]
|
||||
02.json
|
||||
03.json
|
||||
...
|
||||
Connectives
|
||||
images
|
||||
sounds
|
||||
01.json
|
||||
02.json
|
||||
03.json
|
||||
...
|
||||
```
|
||||
|
||||
- quizzes
|
||||
|
||||
- listening_practice
|
||||
- matching_frency
|
||||
- connective_revision
|
||||
|
||||
- record
|
||||
|
||||
- matrix_title
|
||||
- Genius
|
||||
- hard worker
|
||||
- attentive ears
|
||||
- matchmarking
|
||||
- connectives conqueror
|
||||
- matrix_value
|
||||
|
||||
- user_config
|
||||
- favourite vocabulary
|
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
23
task1/_doc/001_REQUIREMENTS/REQ0011-splash-screen/index.md
Normal file
23
task1/_doc/001_REQUIREMENTS/REQ0011-splash-screen/index.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
tags: app-icon
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
icon wanted
|
||||
|
||||

|
||||
|
||||
then look into `C:\_workspace\004_carousell\_lettersoup\source\mobile\android\app\src\main\res\drawable\splash.png`
|
||||
to see if image file updated
|
||||
|
||||
## Ref
|
||||
|
||||
https://ionicframework.com/docs/native/splash-screen
|
||||
https://capacitorjs.com/docs/cordova/migrating-from-cordova-to-capacitor#splash-screens-and-icons
|
||||
|
||||
```bash
|
||||
# command to update splash screen
|
||||
$ npm run update_splash
|
||||
$ npm run update_app_icon
|
||||
```
|
@@ -0,0 +1,9 @@
|
||||
# REQ002-user-config-store
|
||||
|
||||
The user configuration store is a file that stores user settings.
|
||||
|
||||
## references
|
||||
|
||||
- [](https://capacitorjs.com/docs/apis/filesystem)
|
||||
|
||||
with key in `localStorage` `user_config`
|
BIN
task1/_doc/001_REQUIREMENTS/REQ003-lesson/Code_hTwMlUr1kx.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ003-lesson/Code_hTwMlUr1kx.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
task1/_doc/001_REQUIREMENTS/REQ003-lesson/Code_njUX4m6pJK.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ003-lesson/Code_njUX4m6pJK.png
(Stored with Git LFS)
Normal file
Binary file not shown.
35
task1/_doc/001_REQUIREMENTS/REQ003-lesson/notes.md
Normal file
35
task1/_doc/001_REQUIREMENTS/REQ003-lesson/notes.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
tags: lesson
|
||||
---
|
||||
|
||||
# lesson
|
||||
|
||||

|
||||
|
||||
```jss
|
||||
filename: /data/Lesson/lesson_categories.json
|
||||
|
||||
lesson_categories = [
|
||||
{"name": "vocabulary","path": "vocabulary"},
|
||||
{"name": "Connectives","path": "connectives"},
|
||||
...
|
||||
]
|
||||
|
||||
filename: /data/Lesson/category_content.json
|
||||
category_content = [{
|
||||
"Technology": {
|
||||
"category": "vocabulary",
|
||||
"content": [
|
||||
{
|
||||
"image": "helloworld.jpg",
|
||||
"sound": "helloworld.mp4",
|
||||
"word": "keyboard",
|
||||
"word_c" : "鍵盤",
|
||||
"sample_e" : "I buy a keyboard to type",
|
||||
"sample_c" : "我買個鍵盤打字",
|
||||
},...
|
||||
]
|
||||
|
||||
}
|
||||
}]
|
||||
```
|
0
task1/_doc/001_REQUIREMENTS/REQ004-Quiz/notes.md
Normal file
0
task1/_doc/001_REQUIREMENTS/REQ004-Quiz/notes.md
Normal file
0
task1/_doc/001_REQUIREMENTS/REQ005-Record/notes.md
Normal file
0
task1/_doc/001_REQUIREMENTS/REQ005-Record/notes.md
Normal file
0
task1/_doc/001_REQUIREMENTS/REQ006-Setting/notes.md
Normal file
0
task1/_doc/001_REQUIREMENTS/REQ006-Setting/notes.md
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ007-Quiz-connectives-revision/Code_iicadVWFqE.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ007-Quiz-connectives-revision/Code_iicadVWFqE.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
---
|
||||
tags: connectives-revision
|
||||
---
|
||||
|
||||
# NOTES
|
||||
|
||||

|
||||
|
||||
the question page content waiting to be refactored.
|
BIN
task1/_doc/001_REQUIREMENTS/REQ008-Record/Code_6VwH5ePK5E.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ008-Record/Code_6VwH5ePK5E.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
task1/_doc/001_REQUIREMENTS/REQ008-Record/Code_Dk2rSz3DSa.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ008-Record/Code_Dk2rSz3DSa.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
task1/_doc/001_REQUIREMENTS/REQ008-Record/Code_rE7NEL8CLq.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ008-Record/Code_rE7NEL8CLq.png
(Stored with Git LFS)
Normal file
Binary file not shown.
5
task1/_doc/001_REQUIREMENTS/REQ008-Record/notes.md
Normal file
5
task1/_doc/001_REQUIREMENTS/REQ008-Record/notes.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
tags: record
|
||||
---
|
||||
|
||||
# notes
|
BIN
task1/_doc/001_REQUIREMENTS/REQ009-lesson-vocabulary/Code_njUX4m6pJK.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ009-lesson-vocabulary/Code_njUX4m6pJK.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
task1/_doc/001_REQUIREMENTS/REQ009-lesson-vocabulary/Code_qKqUWIs5W4.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ009-lesson-vocabulary/Code_qKqUWIs5W4.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
task1/_doc/001_REQUIREMENTS/REQ010-lesson-connective/Code_X4DSfTv7Kb.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ010-lesson-connective/Code_X4DSfTv7Kb.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
task1/_doc/001_REQUIREMENTS/REQ010-lesson-connective/Code_njUX4m6pJK.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ010-lesson-connective/Code_njUX4m6pJK.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||

|
||||

|
Reference in New Issue
Block a user