Matthieu
daaa1c4cb9
refactor(machine): decompose detail page into composables + 7 components (F1.1)
...
Extract 2 composables (useMachineDetailData, useMachineSkeletonEditor) and
7 UI components from machine/[id].vue, reducing it from 2989 to 219 LOC.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 11:19:22 +01:00
Matthieu
1f2d6c78e8
refacto(F1.1) : wire [id].vue to use extracted modules and fix TS errors
...
Wire machine/[id].vue to import from extracted utility modules
(customFieldUtils, productDisplayUtils, useMachineHierarchy, useMachinePrint).
Remove ~1400 LOC of inline functions replaced by imports.
Fix TypeScript errors in extracted composables (AnyRecord/ConstructeurSummary
boundary casts, Map generics, optional chaining on unknown).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-04 08:58:42 +01:00
b5af7f13b6
wip(frontend) : api calls + skeleton fetch
2026-01-12 13:14:12 +01:00
Matthieu
936a73fde3
Fix fournisseur handling across catalog flows
2025-12-03 11:29:11 +01:00
Matthieu
d860f24e69
feat: add product catalogue and product-aware UI
...
- introduce product catalogue pages, management view entries and shared product composables\n- wire product selection into component/piece flows and machine skeleton requirements\n- display linked product metadata and documents across machine, component and piece views\n- generalize model type tooling to handle PRODUCT category
2025-11-05 15:35:02 +01:00
Matthieu
dc2bc6c70a
feat: afficher fournisseur dans les libellés front
2025-10-31 10:02:27 +01:00
Matthieu
f59255e684
fix: de-duplicate constructeur ids before machine update
2025-10-30 11:34:58 +01:00
Matthieu
4c714b3647
feat: drag & drop des champs personnalisés
2025-10-28 18:08:14 +01:00
Matthieu
b752fba69a
feat: gérer les constructeurs multiples
2025-10-28 16:37:10 +01:00
Matthieu
417b34b45e
feat: enrich piece assignment labels and document previews
2025-10-23 09:01:38 +02:00
Matthieu
553600c34b
Add searchbar in catalogue and update custom fuild bug
2025-10-17 10:10:52 +02:00
Matthieu
4ccc19505f
add img preview + fix navbar
2025-10-16 10:26:36 +02:00
Matthieu
469bcb82d1
update ui machine view
2025-10-13 10:41:31 +02:00
Matthieu
06ae0ca7aa
feat: improve machine component hierarchy handling
2025-10-13 09:01:19 +02:00
MatthieuTD
95c2a82689
Normalize machine link responses
2025-10-09 09:21:40 +02:00
MatthieuTD
f9641dbd62
Restore catalogs and type-aware machine selection
2025-10-06 17:19:30 +02:00
MatthieuTD
384c3f0680
Restore component catalog with requirement-based instantiation
2025-10-06 16:55:45 +02:00
MatthieuTD
c5f2c568b6
chore: retire legacy model catalogs
2025-10-02 16:29:50 +02:00
Matthieu
7f19d9ba4e
feat(front): allow recursive skeleton selection for machines
2025-10-01 08:36:00 +02:00
Matthieu
84bc99d8ec
feat(ui): streamline skeleton model selection and toast display
2025-09-30 16:51:22 +02:00
MatthieuTD
fcab426f8a
Fix JS syntax by removing TS annotations in machine page
2025-09-30 11:11:25 +02:00
MatthieuTD
1d1e0b7bd0
feat(machine): allow configuring nested skeleton models
2025-09-30 11:07:24 +02:00
Matthieu
fd60cbbbfe
fix champs personnalisé update
2025-09-30 10:46:46 +02:00
Matthieu
c489f093ed
fix: Mise a jour ui simple
...
- supp champs emplacement
- augmenter espace en label et input
sup btn compléter champs perso
2025-09-29 15:36:14 +02:00
Matthieu
7980aa186b
FIx: delete champs par default
2025-09-25 11:25:43 +02:00
Matthieu
83b3e33b1e
feat: Add model feature for piece and component
2025-09-23 15:06:19 +02:00
MatthieuTD
5501b3b5ef
feat: auto complete missing custom fields on machine page
2025-09-22 11:12:00 +02:00
MatthieuTD
57a08bb8c9
feat: allow machine skeleton reconfiguration
2025-09-22 10:52:44 +02:00
Matthieu
936a9d74ca
set up new view for skeleton hiearchi
2025-09-22 08:34:05 +02:00
Matthieu
e33e91ee26
fix(machine-ui): restore machine detail layout and align api base url
2025-09-19 15:00:56 +02:00
Matthieu
32dd8fab58
feat(frontend): replace inline icons with lucide components
2025-09-19 08:19:09 +02:00
Matthieu
316dcb6339
feat: add profile management flow
2025-09-17 23:11:13 +02:00
Matthieu
37c66ac3d6
feat: add document preview overlay
2025-09-17 17:12:41 +02:00
Matthieu
8a32ef4bbc
fix: stabilize constructeur selector ui
2025-09-17 16:21:42 +02:00
Matthieu
0a95b90553
feat: add constructors selection and management
2025-09-17 15:10:01 +02:00
Matthieu
3c0c22ad0f
feat: enhance document management UI
2025-09-17 12:41:51 +02:00
Matthieu
dd0ef12b46
refactor: rename prestataire to constructeur
2025-09-17 08:50:03 +02:00
Matthieu
95da7c72db
feat: replis hiérarchie composants et sections type
2025-09-16 17:14:42 +02:00
Matthieu
d99768bc94
feat: Pages de détail et édition
...
- type/[id].vue : Page de détail et édition des types de machines
- machine/[id].vue : Page de détail et édition des machines
- Support du mode édition avec paramètre URL ?edit=true
- Gestion des composants hiérarchiques et champs personnalisés
- Interface d'édition en temps réel avec sauvegarde
2025-07-30 08:18:20 +02:00