Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agregar nuevo commando a scribe. #448

Open
Tracked by #444
AlxEnashi opened this issue Jun 3, 2024 · 0 comments
Open
Tracked by #444

Agregar nuevo commando a scribe. #448

AlxEnashi opened this issue Jun 3, 2024 · 0 comments
Assignees

Comments

@AlxEnashi
Copy link
Contributor

AlxEnashi commented Jun 3, 2024

Comando updateScore de scribe psql.
A partir de un input que identifica el detector, la version del detector, el objeto, las categorias y el valor del score en cada categoria, se debe generar una entrada en la tabla score.

Input:
pendiente

collection: Score
id: oid
data: {
  detector_name: name,
  detector_version: version,
  categories: [
    { name: categori1, score: 123}, ...
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants