Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
21 stars 12 forks source link

[Feature] Update challenge service to generate plot data from the OC DB #2065

Open tschaffter opened 10 months ago

tschaffter commented 10 months ago

What product(s) is this feature for?

OpenChallenges

Description

The OC challenge service is currently returning static data that @rrchai generated using TS code. The goal of this ticket is the update the challenge service so that the data are generated directly based on the content of the OC DB.

There are two ways of achieving this as described in #2019:

Anything else?

This is a good task for @rrchai to continue getting familiar with the development of the OC backend components.

Code of Conduct

rrchai commented 10 months ago

try first with JPA

tschaffter commented 9 months ago

Added to Sprint 23.10

tschaffter commented 8 months ago

Added to Sprint 23.11

rrchai commented 8 months ago

Update 2023-11-08

I am currently utilizing JPA as the initial approach; the work is still ongoing.

tschaffter commented 7 months ago

@rrchai I want us to spend the rest of November and December to harden the OC web app. For now this backend-related task will return to the backend.