GMOD / Apollo3

JBrowse 2 plugin for editing annotations on an Apollo server
Apache License 2.0
7 stars 4 forks source link

Avoid having to keep refNameAliases fromConfigAdapter for Apollo assemblies #250

Open garrettjstevens opened 1 year ago

garrettjstevens commented 1 year ago

Right now some places in the client code use the ref name, (e.g. "ctgA") and some use the unique ID assigned by MongoDB. We need to investigate if we can only use the name in the client so that we don't have to keep a map of aliases in memory.

If we can't avoid it, we need to find a way to keep the map not in memory.

gawandeabhishek commented 7 months ago

Hi @garrettjstevens, I am interested in resolving this issue. Could you please share the approach to address it? I am familiar with MongoDB and eager to contribute to solving this problem.