Giter VIP home page Giter VIP logo

flea-web-app's People

Contributors

ember-tomster avatar kemaleren avatar mornevalentyn avatar stevenweaver avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flea-web-app's Issues

Hidden routes still exist

If runinfo.configuration.Tasks.hyphy_analysis=false, we hide certain tabs from the template. However, their routes still get created in the router.

.@each vs .[]

prop.[] only watches for array changes (like inserting/removing elements). prop.@each should be used for observing properties of each element, like [email protected].

@each only works one level deep.

d3 callbacks persist after component is destroyed

The alignment-overview component uses d3.select(window).on(event, callback) to check whether the shift key is pressed. However, these callbacks persist after navigating to a different route, and therefore try to modify a nonexistent component.

timeseries plot updated multiple times

onChartChange() observes multiple properties, and gets called multiple times if more than one change at once. It should use Ember.run.once() to run after all changes, but for some reason that does not work.

Upgrade phylotree version.

  • updating min and max bubble size is not working
  • duplicate nodes not getting cleared on first draw
  • add checkbox to disable bubbles
  • resize buttons do not work

Upgrade to Ember 2.0

  • fix all deprecation warnings
  • fix x-select-bootstrap-max when max=1
  • remove all two-way binding
  • switch to pods

Phylotree overview

Make it easier to zoom out, pan, and compress the tree so the whole thing is visible without scrolling.

protein structure color scale

  • add a legend
  • set a consistent color scale across all time points, so they are comparable
  • make color gradient customizable, to fix dynamic range

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.