Skip to content
Alexandre CUER edited this page Aug 30, 2019 · 11 revisions

Welcome to the sharebox wiki!

The development of Colibri was not really planned

It started as a classic rails application. For a better user experience, an API engine was implemented to feed the ajax views

The result is an hybrid application that offers 2 types of navigation within the files/folders system : breadcrumbs and tree view, which we use to call ajax browsing system

Care has been taken to ensure not to burn more SQL requests as required, via the implementation of metadatas, for folders and satisfactions records at first :

  • folders have a json meta field list...
  • satisfactions have a more basic textual meta
Clone this wiki locally