Skip to content

Commit

Permalink
Merge pull request #114 from Sunbird-inQuiry/release-6.2.0
Browse files Browse the repository at this point in the history
Release 6.2.0
  • Loading branch information
sajeshkayyath authored Sep 20, 2023
2 parents 2a0d1af + a04fbb0 commit c682757
Show file tree
Hide file tree
Showing 64 changed files with 2,409 additions and 3,353 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ Thumbs.db


# Web components Files
project-sunbird-sunbird-questionset-editor-web-component-*
project-sunbird-sunbird-questionset-editor-web-component-*

.env
7 changes: 5 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"node_modules/@project-sunbird/sunbird-quml-player-web-component/sunbird-quml-player.js",
"src/assets/libs/iziToast/iziToast.min.js",
"node_modules/jquery.fancytree/dist/jquery.fancytree-all-deps.min.js",
"node_modules/@project-sunbird/sunbird-file-upload-library/sunbird-file-upload-library.js",
"src/assets/lib/dimmer.min.js",
"src/assets/lib/transition.min.js",
"src/assets/lib/modal.min.js",
Expand Down Expand Up @@ -176,9 +177,10 @@
"karmaConfig": "projects/questionset-editor-library/karma.conf.js",
"scripts": [
"src/assets/libs/iziToast/iziToast.min.js",
"node_modules/jquery/dist/jquery.min.js"
"node_modules/jquery/dist/jquery.min.js",
"node_modules/@project-sunbird/sunbird-file-upload-library/sunbird-file-upload-library.js"
],
"codeCoverageExclude": [
"codeCoverageExclude": [
"projects/questionset-editor-library/src/lib/interfaces/*/*.ts"
]
}
Expand Down Expand Up @@ -238,6 +240,7 @@
"node_modules/@project-sunbird/sunbird-quml-player-web-component/sunbird-quml-player.js",
"src/assets/libs/iziToast/iziToast.min.js",
"node_modules/jquery.fancytree/dist/jquery.fancytree-all-deps.min.js",
"node_modules/@project-sunbird/sunbird-file-upload-library/sunbird-file-upload-library.js",
"src/assets/lib/dimmer.min.js",
"src/assets/lib/transition.min.js",
"src/assets/lib/modal.min.js",
Expand Down
2 changes: 0 additions & 2 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ config: {
review: string[],
},
maxDepth: number, //Ex.: 1
publicStorageAccount: 'url', //Ex.: https://dockstorage.blob.core.windows.net/
assetConfig: object,
objectType: 'string', //Ex.: QuestionSet
primaryCategory: 'string', //Ex.: Practice Question Set
Expand Down Expand Up @@ -180,7 +179,6 @@ Description of the properties for the config:
| `iconClass` | It is `string` and that defines the icon of root node | true | `fa fa-book` |
| `children` | It is an `object` and If maxdepth is 0 than children inside the root node defines the content type. **For example:** `children: {Question: ["Multiple Choice Question", "Subjective Question"]}` | true | |
| `contentPolicyUrl` | It is `string` and It defines where should the content policy link will be redirected. | true | `/term-of-use.html` |
| `publicStorageAccount` | It is `url` and URL of the blob storage **For example:** `https://dockstorage.blob.core.windows.net/` | true | |
| `mode` | It is `string` and that defines the mode in editor is to be loaded. **For example:** `edit / review / read / sourcingReview / orgReview` | false | `edit` |
| `editableFields` | It is an `object` and that defines the mode in editor is to be loaded. | false | `{ sourcingreview: [], orgreview: [], review: [], }` |
| `maxDepth` | It is `number` and Defines the depth to which the textbook is to be created. If the depth is 1, hierarchy should have level1 described. | false | **For example:** `1` |
Expand Down
Loading

0 comments on commit c682757

Please sign in to comment.