Skip to content

Commit

Permalink
Deploying to gh-pages from @ 84c8f45 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Sep 21, 2023
1 parent 70511e7 commit 4483499
Show file tree
Hide file tree
Showing 102 changed files with 3,640 additions and 2,338 deletions.
8 changes: 5 additions & 3 deletions classes/BoardDoAuthorizable.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h3 id="accessors">
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="30" class="link-to-prism">apps/server/src/shared/domain/domainobject/board/types/board-do-authorizable.ts:30</a></div>
<div class="io-line">Defined in <a href="" data-line="32" class="link-to-prism">apps/server/src/shared/domain/domainobject/board/types/board-do-authorizable.ts:32</a></div>
</td>
</tr>

Expand All @@ -283,7 +283,7 @@ <h3 id="accessors">
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="34" class="link-to-prism">apps/server/src/shared/domain/domainobject/board/types/board-do-authorizable.ts:34</a></div>
<div class="io-line">Defined in <a href="" data-line="36" class="link-to-prism">apps/server/src/shared/domain/domainobject/board/types/board-do-authorizable.ts:36</a></div>
</td>
</tr>

Expand All @@ -294,7 +294,7 @@ <h3 id="accessors">
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="38" class="link-to-prism">apps/server/src/shared/domain/domainobject/board/types/board-do-authorizable.ts:38</a></div>
<div class="io-line">Defined in <a href="" data-line="40" class="link-to-prism">apps/server/src/shared/domain/domainobject/board/types/board-do-authorizable.ts:40</a></div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -358,6 +358,8 @@ <h3 id="accessors">
}

export interface UserBoardRoles {
firstName?: string;
lastName?: string;
roles: BoardRoles[];
userId: EntityId;
userRoleEnum: UserRoleEnum;
Expand Down
2 changes: 1 addition & 1 deletion classes/CourseScope.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ <h3 id="methods">
async findById(id: EntityId, populate &#x3D; true): Promise&lt;Course&gt; {
const course &#x3D; await super.findById(id);
if (populate) {
await this._em.populate(course, [&#x27;courseGroups&#x27;, &#x27;teachers&#x27;]);
await this._em.populate(course, [&#x27;courseGroups&#x27;, &#x27;teachers&#x27;, &#x27;substitutionTeachers&#x27;, &#x27;students&#x27;]);
}
return course;
}
Expand Down
31 changes: 15 additions & 16 deletions classes/SubmissionItemResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h6><b>Properties</b></h6>
</li>
<li>
<span class="modifier"></span>
<a href="#userData" >userData</a>
<a href="#userId" >userId</a>
</li>
</ul>
</td>
Expand All @@ -128,7 +128,7 @@ <h3 id="constructor">Constructor</h3>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="5" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:5</a></div>
<div class="io-line">Defined in <a href="" data-line="4" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:4</a></div>
</td>
</tr>

Expand Down Expand Up @@ -199,7 +199,7 @@ <h3 id="inputs">
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="20" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:20</a></div>
<div class="io-line">Defined in <a href="" data-line="19" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:19</a></div>
</td>
</tr>

Expand Down Expand Up @@ -235,7 +235,7 @@ <h3 id="inputs">
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="14" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:14</a></div>
<div class="io-line">Defined in <a href="" data-line="13" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:13</a></div>
</td>
</tr>

Expand Down Expand Up @@ -271,7 +271,7 @@ <h3 id="inputs">
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="17" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:17</a></div>
<div class="io-line">Defined in <a href="" data-line="16" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:16</a></div>
</td>
</tr>

Expand All @@ -282,17 +282,17 @@ <h3 id="inputs">
<tbody>
<tr>
<td class="col-md-4">
<a name="userData"></a>
<a name="userId"></a>
<span class="name">
<span class="modifier"></span>
<span ><b>userData</b></span>
<a href="#userData"><span class="icon ion-ios-link"></span></a>
<span ><b>userId</b></span>
<a href="#userId"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="../classes/UserDataResponse.html" target="_self" >UserDataResponse</a></code>
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

</td>
</tr>
Expand All @@ -301,13 +301,13 @@ <h3 id="inputs">
<b>Decorators : </b>
<br />
<code>
@ApiProperty()<br />
@ApiProperty({pattern: &#x27;[a-f0-9]{24}&#x27;})<br />
</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="23" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:23</a></div>
<div class="io-line">Defined in <a href="" data-line="22" class="link-to-prism">apps/server/src/modules/board/controller/dto/submission-item/submission-item.response.ts:22</a></div>
</td>
</tr>

Expand All @@ -328,14 +328,13 @@ <h3 id="inputs">
<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ApiProperty } from &#x27;@nestjs/swagger&#x27;;
import { TimestampsResponse } from &#x27;../timestamps.response&#x27;;
import { UserDataResponse } from &#x27;../user-data.response&#x27;;

export class SubmissionItemResponse {
constructor({ id, timestamps, completed, userData }: SubmissionItemResponse) {
constructor({ id, timestamps, completed, userId }: SubmissionItemResponse) {
this.id &#x3D; id;
this.timestamps &#x3D; timestamps;
this.completed &#x3D; completed;
this.userData &#x3D; userData;
this.userId &#x3D; userId;
}

@ApiProperty({ pattern: &#x27;[a-f0-9]{24}&#x27; })
Expand All @@ -347,8 +346,8 @@ <h3 id="inputs">
@ApiProperty()
completed: boolean;

@ApiProperty()
userData: UserDataResponse;
@ApiProperty({ pattern: &#x27;[a-f0-9]{24}&#x27; })
userId: string;
}
</code></pre>
</div>
Expand Down
Loading

0 comments on commit 4483499

Please sign in to comment.