Skip to content

Experiment (views, API, etc.)#6715

Draft
chaoran-chen wants to merge 1 commit into
mainfrom
loculus-vision
Draft

Experiment (views, API, etc.)#6715
chaoran-chen wants to merge 1 commit into
mainfrom
loculus-vision

Conversation

@chaoran-chen

@chaoran-chen chaoran-chen commented Jun 18, 2026

Copy link
Copy Markdown
Member

This PR combines different ideas:

  • Backend-based configuration system with admin panel
  • Proposed API structure with proxying through the backend
  • Views

🚀 Preview: https://loculus-vision.loculus.org

@chaoran-chen chaoran-chen added the preview Triggers a deployment to argocd label Jun 18, 2026
@claude claude Bot added backend related to the loculus backend component website Tasks related to the web application deployment Code changes targetting the deployment infrastructure preprocessing Issues related to the preprocessing component labels Jun 18, 2026
val url = lapisBaseUrl.trimEnd('/') + lapisPath
log.debug { "Proxying POST $url" }
val request = HttpRequest.newBuilder()
.uri(URI.create(url))
val url = lapisBaseUrl.trimEnd('/') + lapisPath + query
log.debug { "Proxying GET $url" }
val request = HttpRequest.newBuilder()
.uri(URI.create(url))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend related to the loculus backend component deployment Code changes targetting the deployment infrastructure preprocessing Issues related to the preprocessing component preview Triggers a deployment to argocd website Tasks related to the web application

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants