No private data on the public site
The public website is for product overview, downloads, support and compliance only. It does not display patient names, IDs, doctor accounts, hospital accounts, treatment records or raw force data.
The compliance page defines the boundary of the public site, download chain, privacy scope and public data range so clinicians, partners and deployment teams know exactly what the site is meant to do and what it is not.
用公开表达说明官网能展示什么、不能展示什么,以及服务边界。
把资料发布、信息范围与对外表达方式拆成显性的规则说明。
Core Boundaries
用清晰的模块说明公开站展示什么、不展示什么,以及用户在公开站能完成哪些操作。
The public website is for product overview, downloads, support and compliance only. It does not display patient names, IDs, doctor accounts, hospital accounts, treatment records or raw force data.
Actual measurement, patient management, doctor management, record synchronization and clinical advice remain inside the Android tablet business system and Django business APIs rather than being exposed through the public site.
Packages continue to reuse Django `ApplicationPackage`, `PackageDownloadLog` and update configuration sources so version display, download behavior and logging remain traceable.
Transmission & Verification
官网与专属服务入口各自承担不同职责,公开页面仅呈现经过整理后的对外信息。
Responsibility Matrix
| 信息项 | 官网公开站 | 专属服务入口 |
|---|---|---|
| Public responsibility | Product overview, workflow, APK download, FAQ, compliance and changelog | Does not take over business login, patient management, doctor management or record query |
| Displayed data scope | Only non-sensitive explanatory content, abstract workflows, public releases and installation information | Processes protected data such as patients, doctors, hospitals and treatment records |
| Authentication | All pages are anonymous by default with no login or registration entry | Uses controlled accounts to access business capability and data interfaces |
| Download & audit | Django download APIs continue to record logs and download counts | Still handles admin review, package approval and version publishing workflows |