Metadata-Version: 2.4
Name: dsetool.policy
Version: 1.0.2
Summary: DS eTool Policy package
Home-page: https://github.com/syslabcom/dsetool.policy
Author: ale-rt
Author-email: alessandro.pisa@gmail.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/dsetool.policy
Project-URL: Source, https://github.com/syslabcom/dsetool.policy
Project-URL: Tracker, https://github.com/syslabcom/dsetool.policy/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: osha.oira
Requires-Dist: z3c.jbot
Provides-Extra: tests
Requires-Dist: plone.app.testing; extra == "tests"
Requires-Dist: plone.app.robotframework; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# dsetool.policy

Policy package for the **DS eTool** website.

## Overview

This package provides customizations for the Plone-based DS eTool site, adapting its behavior and appearance to meet project requirements.

## Customizations

### z3c.jbot

This package overrides the client login form using `z3c.jbot`.

### Views for custom Euphorie types

This package provides some views to be used in Quaive for some content types (Choice, Option and Recommendation) that at the time of writing are only presents in a `Euphorie` branch called `dsetool`.

### Custom workflow for the sector type

The country managers should be able to do much less than what they do on regular Euphorie installations.
In particular, they should be able to just maintain, extend and update the recommendation texts in the backend.


# Changelog

<!--
   You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst
-->

<!-- towncrier release notes start -->

1.0.2 (2026-01-09)

### Bug fixes:

- Removed the icon row plus headline from the second question on the intro page question block. ([Issue #4272](https://github.com/syslabcom/scrum/issues/4272))


1.0.1 (2025-12-09)

### New features:

- Mapping to resolve language to about page ([Issue #3818](https://github.com/syslabcom/scrum/issues/3818))

### Bug fixes:

- Fix the upgrade step to unset the workflow chain for the DS eTool types ([Issue #3862](https://github.com/syslabcom/scrum/issues/3862))

### Internal:

- Add towncrier
- Cleaup the package manifest and the resource directory


## 1.0.1 (unreleased)


- Nothing changed yet.


## 1.0.0 (2025-08-27)

- Initial release.
