Skip to content

Commit 421fbd7

Browse files
committed
adding privacy
1 parent 89fbb9b commit 421fbd7

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
55
...config,
66
name: 'WorkLog',
77
slug: 'WorkLog-mobile',
8-
version: '1.0.0',
8+
version: '1.0.1',
99
orientation: 'portrait',
1010
userInterfaceStyle: 'automatic',
1111

privacy.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Privacy Policy - WorkLog</title>
6+
</head>
7+
<body style="font-family: Arial, sans-serif; margin: 40px; line-height: 1.6;">
8+
<h1>Privacy Policy - WorkLog</h1>
9+
<p>Last updated: February 2025</p>
10+
11+
<p>WorkLog is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and safeguard your information when you use our mobile application.</p>
12+
13+
<h2>Information We Collect</h2>
14+
<ul>
15+
<li><strong>Camera Access:</strong> Used only for uploading work-related photos or scanning QR codes. Images are not stored or shared without user consent.</li>
16+
<li><strong>Location Data (if used):</strong> May be collected to confirm employee attendance at specific sites. This data is not shared with third parties.</li>
17+
<li><strong>Authentication Data:</strong> Your login and profile information are securely managed via Supabase.</li>
18+
</ul>
19+
20+
<h2>How We Use the Information</h2>
21+
<p>Data is used only to provide the WorkLog service – managing employee check-ins, work sessions, and task tracking.</p>
22+
23+
<h2>Data Security</h2>
24+
<p>All data is transmitted over secure HTTPS connections and stored in a protected Supabase database.</p>
25+
26+
<h2>Third-Party Services</h2>
27+
<p>WorkLog uses Supabase for data storage and authentication. Please refer to Supabase’s privacy policy for more information.</p>
28+
29+
<h2>Contact Us</h2>
30+
<p>If you have any questions about this policy, please contact us at: <a href="mailto:yoyo1207@gmail.com">yoyo1207@gmail.com</a></p>
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)