Compliance Blueprint
A systems-engineering approach to personal data protection. Transparent processing, zero-ad tracking, and strict legislative alignment.
00. Engineering Ethics
In distributed systems, complex configurations lead to security failures. The same rule applies to data privacy: complexity is the enemy of security. By design, this platform does not run dynamic scripts that capture browser fingerprinting, third-party cookies, or promotional payloads.
I act as the **Data Fiduciary** under Section 2(i) of the Digital Personal Data Protection (DPDP) Act, 2023. The data you submit is processed strictly for the functions documented in this blueprint, with no downstream data-enrichment loops.
01. Data Processing Flow
The architecture below outlines the path your data takes when interacting with active services on this domain:
02. Purpose Limitation & Minimization Ledger
I collect only the minimum set of data parameters required to handle active inquiries. Below is the complete ledger of captured personal data:
| System Stream | Collected Schema | Backend System | Storage Timeline |
|---|---|---|---|
| Live Recruiter Chat | Name, Company, Message body, Session Hash | D1 SQL Database & LocalStorage | Closed on Inquiry Completion |
| Guestbook signatures | Name/Alias, Timestamp, Message content | D1 Public Ledger Table | Persistent (Until erased by request) |
| Edge Analytics | Visited URL, Country Code, Device (No IP, No fingerprint) | D1 Self-Hosted Analytics Ledger | 90 Days (Aggregated thereafter) |
03. Database Integrity & Hard Erasure Protocol
Unlike corporate backends that rely on "soft deletion" (flipping an `is_deleted` column to `true` while retaining your data for intelligence pipelines), I execute a **hard deletion** protocol.
When you request data removal under Section 12 of the DPDP Act 2023, the platform executes a direct purge across D1 datastores:
# Direct hard deletion query executed upon principal request
DELETE FROM guestbook WHERE session_id = ?;
DELETE FROM chat_sessions WHERE session_id = ?;
DELETE FROM page_analytics WHERE visitor_session_id = ?;
04. Grievance Redressal Officer (Section 13)
To inspect your recorded data, request modifications, or execute the hard erasure protocol, contact the designated representative.