jorgebotas

Results 13 issues of jorgebotas

- Alignment already implemented but needs smoothing - Blocks are also painted this way but it might be extendable to all figures...

The aligned panel in RectDrawer is an independent div in SmartView. It has to be downloaded altogether with the tree viz. Not a trivial deed as the tree is a...

BUG: in stv server, app.trees and app.layouts are stored in memory and shared across all users. Therefore, one user actions have repercussions over all others. Create a system for storing...

bug

We use very few external libraries for the frontend (and for the backend!): * dat.gui * sweetalert2 This makes the code quite simple, but the interface is way from pretty....

enhancement

- Restores add_features() method - Test for head overloading when getting/setting attributes

- Make layouts, faces, node and tree style fully customizable from front end. - Customization should be exportable as json-type format - Allow faces to accept json customization

The idea is that we will be able to use it in a similar way to this: http://etetoolkit.org/documentation/ete-view/

We currently have tests for the python code (in the `tests` directory, that can be run with pytest). But we have none for the javascript that live in `scripts/static/js`. It...

After we do a search, when we draw, the backend sends information about the nodes that are the result of a search, and about the parents of the results (and...

The choice of rectangular/circular representation could come from an external object that is passed in the initialization of the drawer. Then, from the gui we can control for any view...