apps/portal/research/
State: folder wiki page generated by deterministic sync
Folder: apps/portal/research/
What
apps/portal/research/ contains research workflow routes and supporting runtime helpers. This boundary currently has 2 direct file(s) and 0 direct subfolder(s).
Does
It implements runtime-facing product behavior and integration wiring (dominant direct file kinds: .md:1, .py:1).
Why
This is where user-visible behavior is delivered, so clear ownership is critical for reliable iteration.
Subfolders
(no direct subfolders)
Files
README.md— What:apps/portal/research/contains research workflow routes and supporting runtime helpers. This boundary currently has 2 direct file(s) and 0 direct subfolder(s). Does: It implements runtime-facing product behavior and integration wiring (dominant direct file kinds: .md:1, .py:1). Why: This is where user-visible behavior is delivered, so clear ownership is critical for reliable iteration.__init__.py— What: init module for apps/portal/research. Does: Implements module routines used by this runtime surface. Why: Keeps behavior boundaries explicit so wiki maps stay useful without reading full files.