Initial import of animal_management module

This commit is contained in:
Kelin Rescue Hub
2026-04-04 13:13:00 -04:00
commit 20adb1bd1e
65 changed files with 14004 additions and 0 deletions

15
module.json Normal file
View File

@@ -0,0 +1,15 @@
{
"id": "animal_management",
"name": "Animal Management",
"description": "Animal intake, profile management, and transfer workflow foundation for rescue spaces.",
"keywords": ["animals", "rescue", "intake", "transfer"],
"version": "0.1.0",
"humhub": {
"minVersion": "1.14"
},
"authors": [
{
"name": "Kelin Rescue Hub"
}
]
}