✨ feat(Media): pack photographe — réglages EXIF (RAW + JPEG) + panneau galerie#269
Merged
Conversation
…er les réglages (#268)
ronan-develop
marked this pull request as ready for review
July 19, 2026 19:41
ronan-develop
added a commit
that referenced
this pull request
Jul 20, 2026
…manuel) (#300) - cicd.md affirmait un déploiement automatique via webhook après CI verte — faux : le webhook public/deploy.php est cassé (401 depuis plusieurs jours) et de toute façon plus utilisé, le déploiement réel est manuel via bin/deploy-all.sh. DEPLOY_WORKFLOW.md/DEPLOY_SECRETS.md annotés "non implémenté" plutôt que réécrits (référence technique valide si #288 reprend). - avancement.md rattrapé : #274 à #299 (zip dossier, drag-drop, viewer PDF, scan PDF actif + fix Content-Type décalé, page changelog auto-alimentée + pagination + PrTitleCleaner, centralisation factories, 7e instance baptiste, découvertes déploiement — webhook cassé, SshWhitelist, piège IP dynamique/VPN entreprise). - deploiement.md : piège IP dynamique/VPN + API SshWhitelist documentés. - technique.md : Factory/ ajouté à la structure src/, section Déploiement corrigée (même faux "automatique"). - features.md : limite EXIF RAW obsolète corrigée (lu depuis #269, sauf CR3), viewer PDF/zip dossier/changelog ajoutés. - README.md : nombre de tests obsolète (738 → 832, 17 → 25 suites Jest).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #268
Backlog #7 — orientation photographes. Extrait et affiche les réglages de prise de vue (RAW et JPEG).
Deux repos
ronanlenouvel/raw-preview-extractor1.2.0 (déjà mergé/releasé, PR ✨ feat: exposer les métadonnées EXIF (date + réglages photographe) raw-preview-extractor#38) : nouvelle APIExtractedPreview->metadata(date, ouverture, vitesse, ISO, focale, objectif, appareil), lue depuis l'EXIF du RAW via le parseur TIFF existant.^1.2.Changements
Media: 5 colonnes nullable (aperture,shutter_speed,iso,focal_length,lens) + migration réversible.ExifService: réglages des JPEG (FNumber/ExposureTime/ISOSpeedRatings/FocalLength/LensModel), mise en forme isolée dansExifValueFormatter(pur, testé).MediaProcessor: RAW → métadonnées via le package ($preview->metadata) ; JPEG →ExifService. La vignette reste générée depuis le fichier d'origine (orientation RAW préservée).MediaOutput/MediaProviderexposent les 5 champs.assets/js/exif-panel.js+<hc-alert>-style overlay) ; tri « date de prise de vue » (m.takenAt).Ce que voit le photographe
En ouvrant une photo (JPEG ou RAW) : bandeau « Prise le … · Nikon Z 6 · f/2.8 · 1/250s · ISO 400 · 50 mm · objectif » + lien carte si GPS.
Tests
ExifValueFormatter,MediaProcessor(JPEG + RAW via package mocké + dégradation gracieuse), API, menu de tri.exif-panel: items, GPS, XSS).Bornes
CR3 (ISO-BMFF) :
metadata=nullpour l'instant (parseur distinct) → champs vides, aucune erreur. Pas de carte GPS embarquée ni d'édition EXIF.