Skip to content

umrlastig/annotator

Repository files navigation

A simple Annotation tool for SUBDENSE

dev

Shell #1

sbt ~fastLinkJS

Shell #2

npm install
npm run dev

build

Shell #1

sbt fullOptJS
npm run build

cleanup script

To clean up a messy repo with duplicate annotations, use the dedicated script. It uses environment variables REPO_URL and GITHUB_TOKEN. It has two modes: dry-run and standard. The dry-run process simulates the process but does not push the results.

export REPO_URL="https://github.com/umrlastig/annotation-example.git"
export GITHUB_TOKEN="ghp_..."
sbt "backend/run --dry-run"

To actually commit and push the clean repo, use:

export REPO_URL="https://github.com/umrlastig/annotation-example.git"
export GITHUB_TOKEN="ghp_..."
sbt "backend/run"

TODO

  • sorting of objects for annotation?

Layers in Personal dashboard

  • annotated vs not annotated
  • annotated link types
  • annotated change types

Layers in Global dashboard

  • annotated vs not annotated
  • annotated types (majority?)
  • annotation conflict?

Acknowledgments

Loading_2.gif from KopiteCowboy, CC BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0, via Wikimedia Commons

About

A ScalaJs annotator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors