Add isolated legacy notes route and tasks view with resilient task APIs

This commit is contained in:
2026-03-28 19:17:56 +00:00
parent 8ca2c97e37
commit d6b0e3192a
5 changed files with 1516 additions and 66 deletions
+66
View File
@@ -0,0 +1,66 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prism Notes Privacy Policy</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; background: #0f172a; color: #e2e8f0; }
main { max-width: 860px; margin: 0 auto; padding: 32px 20px; }
h1, h2 { color: #f8fafc; }
a { color: #93c5fd; }
p, li { line-height: 1.6; }
.muted { color: #94a3b8; }
</style>
</head>
<body>
<main>
<h1>Prism Notes Privacy Policy</h1>
<p class="muted">Last updated: March 25, 2026</p>
<p>
Prism Notes is operated by Cardoza Construction. This policy describes how Prism Notes collects,
uses, and protects information when you use the application and connected integrations.
</p>
<h2>Information We Collect</h2>
<ul>
<li>Account profile details needed for sign-in and authorization.</li>
<li>Notes and metadata you submit within Prism Notes.</li>
<li>Integration data required for configured services (for example, OneNote sync).</li>
<li>Basic operational logs for security, troubleshooting, and auditing.</li>
</ul>
<h2>How We Use Information</h2>
<ul>
<li>Provide core app functionality and note synchronization.</li>
<li>Authenticate users and secure access to data.</li>
<li>Maintain reliability, detect abuse, and troubleshoot issues.</li>
<li>Comply with legal and contractual obligations.</li>
</ul>
<h2>Data Sharing</h2>
<p>
We do not sell personal data. Data is shared only with service providers and integrations required to
deliver application features, or as required by law.
</p>
<h2>Data Retention</h2>
<p>
Data is retained only as long as required to operate Prism Notes, meet legal obligations, and enforce
agreements.
</p>
<h2>Security</h2>
<p>
We use reasonable administrative and technical safeguards to protect data. No method of transmission
or storage is guaranteed to be 100% secure.
</p>
<h2>Contact</h2>
<p>
For privacy questions, contact: <a href="mailto:admin@ccllc.pro">admin@ccllc.pro</a>
</p>
</main>
</body>
</html>