@codrjs/models
v1.0.15
Published
![npm version](https://img.shields.io/npm/v/@codrjs/models) [![CodeQL](https://github.com/CodrJS/models/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/CodrJS/models/actions/workflows/codeql.yml)
Downloads
6
Readme
@codrjs/models
Purpose
This module is for defining all reusable models for Codr.
Getting started
### Clone the repository
git clone [email protected]:CodrJS/models.git
### Install the dependencies
yarn install
TODO
- [ ] Create interfaces for all database models
- [ ] Create enums for all predefined states (e.g. user roles, annotation task type, etc.)
- [ ] Create general-use types