Skip to content

Commit

Permalink
Deploying to gh-pages from @ 166f2fd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Aug 6, 2024
1 parent 7830306 commit f0a2ee4
Show file tree
Hide file tree
Showing 136 changed files with 3,813 additions and 3,717 deletions.
46 changes: 45 additions & 1 deletion classes/ConfigResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ <h6><b>Properties</b></h6>
<span class="modifier"></span>
<a href="#FEATURE_ADMIN_TOGGLE_STUDENT_LERNSTORE_VIEW_ENABLED" >FEATURE_ADMIN_TOGGLE_STUDENT_LERNSTORE_VIEW_ENABLED</a>
</li>
<li>
<span class="modifier"></span>
<a href="#FEATURE_AI_TUTOR_ENABLED" >FEATURE_AI_TUTOR_ENABLED</a>
</li>
<li>
<span class="modifier"></span>
<a href="#FEATURE_ALLOW_INSECURE_LDAP_URL_ENABLED" >FEATURE_ALLOW_INSECURE_LDAP_URL_ENABLED</a>
Expand Down Expand Up @@ -424,7 +428,7 @@ <h3 id="constructor">Constructor</h3>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="213" class="link-to-prism">apps/server/src/modules/server/api/dto/config.response.ts:213</a></div>
<div class="io-line">Defined in <a href="" data-line="216" class="link-to-prism">apps/server/src/modules/server/api/dto/config.response.ts:216</a></div>
</td>
</tr>

Expand Down Expand Up @@ -717,6 +721,42 @@ <h3 id="inputs">
</tr>


</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="FEATURE_AI_TUTOR_ENABLED"></a>
<span class="name">
<span class="modifier"></span>
<span ><b>FEATURE_AI_TUTOR_ENABLED</b></span>
<a href="#FEATURE_AI_TUTOR_ENABLED"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>

</td>
</tr>
<tr>
<td class="col-md-4">
<b>Decorators : </b>
<br />
<code>
@ApiProperty()<br />
</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="216" class="link-to-prism">apps/server/src/modules/server/api/dto/config.response.ts:216</a></div>
</td>
</tr>


</tbody>
</table>
<table class="table table-sm table-bordered">
Expand Down Expand Up @@ -3034,6 +3074,9 @@ <h3 id="inputs">
@ApiProperty()
FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED: boolean;

@ApiProperty()
FEATURE_AI_TUTOR_ENABLED: boolean;

constructor(config: ServerConfig) {
this.ACCESSIBILITY_REPORT_EMAIL &#x3D; config.ACCESSIBILITY_REPORT_EMAIL;
this.ADMIN_TABLES_DISPLAY_CONSENT_COLUMN &#x3D; config.ADMIN_TABLES_DISPLAY_CONSENT_COLUMN;
Expand Down Expand Up @@ -3103,6 +3146,7 @@ <h3 id="inputs">
this.FEATURE_MEDIA_SHELF_ENABLED &#x3D; config.FEATURE_MEDIA_SHELF_ENABLED;
this.BOARD_COLLABORATION_URI &#x3D; config.BOARD_COLLABORATION_URI;
this.FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED &#x3D; config.FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED;
this.FEATURE_AI_TUTOR_ENABLED &#x3D; config.FEATURE_AI_TUTOR_ENABLED;
}
}
</code></pre>
Expand Down
4 changes: 2 additions & 2 deletions coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -20431,7 +20431,7 @@
<td>ConfigResponse</td>
<td align="right" data-sort="0">
<span class="coverage-percent">0 %</span>
<span class="coverage-count">(0/67)</span>
<span class="coverage-count">(0/68)</span>
</td>
</tr>
<tr class="low">
Expand Down Expand Up @@ -20491,7 +20491,7 @@
<td>ServerConfig</td>
<td align="right" data-sort="0">
<span class="coverage-percent">0 %</span>
<span class="coverage-count">(0/55)</span>
<span class="coverage-count">(0/56)</span>
</td>
</tr>
<tr class="low">
Expand Down
41 changes: 41 additions & 0 deletions interfaces/ServerConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ <h6><b>Properties</b></h6>
FEATURE_ADMIN_TOGGLE_STUDENT_LERNSTORE_VIEW_ENABLED
</a>
</li>
<li>
<a href="#FEATURE_AI_TUTOR_ENABLED"
>
FEATURE_AI_TUTOR_ENABLED
</a>
</li>
<li>
<a href="#FEATURE_ALLOW_INSECURE_LDAP_URL_ENABLED"
>
Expand Down Expand Up @@ -704,6 +710,39 @@ <h3 id="inputs">Properties</h3>



</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="FEATURE_AI_TUTOR_ENABLED"></a>
<span class="name "><b>FEATURE_AI_TUTOR_ENABLED</b>
<a href="#FEATURE_AI_TUTOR_ENABLED">
<span class="icon ion-ios-link"></span>
</a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>FEATURE_AI_TUTOR_ENABLED: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
</code>
</td>
</tr>


<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>

</td>
</tr>





</tbody>
</table>
<table class="table table-sm table-bordered">
Expand Down Expand Up @@ -2421,6 +2460,7 @@ <h3 id="inputs">Properties</h3>
SCHULCONNEX_CLIENT__TOKEN_ENDPOINT: string | undefined;
SCHULCONNEX_CLIENT__CLIENT_ID: string | undefined;
SCHULCONNEX_CLIENT__CLIENT_SECRET: string | undefined;
FEATURE_AI_TUTOR_ENABLED: boolean;
}

const config: ServerConfig &#x3D; {
Expand Down Expand Up @@ -2585,6 +2625,7 @@ <h3 id="inputs">Properties</h3>
&#x27;FEATURE_MIGRATION_WIZARD_WITH_USER_LOGIN_MIGRATION&#x27;
) as boolean,
FEATURE_SANIS_GROUP_PROVISIONING_ENABLED: Configuration.get(&#x27;FEATURE_SANIS_GROUP_PROVISIONING_ENABLED&#x27;) as boolean,
FEATURE_AI_TUTOR_ENABLED: Configuration.get(&#x27;FEATURE_AI_TUTOR_ENABLED&#x27;) as boolean,
};

export const serverConfig &#x3D; () &#x3D;&gt; config;
Expand Down
4 changes: 2 additions & 2 deletions js/search/search_index.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions miscellaneous/enumerations.html
Original file line number Diff line number Diff line change
Expand Up @@ -8205,6 +8205,16 @@ <h3>apps/server/src/shared/domain/types/school-feature.enum.ts</h3>
<i>Value : </i><code>enableLdapSyncDuringMigration</code>
</td>
</tr>
<tr>
<td class="col-md-4">
&nbsp;AI_TUTOR
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Value : </i><code>aiTutor</code>
</td>
</tr>
</tbody>
</table>
</section>
Expand Down
1 change: 1 addition & 0 deletions miscellaneous/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -6517,6 +6517,7 @@ <h3></h3> <table class="table table-sm table-bordered">
&#x27;FEATURE_MIGRATION_WIZARD_WITH_USER_LOGIN_MIGRATION&#x27;
) as boolean,
FEATURE_SANIS_GROUP_PROVISIONING_ENABLED: Configuration.get(&#x27;FEATURE_SANIS_GROUP_PROVISIONING_ENABLED&#x27;) as boolean,
FEATURE_AI_TUTOR_ENABLED: Configuration.get(&#x27;FEATURE_AI_TUTOR_ENABLED&#x27;) as boolean,
}</code>
</td>
</tr>
Expand Down
8 changes: 4 additions & 4 deletions modules/AuthorizationReferenceModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@
<title>cluster_AuthorizationReferenceModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 2488,-268 2488,-70 8,-70"/>
</g>
<g id="clust4" class="cluster">
<title>cluster_AuthorizationReferenceModule_exports</title>
<polygon fill="none" stroke="black" points="1117,-208 1117,-260 1329,-260 1329,-208 1117,-208"/>
</g>
<g id="clust3" class="cluster">
<title>cluster_AuthorizationReferenceModule_imports</title>
<polygon fill="none" stroke="black" points="1966,-78 1966,-130 2480,-130 2480,-78 1966,-78"/>
Expand All @@ -129,6 +125,10 @@
<title>cluster_AuthorizationReferenceModule_providers</title>
<polygon fill="none" stroke="black" points="16,-78 16,-130 1958,-130 1958,-78 16,-78"/>
</g>
<g id="clust4" class="cluster">
<title>cluster_AuthorizationReferenceModule_exports</title>
<polygon fill="none" stroke="black" points="1117,-208 1117,-260 1329,-260 1329,-208 1117,-208"/>
</g>
<!-- AuthorizationModule -->
<g id="node1" class="node">
<title>AuthorizationModule</title>
Expand Down
8 changes: 4 additions & 4 deletions modules/AuthorizationReferenceModule/dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f0a2ee4

Please sign in to comment.