Skip to content

codeoscopic/avant2-website

Repository files navigation

Codeoscopic Avant 2 Website (https://avant2.es/)

Running version

https://avant2.es/productos-y-companias/

Avant2 - Products & Companies Widget

A widget for Avant2.es web page to show the current products and companies that are available (or in progress) in Codeoscopic's Avant2 insurance aggregator product.

The widget is coded in Apache Royale and consume data from Avant2.es WordPress CMS website exposed throught the WP REST API. The website implements CPT (Custom Post Types) as the data structure to allow add new products and companies and create the relationships easily thtough the WP admin interface.

The Royale front end used Jewel UI Set with customized look and feel to adapt to the Avant2.es website. Also Crux micro framework is used to add DI (Dependency Injection), IoC (Inversion of Control), Beans, event handling and more.

Royale-HTML2PDF

A library for Royale that wraps the html2pdf js library (https://github.com/eKoopmans/html2pdf.js)

It uses the node-cloning branch.