Skip to content

Commit

Permalink
Add basic documentation to the AllTasks component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 9, 2024
1 parent 215f313 commit b9890f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/Teacher/AllTasks.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<script setup lang="ts">
/**
* This component displays a table that allows filtering and sorting
* of tasks.
* It is only available to teachers, and it is accessible from the main page.
*/
import type { Config, ConfigColumns, Api as DataTableObject } from 'datatables.net';
import DataTablesCore from 'datatables.net-bs5';
import DataTable from 'datatables.net-vue3';
Expand Down

0 comments on commit b9890f5

Please sign in to comment.