Skip to content

Commit

Permalink
Capitalize all todos
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Sep 28, 2023
1 parent 6fda3ce commit 6f8e3bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
return this.wizardService.state.context.importedUsers;
},
pollImportTask() {
// TO DO :: This has to be removed once the multiple user syncing has been fixed.
// TODO :: This has to be removed once the multiple user syncing has been fixed.
if (
this.learnersBeingImported.length > 0 ||
this.wizardService.state.context.importedUsers.length > 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</template>
<span v-else></span>
</template>
<!-- To DO: to be roled back when multiple user syncing is working in the upcoming release -->
<!-- TODO: to be roled back when multiple user syncing is working in the upcoming release -->
<!-- <KButton
v-if="loadingTask.status === 'COMPLETED' && isImportingSoud"
appearance="basic-link"
Expand Down Expand Up @@ -130,7 +130,7 @@
isSoud() {
return this.queue === SoudQueue;
},
// To Do: role this back when multiple user syncing is working in the upcoming release!
// TODO: role this back when multiple user syncing is working in the upcoming release!
// isImportingSoud() {
// return this.wizardService.state.context.lodImportOrJoin === LodTypePresets.IMPORT;
// },
Expand All @@ -150,7 +150,7 @@
this.pollTask();
},
methods: {
// To Do: role this back when multiple user syncing is working in the upcoming release!
// TODO: role this back when multiple user syncing is working in the upcoming release!
// importAnother() {
// this.isPolling = false;
// this.wizardService.send('IMPORT_ANOTHER');
Expand Down Expand Up @@ -234,7 +234,7 @@
},
},
$trs: {
// To Do: role this back when multiple user syncing is working in the upcoming release!
// TODO: role this back when multiple user syncing is working in the upcoming release!
// importAnother: {
// message: 'Import another user account',
// context: 'Link to restart the import step for another user. ',
Expand Down

0 comments on commit 6f8e3bf

Please sign in to comment.