Recued
Menu
← Back to recipes

Show the photo sets

by recued-core v2 8 views

Use “Show the photo sets” in Recued. List photo sets with their customer, status and photo counts. Read-only — it opens no image and runs no CLI.

Complete workflow

Job Photo Delivery 7 pinned recipes

Use Job Photo Delivery in Recued for exif, metadata, privacy, and gps. It includes 16 built-in actions and 6 ready-to-run workflows. Actions that change data use Recued's approval controls.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

Show the photo sets
This recipe

Use “Show the photo sets” in Recued. List photo sets with their customer, status and photo counts. Read-only — it opens no image and runs no CLI.

pack:job-photo-deliveryphotoboardrecords
by recued-core pinned v2

Use “Open a photo set” in Recued. Open one delivery set for a customer. The set is keyed on its label, so re-running with the same label converges on the same set rather than opening a second one.

pack:job-photo-deliveryphotodeliveryrecords
by recued-core pinned v2

Use “Add a photo to a set” in Recued. Register one inbound file record as a photo in a set.

pack:job-photo-deliveryphotorecordsv2
by recued-core pinned v2

Use “Prepare a photo for delivery” in Recued. Extract one photo's embedded metadata, record exactly what it was carrying, then produce a metadata-stripped delivery copy and a thumbnail derived from that stripped copy.

pack:job-photo-deliveryphotoexifmetadata
by recued-core pinned v2

Use “Review what a set is carrying” in Recued. Show, photo by photo, what a set's images were carrying before they were stripped — GPS coordinates, camera, device serial, capture time. It reads information without changing data in the connected service.

pack:job-photo-deliveryphotoprivacydisclosure
by recued-core pinned v2

Use “Deliver a photo set” in Recued. Mail a set's prepared photos to the customer as attachments.

pack:job-photo-deliveryphotodeliverymail
by recued-core pinned v2
Show all 7 recipes
View pack details, dependencies, and permissions →

The board

One row per set. Status is open (still gathering), or delivered.

Photos is the total in the set; Unprepared counts the ones that have not been examined and stripped yet. Deliver a photo set refuses while that number is above zero, so it is the number to drive to nil before sending.

To see what an individual set's photos were carrying, run Review what a set is carrying.

How it works 24 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (24 steps)
status trim
Trim whitespace from setting status
filter_by_status compare
Check if status has data
all_sets ?
skip: step.filter_by_status equal true
filtered_sets ?
skip: step.filter_by_status equal false
set_rows coalesce
Use the first available value from: filtered sets records, all sets records,
set_count count
Count items in set rows
sets_with_ref map
Extract from each item
all_photos ?
photo_rows default
Apply default
photo_rows_sorted sort
Sort by filename
unprepared_photos filter
Filter by condition
photos_by_set group_by
Group by set_ref
unprepared_by_set group_by
Group by set_ref
photo_counts to_list
Apply to_list
unprepared_counts to_list
Apply to_list
photo_totals map
Extract from each item
unprepared_totals map
Extract from each item
with_photos enrich_by
Apply enrich_by
with_unprepared enrich_by
Apply enrich_by
board_rows map
Extract from each item
with_photo_count map
Extract photo_list from each item
board_final map
Extract unprepared_list from each item
board_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

limit setting = 50
status setting =

About

Tags

pack:job-photo-deliveryphotoboardrecordsv2

Details

24 steps 2 configurable settings recipe_id: list-photo-sets