generated from CodrJS/ts-microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
RESTfulRESTful specificRESTful specificdomain: projectAn issue in the Project domainAn issue in the Project domainkafkaKafka specificKafka specific
Description
models:
interface Annotation {
"createdAt": Date;
"updatedAt": Date;
"completedAt": Date;
"context": string; // question id or other identifying text
"response": string; // the input from the user
"createdBy": ObjectId; // user collection ref
"reviewedBy": ObjectId | undefined; // user collection ref
"sample": ObjectId; // sample collection ref
"status": "COMPLETE" | "APPROVED" | "REJECTED";
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RESTfulRESTful specificRESTful specificdomain: projectAn issue in the Project domainAn issue in the Project domainkafkaKafka specificKafka specific
Type
Projects
Status
👀 In review