HH/apps/observations/__init__.py
2026-01-04 10:32:40 +03:00

12 lines
444 B
Python

"""
Observations app - Staff observation reporting module for Al Hammadi.
This app allows any staff member to report issues they notice.
Reporting can be anonymous (no login required), but the user may optionally
provide Staff ID and Name.
PX360 staff will triage the observation and route it to the responsible
department and/or create an action in apps.px_action_center.
"""
default_app_config = 'apps.observations.apps.ObservationsConfig'