Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

AJAX / JSON / AHAH interface of GenericPlugin #115

Description

@justinasjaronis

There is one thing that is a must for modern websites that Arkestra really lacks - generic asynchronious data supply interface, that would allow update content from Arkestra plugins not only via views and page reloads, but also using Javascript.

We are planning to start one project using Arkestra and this functionality is trivial to us, and we can contribute implementing it.

Use cases, in which we require fetch various data from Arkestra:

  • In news and events CMS plugin instance, we would love to have "more news" button that would show older / not so important portion of news. Clicking it once again it would show even more.
  • In news and events list page, we are required to display more news, when scroll hits the bottom (same as Facebook wall page works).
  • Anywhere in news and events CMS plugin instance site and in news list page we require present filters for a visitor (category, importance, related entity and so on) which would trigger the queryset and display filtered records only.
  • In contacts and people page, we need to implement dynamic filtering and display of relevant contacts to search query (preferably in real time).

Maybe someone has any thoughts about implementing this in elegant way that it would be usable for any other project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions