```
update Implement standardized documentation for all database modules, including purpose, rules, and requirements for each CRUD operation; refactor existing comments to follow new documentation standard ```
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
//
|
||||
// PURPOSE:
|
||||
// Create new QuizCRQuestions record
|
||||
// REQ0006
|
||||
//
|
||||
// RULES:
|
||||
// error handled by caller
|
||||
// contain definition to collection only
|
||||
//
|
||||
|
||||
import { COL_QUIZ_CR_QUESTIONS } from '@/constants';
|
||||
import type { RecordModel } from 'pocketbase';
|
||||
|
||||
|
Reference in New Issue
Block a user