Restore Pantheon Backup to Local Development Environment - Notes
A cheat sheet for restoring Drupal backups from a Pantheon site:
A cheat sheet for restoring Drupal backups from a Pantheon site:
Here is a recently trash-picked telescope from the sidewalks of Philly. The lenses were super dirty, but we put a Pi camera on the thing and could focus a semi-acceptable shot of a roof vent a block away. The Raspberry Pi camera is 10-megapixel with a manual focus that is very sensitive. You can get great shots with the camera, but dialing the focus takes time. The camera runs on a Raspberry Pi and posts wirelessly using a Drupal API and shell script.
// Get it done
Affiliated Site: (A/K/A Department)
This special "filter" field helps to categorize, sort, and filter the display of site content.
FIX Theme Item:
<!-- Front page: Light logo initially -->
// OPEN
// ensure this file is present; error on bad path
<img src="themes/custom/radix_house_theme/images/light-logo.png" alt=" logo" id="default-logo" class="logo-image">
brew install ddev
cd ~
mkdir -p projects/rsvp
cd projects/rsvp
ddev config --project-type=drupal10 --docroot=web --create-docroot
ddev start
ddev composer create "drupal/recommended-project:^10.3"
(DDEV automatically creates the necessary settings.ddev.php
file and includes it in settings.php
.)
Facet Selection: (Poor Man's Facets)
https://www.drupal.org/project/
views_faceted_filters_js
The Drupal Context module helps set
https://www.drupal.org/project/context
Chatbots in Education - GPT
composer require 'drupal/bat:^10.1'
Package operations: 3 installs, 0 updates, 0 removals
- Downloading roomify/bat (1.4.0)
- Downloading rlanvin/php-rrule (v2.4.1)
- Downloading drupal/bat (10.1.0)
- Installing roomify/bat (1.4.0): Extracting archive
- Installing rlanvin/php-rrule (v2.4.1): Extracting archive
- Installing drupal/bat (10.1.0): Extracting archive
Generating autoload files
RRule for PHP
https://github.com/rlanvin/php-rrule
Room Reservations are a primary use-case for this project. RSVP Locations are a "Content Type" that holds information about reservable spaces in an organization.
A key Content Type used within the RSVP System.
Uses a simple Taxonomy (Vocabulary) to contain management within departments.
Flexible field structures and Meta Tag options.
-geotag map locations
-media highlight photos
-amenity highlights
-policy validation for lead-times and moderation
- access control lists, by Role, per Location