tair / ifad-backend

Interactive Functional Annotations Dashboard
http://ec2-3-15-183-113.us-east-2.compute.amazonaws.com/app/#/snapshot/genes
0 stars 1 forks source link

Reorganize files into a more flat hierarchy #26

Closed nicholastmosher closed 4 years ago

nicholastmosher commented 4 years ago

Our files were pretty much a mess before, we had way more folders than we needed.

Now we have a more flat file hierarchy!

assets/
src/
  __tests__/
    ...
  services/
    v1.ts
  config.ts
  export.ts
  index.ts
  ingest.ts
  queries.ts

:tada: