lbl-cbg / t5-commons

Code required for the Taskforce5 commons project.
1 stars 0 forks source link

is this repo properly scoped? #5

Open dsclassen opened 3 weeks ago

dsclassen commented 3 weeks ago

So far it seems this repo is being used for the sequence viewer. Should the repo be named t5-seq-viewer or something more specific and meaningful? Or is the intention that t5-commons will develop into a massive monorepo to hold all code and subprojects related to T5 commons?

oruebel commented 3 weeks ago

The original intent of this repo was mainly to have a space to share and collect scripts and other code snippets related to t5 (i.e., things that are too small or not mature enough to warrant separate repos). I think moving the sequence viewer to its own repo makes sense. Since the sequence viewer is growing as an app it makes sense to have it in its own repo. We could either move the sequence viewer to a new repo or rename this repo and create a new repo to collect other content (whichever is easiest is fine with me). @ajtritt @yonglbl thoughts?

dsclassen commented 3 weeks ago

There is no other code in here at the moment so wether or not we move or rename probably doesn't matter too much.

On a separate note...I have noticed that the current genome browser code is bootstrapped off of a project that used the very-out-of-date Create React App (CRA) to bundle the frontend code. We should really move this to Vite or something else that is actually supported.

yonglbl commented 3 weeks ago

yes, we can move to vite