yao/seed
Max f6aead62bb Refactor scope loading to dynamically retrieve first-level subdirectories
- Introduced a new function to get first-level subdirectories in the scopes directory, enhancing the flexibility of scope definition loading.
- Updated the loadScopeDefinitions method to utilize this new function, replacing hardcoded subdirectory names with a dynamic approach.
- Improved the description of the invite verification scope in the user scope initialization for clarity.
2025-11-04 18:07:22 +08:00
..
process.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
process_test.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
seed.go Enhance document search functionality and improve duplicate handling in seed process 2025-11-04 16:26:31 +08:00
seed_reset_test.go Refactor scope loading to dynamically retrieve first-level subdirectories 2025-11-04 18:07:22 +08:00
seed_test.go Refactor seed import logic to exclude auto-generated fields and improve error handling 2025-10-20 11:33:19 +08:00
types.go Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00