Accusys 5fcd5212d5 fix: FilesView merge logic and computed property
Bug: When regFiles API fails, all files get 'unregistered' status even if
they are actually registered. Also, computed property was using reference
to files.value instead of a copy, which could cause mutation issues.

Fix:
- Fetch scan results FIRST (source of truth for files on disk)
- Use scan API's is_registered field as fallback status
- Only override with regFiles data if file exists in scan results
- Computed property now uses [...files.value] to create a copy
- Skip files from regFiles that don't exist on disk (deleted)
2026-07-04 23:42:42 +08:00
2026-03-25 14:51:25 +08:00

momentry_core

Digital asset management system with video analysis and RAG - Production version with API Key authentication

Description
Momentry Core - Digital Asset Management
Readme 685 MiB
Languages
PLpgSQL 50.3%
Python 25.3%
Rust 11.2%
HTML 7.3%
Shell 3.6%
Other 2.2%