Git Product home page Git Product logo

islands's People

Contributors

ajax-als avatar levchuk-oleg avatar snrostov avatar tilid avatar upyrj avatar vgorovoy 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

islands's Issues

Редактор форм - вывод ошибок построчно

Редактор форм http://interactive-answers.webmaster.yandex.ru/editor/ при нахождении ошибок в xml выводит текст всех ошибок сплошным текстом, без разделения. Хотелось бы, чтобы текст каждой ошибки выводился с новой строки, так легче читается.

Сейчас:

Фильтр 'Категория' проставляет значение несуществующему плейсхолдеру type Фильтр 'Вид потолков' проставляет значение несуществующему плейсхолдеру type Фильтр 'Тип стеклянных изделий' проставляет значение несуществующему плейсхолдеру type Фильтр 'Тип светильников' проставляет значение несуществующему плейсхолдеру type

Нужно:

Фильтр 'Категория' проставляет значение несуществующему плейсхолдеру type
Фильтр 'Вид потолков' проставляет значение несуществующему плейсхолдеру type
Фильтр 'Тип стеклянных изделий' проставляет значение несуществующему плейсхолдеру type
Фильтр 'Тип светильников' проставляет значение несуществующему плейсхолдеру type

islands_editor_text_1372091855745

Аналог <input type="hidden" />

Столкнулся с необходимостью передать параметр, не требующий выбора пользователем, то есть всегда одно и то же значение. Как его можно прописать в xml?

Думаю, в такой ситуации отлично бы подошёл аналог с предустановленным значением. Прошу рассмотреть предложение, заранее спасибо!

interaction:http_handler:response_type

interaction:http_handler:response_type (enum) — необязательный тег, 
обозначающий тип запроса к API. Если тег не указан, по умолчанию 
тип считается GET. Возможные значения GET, POST

по логике это должно называться interaction:http_handler:request_method потому, что речь о запросе, а GET или POST в терминологии http принято называть "методами".
или объясните подробнее почему у вас оно так называется?

Поиск и расчет стоимости проживания в отеле

Добрый день! У меня система бронирования (своя база и данные) позволяющая производить расчет стоимости проживания применительно к одному или всем объектам по локации (курорту). Система работает с различными типами недвижимости (отели, виллы, апартаменты и дома). В форме расчета имеется селектор выбора типов. Где найти схемы для описания последних?

Use of JSON-LD

I just stumbled across this project and it looks highly interesting. I'm wondering if you've considered to use/support JSON-LD. It allows you to serialize the data in natural looking JSON but at the same time to map it to OGP concepts. In most cases, all you have to do is to add a single line. The example from the docu could look as follows:

{
  "@context": "http://islands.yandex.com/",
  "interaction": "BookTable",
  "web_handler": "http://menu.ru/order/table"
}

This would simplify the interpretation of responses from Web APIs enormously I think.

Of course it is also possible to embed that directly in a HTML page using a script that. The JSON-LD specification contains an example illustrating that.

The context maps the simple JSON keys in the example above to URLs from the OGP vocabulary. So the document at http://islands.yandex.com/ would look something like

{
  "@context": {
    "og": "http://ogp.me/ns#",
    "interaction": "og:interaction",
    "web_handler": "og:interaction:web_handler"
  }
}

Disclaimer: I'm one of the authors of the JSON-LD specification.

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.