Giter Club home page Giter Club logo

Comments (6)

kinow avatar kinow commented on June 26, 2024 1

Notes from discussion to move to cylc-web:

  • (Matt) Browser cookies? Or user session settings on server side? Should probably move to cylc/cylc-web.
  • (Hilary) Agreed. Not sure how to do it yet, but we don't want one user's family-collapse choices to affect other users viewing the same suite (as happens now)

from cylc-ui.

hjoliver avatar hjoliver commented on June 26, 2024

Currently lib/cylc/config.py computes the final pygraphviz graph structure that is plotted by the gcylc graph view (and the suite graph tool). This includes replacing family members with nodes representing collapsed families, so config.py (in the main program) keeps track of which family nodes are collapsed. This dates back to early cylc graphing days, prior to the gcylc graph view, when family collapsing was statically determined by the suite visualization config alone.

Another side effect of the current situation is that gcylc client graph views put extra load on the server, to compute graph updates.

The server (via config.py) should only compute (once) the static abstract graph structure determined by the suite definition, and all computation of the actual pygraphviz graph for the current task pool (gcylc) or a particular cycle time range (the graph tool) should be punted to the client programs.

from cylc-ui.

hjoliver avatar hjoliver commented on June 26, 2024

When we do this, we should also allow families to be grouped/ungrouped for a single cycle time, rather than for all cycle times present.

from cylc-ui.

benfitzpatrick avatar benfitzpatrick commented on June 26, 2024

I'm going to delay this until the communication refactor, if that's OK.

from cylc-ui.

hjoliver avatar hjoliver commented on June 26, 2024

That's OK.

from cylc-ui.

oliver-sanders avatar oliver-sanders commented on June 26, 2024

Superseded by #335

from cylc-ui.

Related Issues (20)

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.