.eslintrc.json
.gitlab-ci.yml
.prettierrc.json
.stylelintrc.json
.travis.yml
CHANGES.rst
CONTRIBUTORS.rst
DEVELOP.rst
LICENSE.GPL
LICENSE.rst
MANIFEST.in
README.rst
constraints.txt
constraints_plone52.txt
package.json
postcss.config.js
publiccode.yml
requirements.txt
setup.cfg
setup.py
webpack.config.js
yarn.lock
docs/MA_Plone5_uso_CustomerSatisfaction.pdf
docs/conf.py
docs/customer-satisfaction_1-Recensione.jpg
docs/customer-satisfaction_2-Elenco-Recensioni.jpg
docs/customer-satisfaction_3-Dettaglio-Commenti.jpg
docs/index.rst
src/rer/__init__.py
src/rer.customersatisfaction.egg-info/PKG-INFO
src/rer.customersatisfaction.egg-info/SOURCES.txt
src/rer.customersatisfaction.egg-info/dependency_links.txt
src/rer.customersatisfaction.egg-info/entry_points.txt
src/rer.customersatisfaction.egg-info/namespace_packages.txt
src/rer.customersatisfaction.egg-info/not-zip-safe
src/rer.customersatisfaction.egg-info/requires.txt
src/rer.customersatisfaction.egg-info/top_level.txt
src/rer/customersatisfaction/__init__.py
src/rer/customersatisfaction/configure.zcml
src/rer/customersatisfaction/interfaces.py
src/rer/customersatisfaction/permissions.zcml
src/rer/customersatisfaction/setuphandlers.py
src/rer/customersatisfaction/testing.py
src/rer/customersatisfaction/browser/__init__.py
src/rer/customersatisfaction/browser/adapters.py
src/rer/customersatisfaction/browser/configure.zcml
src/rer/customersatisfaction/browser/customer_satisfaction.pt
src/rer/customersatisfaction/browser/customer_satisfaction.py
src/rer/customersatisfaction/browser/customer_satisfaction_viewlet.pt
src/rer/customersatisfaction/browser/show_feedbacks.pt
src/rer/customersatisfaction/browser/show_feedbacks.py
src/rer/customersatisfaction/browser/viewlets.py
src/rer/customersatisfaction/browser/overrides/.gitkeep
src/rer/customersatisfaction/browser/static/.gitkeep
src/rer/customersatisfaction/browser/static/rer-customersatisfaction.css
src/rer/customersatisfaction/browser/static/rer-customersatisfaction.js
src/rer/customersatisfaction/browser/static/react/logo_rer.gif
src/rer/customersatisfaction/browser/static/react/dist/dev/history.css
src/rer/customersatisfaction/browser/static/react/dist/dev/history.css.map
src/rer/customersatisfaction/browser/static/react/dist/dev/history.js
src/rer/customersatisfaction/browser/static/react/dist/dev/history.js.map
src/rer/customersatisfaction/browser/static/react/dist/prod/history.css
src/rer/customersatisfaction/browser/static/react/dist/prod/history.css.map
src/rer/customersatisfaction/browser/static/react/dist/prod/history.js
src/rer/customersatisfaction/browser/static/react/dist/prod/history.js.map
src/rer/customersatisfaction/browser/static/react/javascripts/ApiContext.js
src/rer/customersatisfaction/browser/static/react/javascripts/TranslationsContext.js
src/rer/customersatisfaction/browser/static/react/javascripts/history/App.js
src/rer/customersatisfaction/browser/static/react/javascripts/history/App.less
src/rer/customersatisfaction/browser/static/react/javascripts/history/index.js
src/rer/customersatisfaction/browser/static/react/javascripts/history/utils.js
src/rer/customersatisfaction/browser/static/react/javascripts/history/CSV/ExportCSV.js
src/rer/customersatisfaction/browser/static/react/javascripts/history/CustomerSatisfactionList/index.jsx
src/rer/customersatisfaction/browser/static/react/javascripts/history/CustomerSatisfactionList/index.less
src/rer/customersatisfaction/browser/static/react/javascripts/history/Menu/Menu.jsx
src/rer/customersatisfaction/browser/static/react/javascripts/history/Menu/Menu.less
src/rer/customersatisfaction/browser/static/react/javascripts/utils/apiFetch.js
src/rer/customersatisfaction/browser/static/react/javascripts/utils/vocabulary.js
src/rer/customersatisfaction/locales/README.rst
src/rer/customersatisfaction/locales/__init__.py
src/rer/customersatisfaction/locales/manual.pot
src/rer/customersatisfaction/locales/rer.customersatisfaction.pot
src/rer/customersatisfaction/locales/update.py
src/rer/customersatisfaction/locales/update.sh
src/rer/customersatisfaction/locales/it/LC_MESSAGES/rer.customersatisfaction.mo
src/rer/customersatisfaction/locales/it/LC_MESSAGES/rer.customersatisfaction.po
src/rer/customersatisfaction/profiles/collective_recaptcha/controlpanel.xml
src/rer/customersatisfaction/profiles/default/actions.xml
src/rer/customersatisfaction/profiles/default/browserlayer.xml
src/rer/customersatisfaction/profiles/default/catalog.xml
src/rer/customersatisfaction/profiles/default/controlpanel.xml
src/rer/customersatisfaction/profiles/default/metadata.xml
src/rer/customersatisfaction/profiles/default/rolemap.xml
src/rer/customersatisfaction/profiles/default/registry/resources.xml
src/rer/customersatisfaction/profiles/uninstall/browserlayer.xml
src/rer/customersatisfaction/profiles/uninstall/controlpanel.xml
src/rer/customersatisfaction/restapi/__init__.py
src/rer/customersatisfaction/restapi/configure.zcml
src/rer/customersatisfaction/restapi/services/__init__.py
src/rer/customersatisfaction/restapi/services/common.py
src/rer/customersatisfaction/restapi/services/configure.zcml
src/rer/customersatisfaction/restapi/services/customer_satisfaction/__init__.py
src/rer/customersatisfaction/restapi/services/customer_satisfaction/configure.zcml
src/rer/customersatisfaction/restapi/services/customer_satisfaction/crud.py
src/rer/customersatisfaction/restapi/services/customer_satisfaction/get.py
src/rer/customersatisfaction/storage/__init__.py
src/rer/customersatisfaction/storage/catalog.py
src/rer/customersatisfaction/storage/configure.zcml
src/rer/customersatisfaction/storage/store.py
src/rer/customersatisfaction/tests/__init__.py
src/rer/customersatisfaction/tests/test_customer_satisfaction_add.py
src/rer/customersatisfaction/tests/test_customer_satisfaction_get.py
src/rer/customersatisfaction/tests/test_setup.py
src/rer/customersatisfaction/tests/test_store.py