Skip to main content

A product for announcements management based on rer.bandi

Project description

python version ci downloads License

Introduction

redturtle.bandi is a product for announcements based on 3.x branch of rer.bandi.

It allows to set some infos about the announcement like the deadline to participate or the closing date.

Migration from rer.bandi

If you need to migrate rer.bandi -> redturtle.bandi, follow these instructions:

  • Copy bandi settings somewhere

  • Add both products in the buildout

  • Uninstall rer.bandi

  • Install redturtle.bandi

  • Fill Bandi control panel with old settings

  • Call “migration-from-rer” view on the Plone site root (this view will change the base classe of already created Bando and Folder Deepening items, and clean history)

  • Remove rer.bandi from buildout

Composition

Different layouts

There are two allowed views for an announcement:

  • default view, with basic infos on the right (like events) and extra infos (folder deepenings) in the middle.

  • alternative view that moves extra infos slot below basic infos.

Folder deepening

Like in rer.structured_content, it has a special folder type called “Folder Deepening” that allows to manage some extra infos or attachment that should be shown in the announcement’s view.

Topic criterias

There are some new topic criterias that allows to set topic queries for announcements.

Announcement state information

In the search results and in the two new topic views, there are also some infos about the announcement, like his state (open, closed or in progress).

Announcements portlet

There is also a portlet that show announcement infos from a topic (this portlet extends base collection portlet)

Configurations

An announcement has some fields for set the announcement type and recipients.

Available values are set in “Bandi Settings” control panel.

Authority Default value

A default authority value can be set for announcements. This information is taken from control panel “Bandi Settings” (default_ente).

If the property is empty, the default value isn’t set.

Tile

In order to use layout bandi for tile is necessary have installed collective.tiles.collection product.

plone.restapi integrations

Controlpanel

Bandi controlpanel is also exposed via restapi to allow Volto integration.

DateTime fields deserializer

There is a custom deserializer for DateTime fields to set the right timezone when saving these fields (like start and end in Events).

Dependencies

This product has been tested on Plone 5.2

Credits

Developed with the support of Regione Emilia Romagna;

Regione Emilia Romagna supports the PloneGov initiative.

Authors

This product was developed by RedTurtle Technology team.

RedTurtle Technology Site

Changelog

1.6.4 (2026-04-01)

  • Remove unused form customizations. [cekk]

1.6.3 (2026-04-01)

  • Fix views to be compatible with plone 6.1. [cekk]

1.6.2 (2026-02-20)

  • Fix upgrade-step to handle malformed data. [cekk]

  • Traduzioni mancanti, black, isort, fix git test [thesaintsimon]

1.6.1 (2025-10-10)

  • gestione deserizlizer per datetime, nel caso il campo abbia avvutto un cambianeto di ttipo (datte->datetime) [mamico]

  • lint/isort [mamico]

  • Plone 6.1 views compatibility. [cekk]

1.6.0 (2025-03-13)

  • Add new criteria for bando_state. [folix-01]

1.5.1 (2025-03-12)

  • Fix upgrade-step to not broke on missing value. [cekk]

1.5.0 (2025-02-20)

  • Do not use key/value pairs in tipologia_bando and destinatari. [cekk]

  • Refactor retrieveContentsOfFolderDeepening to be more pluggable and use hooks for content-types based additional data. [cell]

1.4.7 (2024-12-12)

  • Update it translations [lucabel]

1.4.6 (2024-09-09)

  • Add effective and modified date to retrieveContentsOfFolderDeepening data. [cekk]

1.4.5 (2024-04-15)

  • Added “tipologia_bando_label” metadata. [daniele]

1.4.4 (2024-02-20)

  • Changed translation for states “Open” and “Closed”. [daniele]

1.4.3 (2023-06-27)

  • Fix workaround for Link bug (?) (remoteUrl in catalog) [mamico]

  • Feat url dei file compleata con filename [mamico]

  • Fix invalid tipologie_bando [mamico]

1.4.2 (2022-10-07)

  • Fix problem with scadenza_bando indexing: due to a datetime 2 DateTime conversion tz information was badly transformed [lucabel]

1.4.1 (2022-07-28)

  • Added metadata “apertura_bando”. [daniele]

1.4.0 (2022-05-31)

  • Add new bando state “scheduled” and new field to manage open date. [cekk]

1.3.4 (2022-05-10)

  • Re-introduced change from 1.2.0. [cekk]

1.3.3 (2022-04-19)

  • Fix problem with default values and missing IContextAwareDefaultFactory

1.3.2 (2022-01-14)

  • Fix attachments dimension calculation. [cekk]

  • Add content-type info in attachments. [cekk]

1.3.1 (2022-01-14)

  • Fix labels in controlpanel. [cekk]

1.3.0 (2021-11-17)

  • fixed profile name in mgrate_to_1100 upgrade step- [eikichi18]

  • Remove DateField deserializer customization (already used in redturtle.volto). [cekk]

1.2.0 (2021-06-07)

  • Save scadenza_bando with proper timezone (like start and end fields in Event). [cekk]

1.1.2 (2021-04-12)

  • Fix typo in upgrade-step for 1.1.0 version. [cekk]

1.1.1 (2021-02-19)

  • Controlpanel also available for plone.restapi. [cekk]

1.1.0 (2021-02-19)

  • Rename indexes. [cekk]

1.0.2 (2020-12-30)

  • Release on pypi. [cekk]

1.0.1 (2020-10-30)

  • Make some micro fix in bando view when search for attachments in deepening folder [lucabel]

1.0.0 (2020-03-06)

  • Start new project from old rer.bandi implementation (3.x) [cekk]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redturtle_bandi-1.6.4.tar.gz (67.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

redturtle_bandi-1.6.4-py3-none-any.whl (87.5 kB view details)

Uploaded Python 3

File details

Details for the file redturtle_bandi-1.6.4.tar.gz.

File metadata

  • Download URL: redturtle_bandi-1.6.4.tar.gz
  • Upload date:
  • Size: 67.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.11

File hashes

Hashes for redturtle_bandi-1.6.4.tar.gz
Algorithm Hash digest
SHA256 5a18d52eef038cde571387f2de29b3f9123bf6dd8daf52fe16a7a47f7d2baa5e
MD5 1ebb225a202aae961c5d7ed423d728d7
BLAKE2b-256 a90b27b64dd2445e2c3e9734a7de6c80e8656317bda356f90bc1d0723e8a5ae5

See more details on using hashes here.

File details

Details for the file redturtle_bandi-1.6.4-py3-none-any.whl.

File metadata

File hashes

Hashes for redturtle_bandi-1.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a056b0f852b34d7e0764ca40b84c6d03b84d9b89dc5e7c02a9ed8b5dee2083a1
MD5 a7bc9c8bc3079db1d3c3d188dc504877
BLAKE2b-256 defe284110cb496f29586029a3ed15d47e20d349d2ccb230e9e836bd9af5cf7f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page