redturtle.bandi


Nameredturtle.bandi JSON
Version 1.4.5 PyPI version JSON
download
home_pagehttps://github.com/PloneGov-IT/redturtle.bandi
SummaryA product for announcements management based on rer.bandi
upload_time2024-04-15 09:48:34
maintainerNone
docs_urlNone
authorRedTurtle Technology
requires_pythonNone
licenseGPL
keywords redturtle bandi announcements
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

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

__ http://pypi.python.org/pypi/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.

Announcements search
--------------------
There is a search form (http://yoursite/search_bandi_form) for quick searches.

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`__.

__ http://www.regione.emilia-romagna.it/
__ http://www.plonegov.it/

Authors
=======

This product was developed by RedTurtle Technology team.

.. image:: http://www.redturtle.net/redturtle_banner.png
   :alt: RedTurtle Technology Site
   :target: http://www.redturtle.net/

Changelog
=========

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]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PloneGov-IT/redturtle.bandi",
    "name": "redturtle.bandi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "redturtle bandi announcements",
    "author": "RedTurtle Technology",
    "author_email": "sviluppoplone@redturtle.it",
    "download_url": "https://files.pythonhosted.org/packages/88/bc/a3f5d4c4f23a19d1cd1ca21bd4300384a53539d28e2c831c47a8ae6d9642/redturtle.bandi-1.4.5.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nredturtle.bandi is a product for announcements based on 3.x branch of `rer.bandi`__.\n\n__ http://pypi.python.org/pypi/rer.bandi\n\n\nIt allows to set some infos about the announcement like the deadline to participate or the closing date.\n\n\nMigration from rer.bandi\n========================\n\nIf you need to migrate rer.bandi -> redturtle.bandi, follow these instructions:\n\n- Copy bandi settings somewhere\n- Add both products in the buildout\n- Uninstall rer.bandi\n- Install redturtle.bandi\n- Fill Bandi control panel with old settings\n- 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)\n- Remove rer.bandi from buildout\n\n\nComposition\n===========\n\nDifferent layouts\n-----------------\nThere are two allowed views for an announcement:\n\n* default view, with basic infos on the right (like events) and extra infos (folder deepenings) in the middle.\n* alternative view that moves extra infos slot below basic infos.\n\nFolder deepening\n----------------\nLike 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.\n\nTopic criterias\n---------------\nThere are some new topic criterias that allows to set topic queries for announcements.\n\nAnnouncements search\n--------------------\nThere is a search form (http://yoursite/search_bandi_form) for quick searches.\n\nAnnouncement state information\n------------------------------\nIn 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).\n\nAnnouncements portlet\n---------------------\nThere is also a portlet that show announcement infos from a topic (this portlet extends base collection portlet)\n\n\nConfigurations\n==============\nAn announcement has some fields for set the announcement type and recipients.\n\nAvailable values are set in \"Bandi Settings\" control panel.\n\n\nAuthority Default value\n-----------------------\n\nA default authority value can be set for announcements. This information is taken from control panel \"Bandi Settings\" (default_ente).\n\nIf the property is empty, the default value isn't set.\n\nTile\n====\n\nIn order to use layout bandi for tile is necessary have installed collective.tiles.collection product.\n\nplone.restapi integrations\n==========================\n\nControlpanel\n------------\n\nBandi controlpanel is also exposed via restapi to allow Volto integration.\n\n\nDateTime fields deserializer\n----------------------------\n\nThere is a custom deserializer for DateTime fields to set the right timezone when saving these fields (like start and end in Events).\n\n\nDependencies\n============\n\nThis product has been tested on Plone 5.2\n\n\nCredits\n=======\n\nDeveloped with the support of `Regione Emilia Romagna`__;\n\nRegione Emilia Romagna supports the `PloneGov initiative`__.\n\n__ http://www.regione.emilia-romagna.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.net/redturtle_banner.png\n   :alt: RedTurtle Technology Site\n   :target: http://www.redturtle.net/\n\nChangelog\n=========\n\n1.4.5 (2024-04-15)\n------------------\n\n- Added \"tipologia_bando_label\" metadata.\n  [daniele]\n\n\n1.4.4 (2024-02-20)\n------------------\n\n- Changed translation for states \"Open\" and \"Closed\".\n  [daniele]\n\n\n1.4.3 (2023-06-27)\n------------------\n\n- Fix workaround for Link bug (?) (remoteUrl in catalog)\n  [mamico]\n\n- Feat url dei file compleata con filename\n  [mamico]\n\n- Fix invalid tipologie_bando \n  [mamico]\n\n\n1.4.2 (2022-10-07)\n------------------\n\n- Fix problem with scadenza_bando indexing: due to a\n  datetime 2 DateTime conversion tz information was \n  badly transformed\n  [lucabel]\n\n\n1.4.1 (2022-07-28)\n------------------\n\n- Added metadata \"apertura_bando\".\n  [daniele]\n\n\n1.4.0 (2022-05-31)\n------------------\n\n- Add new bando state \"scheduled\" and new field to manage open date.\n  [cekk]\n\n1.3.4 (2022-05-10)\n------------------\n\n- Re-introduced change from 1.2.0.\n  [cekk]\n\n\n1.3.3 (2022-04-19)\n------------------\n\n- Fix problem with default values and missing\n  IContextAwareDefaultFactory\n\n1.3.2 (2022-01-14)\n------------------\n\n- Fix attachments dimension calculation.\n  [cekk]\n- Add content-type info in attachments.\n  [cekk]\n\n1.3.1 (2022-01-14)\n------------------\n\n- Fix labels in controlpanel.\n  [cekk]\n\n\n1.3.0 (2021-11-17)\n------------------\n\n- fixed profile name in mgrate_to_1100 upgrade step-\n  [eikichi18]\n- Remove DateField deserializer customization (already used in redturtle.volto).\n  [cekk]\n\n1.2.0 (2021-06-07)\n------------------\n\n- Save `scadenza_bando` with proper timezone (like start and end fields in Event).\n  [cekk]\n\n1.1.2 (2021-04-12)\n------------------\n\n- Fix typo in upgrade-step for 1.1.0 version.\n  [cekk]\n\n\n1.1.1 (2021-02-19)\n------------------\n\n- Controlpanel also available for plone.restapi.\n  [cekk]\n\n\n1.1.0 (2021-02-19)\n------------------\n\n- Rename indexes.\n  [cekk]\n\n\n1.0.2 (2020-12-30)\n------------------\n\n- Release on pypi.\n  [cekk]\n\n1.0.1 (2020-10-30)\n------------------\n\n- Make some micro fix in bando view when search for attachments in\n  deepening folder\n  [lucabel]\n\n\n1.0.0 (2020-03-06)\n------------------\n\n- Start new project from old rer.bandi implementation (3.x)\n  [cekk]\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A product for announcements management based on rer.bandi",
    "version": "1.4.5",
    "project_urls": {
        "Homepage": "https://github.com/PloneGov-IT/redturtle.bandi",
        "PyPI": "https://pypi.python.org/pypi/redturtle.bandi",
        "Source": "https://github.com/RedTurtle/redturtle.bandi",
        "Tracker": "https://github.com/RedTurtle/redturtle.bandi/issues"
    },
    "split_keywords": [
        "redturtle",
        "bandi",
        "announcements"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88bca3f5d4c4f23a19d1cd1ca21bd4300384a53539d28e2c831c47a8ae6d9642",
                "md5": "447e0c95dff3c7d0cfc3cba044a97d74",
                "sha256": "1429edd11a91bfd075c6a734f83e83afa9f34ec1ad5fb388a87d536be09933c2"
            },
            "downloads": -1,
            "filename": "redturtle.bandi-1.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "447e0c95dff3c7d0cfc3cba044a97d74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 62017,
            "upload_time": "2024-04-15T09:48:34",
            "upload_time_iso_8601": "2024-04-15T09:48:34.123961Z",
            "url": "https://files.pythonhosted.org/packages/88/bc/a3f5d4c4f23a19d1cd1ca21bd4300384a53539d28e2c831c47a8ae6d9642/redturtle.bandi-1.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 09:48:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PloneGov-IT",
    "github_project": "redturtle.bandi",
    "github_not_found": true,
    "lcname": "redturtle.bandi"
}
        
Elapsed time: 0.23307s