Code Monkey home page Code Monkey logo

dav4rack_ext's People

Contributors

schmurfy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dav4rack_ext's Issues

Renaming a contact group doesn't work

I just started playing&testing your great extension. I figured that group renaming doesn't work. Is this related to the dummy data or indeed a bug?

controller report action refactor

I just read chrisroberts/dav4rack#45 and wanted to add my thoughts here (as it's more extension related).

What 'tools' do you need within the resource for the response?

I'm still reading through the code, but first impression is that values for href and props should sit on resource, then you could do sth like:

hrefs = resource.report_resources(request_document)
props = resource.report_props(request_document)

multistatus do |xml|
  hrefs.each do |_href, cur_resource|
    xml.response do
      xml.href _href

      if cur_resource && cur_resource.exist?
        propstats(xml, get_properties(cur_resource, props))
      else
        xml.status "#{http_version} #{NotFound.status_line}"
      end

    end
  end
end

does this help?

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.