Thomas Schaffter

Results 262 comments of Thomas Schaffter

@rrchai @vpchung This [diagram](https://lucid.app/lucidchart/8c3a453b-9d4a-43b7-95ab-af1171069d83/edit?invitationId=inv_6d39cf99-1bc6-4dbe-a6dd-c0c9c1512ab9&page=k78uOcUKCVCZ#) shows the architecture I have in mind for pulling challenges and bring them to the OpenChallenges DB. The idea is that candidate challenges would be stored...

## Update This architecture [diagram](https://lucid.app/lucidchart/8c3a453b-9d4a-43b7-95ab-af1171069d83/edit?invitationId=inv_6d39cf99-1bc6-4dbe-a6dd-c0c9c1512ab9&page=k78uOcUKCVCZ#) captures the entire data processing workflow. The remaining piece of work is the creation of a search service that leverage Elasticsearch, ideally instead of the...

## Update We make good progress on architecting how the data will flow from the different data sources to the OC DB. My next highest priority is to develop the...

### Update 2023-04-03 We have a draft of the workflow in Lucidchart, which needs to be cleaned up. I won't have time to work on this Epic this in April...

We are already showing examples of search terms on the home page. Is the goal of this suggestion to provide the user with many challenges without requiring them to specify...

## Storage Usage Type of EC2 instance used: `t3.2xlarge` (see [docs](https://github.com/Sage-Bionetworks/sage-monorepo/blob/main/docs/develop-on-a-remote-host.md#on-the-service-catalog-portal)) Starting a fresh dev container + removing `node_modules`: ```console vscode@108c376e44d7:/workspaces/sage-monorepo$ df -h Filesystem Size Used Avail Use% Mounted on...

## Building all the projects ```console $ nx run-many --target=build ✔ nx run schematic-api-description:build (2s) ✔ nx run openchallenges-api-description:build-individuals (3s) ✔ nx run openchallenges-api-description:build (990ms) ✔ nx run openchallenges-api-client-angular-deprecated:build:production (6s)...

@rrchai inputDataTypes and topics deserve their own issue. Implementing inputDataTypes should be relatively straightforward but tag may be a bit more complicated depending on whether we plan for user to...