Giter Site home page Giter Site logo

Comments (4)

jrosindell avatar jrosindell commented on May 22, 2024

For the museum display, this should also store the the components of the original URL that we may need to reset to after screensaver. Initially this will just be default tree position. It might be easier to just save the entire URL (and even maybe reload the page)

from oztree.

hyanwong avatar hyanwong commented on May 22, 2024

I have coded up the possibility of passing colour changes in to the web page, so a museum can modify minlife.html to add e.g. var tree_config={projection:'polytomy','colours.branch.stroke':'rgb(100,0,100}' which will allow them to set their own tree type and colour schemes without passing them via the URL. But this would be a nice feature to have, regardless.

from oztree.

hyanwong avatar hyanwong commented on May 22, 2024

Actually, since the code I have written passes stuff via OZentry.default() which is a javascript routine, then we should be able to pass a JSON string in the URL which can be passed on to the JS function.

from oztree.

hyanwong avatar hyanwong commented on May 22, 2024

Much of the groundwork for this is now there. I think the only 3 things to do are

  1. parse values like d_vis=AT&d_cols=tree&d_cols.branch.stroke=rgb(0,0,0) from the URL into JSON like {'vis':'AT', 'cols':'tree','cols.branch.stroke':'rgb(0,0,0)'}, which we can then pass in to the constructor, overriding any previously set in the tree_config variable.
  2. save these initial bits of the URL into config.default_setting in global_config.js
  3. test, test, test!

NB 1. could be done either in web2py or by parsing the URL string in ECMAscript. We already have to do the latter to get e.g. locations working, so perhaps we should also parse setting there. The problem is we would want to override the set_defaults options specified when setting up the OZentry.default() call, but I guess this is OK: we can just call set_defaults(new_params) again.

from oztree.

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.