Metadata-Version: 2.1
Name: collective.pivot
Version: 1.0b2
Summary: Display CGT Pivot informations
Home-page: https://github.com/IMIO/collective.pivot
Author: Christophe Boulanger
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.pivot
Project-URL: Source, https://github.com/IMIO/collective.pivot
Project-URL: Tracker, https://github.com/IMIO/collective.pivot/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

.. image:: https://github.com/IMIO/collective.pivot/workflows/Tests/badge.svg
    :target: https://github.com/IMIO/collective.pivot/actions?query=workflow%3ATests
    :alt: CI Status

.. image:: https://coveralls.io/repos/github/IMIO/collective.pivot/badge.svg?branch=main
    :target: https://coveralls.io/github/IMIO/collective.pivot?branch=main
    :alt: Coveralls

.. image:: https://img.shields.io/pypi/v/collective.pivot.svg
    :target: https://pypi.python.org/pypi/collective.pivot/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.pivot.svg
    :target: https://pypi.python.org/pypi/collective.pivot
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.pivot.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.pivot.svg
    :target: https://pypi.python.org/pypi/collective.pivot/
    :alt: License


================
collective.pivot
================

Plone plugin which makes a connection to the CGT's DB PIVOT.
This one display listing and details of various tourist offers.
It's also possible to add filters.


Features
--------

This products contains:
 - Content types : collective.pivot.Family;
 - Specific control panel configuration : Webservice url, authentication key and zipcode fields
 - Endpoint : To connect and get/query informations from CGT's DB PIVOT.
 - View with react component to display pivot "cards"

When Installing collective.pivot, it create a new "pivot" folder in Plone site root and it install 5 default families
 - "Hosting";
 - "Leisure / discovery";
 - "Tourism organizations";
 - "Events";
 - "Terroir"

Translations
------------

This product has been translated into

- French


Installation
------------

Install collective.pivot by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.pivot


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/imio/collective.pivot/issues
- Source Code: https://github.com/imio/collective.pivot


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Christophe Boulanger, christophe.boulanger@imio.be


Changelog
=========


1.0b2 (2023-10-12)
------------------

- Fix translation function
  [boulch]

- Fix post_install when the targeted site not allow default Folder on plonesite root
  [boulch]


1.0b1 (2023-01-09)
------------------

- Add plone6 profile to fix collective.pivot.Family icons
  [boulch]


1.0a7 (2022-01-14)
------------------

- Use translate instead of ITranslationDomain
  [boulch]


1.0a6 (2021-03-10)
------------------

- remove useless plone.app.referenceablebehavior (bring archetypes!)
- update translations
  [boulch]


1.0a5 (2021-02-03)
------------------
- Improved UI
  [thomlamb]

- Modification react to display the popup from the map to the hover items.
  [thomlamb]

- Improved accessibility.
  [thomlamb]


1.0a4 (2021-02-01)
------------------

- Fix offer codeCgt
  [boulch]


1.0a3 (2020-12-17)
------------------

- [WEB-3482] Add toggle map button
  [thomlamb]

- [WEB-3482] Adding styles for pivot view
  [thomlamb]

- [WEB-3482] Add less package for react and webpack
  [thomlamb]


1.0a2 (2020-12-17)
------------------
- [WEB-3482] Add toggle map button
  [thomlamb]

- [WEB-3482] Adding styles for pivot view
  [thomlamb]

- [WEB-3482] Add less package for react and webpack
  [thomlamb]

- [WEB-3482] Get new attributes from Pivot : email
  [boulch]

- [WEB-3482] Get new attributes from Pivot (CP, Locality, phone1)
  [boulch]

- [WEB-3482] Split to diffetent files js and css on react project
  [thomlamb]


1.0a1 (2020-12-04)
------------------
- added a react and webpack project for the pivot frontend
  [thomlamb]

- Initial release.
  [boulch]
