Skip to content

Commit

Permalink
docs: change the directive to @class
Browse files Browse the repository at this point in the history
  • Loading branch information
yudukikun5120 committed Nov 11, 2022
1 parent 0685d91 commit 910c994
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/methods/AssignmentManager.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @description The consistency of assignment data relys on the identity of the primary key of the database.
*/

import Dexie, { Table } from "dexie"

type AssignmentData = {
Expand Down Expand Up @@ -31,6 +27,9 @@ class AssignmentDatabase extends Dexie {
}
}

/**
* @class The `AssignmentManager` class is responsible for managing the assignment information and stores it in the IndexedDB. The consistency of assignment data relies on the identity of the primary key of the database.
*/
class AssignmentManager {
init() {
this.storeAssignmentData()
Expand Down

0 comments on commit 910c994

Please sign in to comment.