localgovdrupal / localgov_irish_planning_notices
Creates a content type and list for the weekly planning notices.
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Language:CSS
Type:drupal-module
Requires
- drupal/filefield_paths: ^1.0@beta
This package is auto-updated.
Last update: 2024-10-13 17:47:41 UTC
README
- Thanks to Carlow County Council for funding development of this module.
- Developed by Mark Conroy @ Annertech.
This module creates a content type called "Planning Notice" and a view to list the weekly notices.
Content Type
You create one planning notice page per week, with the title being "YYYY ", e.g. 2024 Week 01. Following that, select the correct options for "Week Number", "Year", and "Date" (the date has a default of "next Tuesday" so you should not need to edit this one).
Finally, upload your documents for
- Applications Made
- Decisions Made
- Appeals Received
- Appeals Decisions
Listing Page
The list of planning notices is available at /planning-notices
, e.g. https://carlow.ie/planning-notices
. This can be changed by editing the view at /admin/structure/views/view/planning_notices
.
Responsive Table
The output of the listing page is a HTML table
. On small screens we have adapted the CSS for this to resember a card, and on large screens a table.