Skip to content

Create an annotation microservice in the project domain #1

@DylanBulmer

Description

@DylanBulmer

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";
}

Metadata

Metadata

Assignees

Labels

RESTfulRESTful specificdomain: projectAn issue in the Project domainkafkaKafka specific

Type

No type

Projects

Status

👀 In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions