intermine / bluegenes

A friendly next-generation interface for Genomic data discovery powered by InterMine
http://bluegenes.apps.intermine.org
Other
76 stars 56 forks source link

code tidy-up - migrate files #253

Closed yochannah closed 5 years ago

yochannah commented 6 years ago

ok, we have legacy folder structure from a few different refactors. Consider the following folders

/src/cljs/bluegenes/components /src/cljs/bluegenes/sections

some pages (e.g. templates, idresolver) live in the components folder, while others live in the sections folder. It's a bit of a guess as to what lives where!

Shall we disambiguate? I propose the following strategy:

Furthermore, we briefly decided and then un-decided to keep all events in an /src/cljs/bluegenes/events folder rather than individual component folder, and the same for subscriptions. We didn't actually do this for long before deciding not to do it, though - and we should probably migrate all the files out of these two folders and in to the right places, instead.

yochannah commented 5 years ago

Closed by that above PR.