Skip to content

Commit

Permalink
docs: myco die-off experiences naming
Browse files Browse the repository at this point in the history
  • Loading branch information
micksabox committed Apr 2, 2024
1 parent 63a0020 commit 3976f0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Web application to track NAC protocol events.

- regimen
- symptoms
- myco die-off experiences

## Local Development

Expand Down Expand Up @@ -52,11 +52,6 @@ src
└── vite-env.d.ts
```

## Roadmap

- [ ] Track breakthroughs
- [x] Symptom stats

## TODO

- [ ] Re-implement i8ln [How to internationalize a Remix application](https://locize.com/blog/remix-i18n/)
Expand Down
2 changes: 1 addition & 1 deletion app/routes/privacy/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We do not collect any personally identifying information (PII) from users of our

## Data Collected:

**Regimen Tracking Information:** We collect data related to important dates for regimen habit tracking activities (start date, phase transition dates), regimen activities like supplements, notes, and observed symptoms. This data is stored locally on your device using browser local storage technology and is not transmitted to or stored on any server owned or operated by us or third parties.
**Regimen Tracking Information:** We collect data related to important dates for regimen habit tracking activities (start date, phase transition dates), regimen activities like supplements, notes, and observed experiences. This data is stored locally on your device using browser local storage technology and is not transmitted to or stored on any server owned or operated by us or third parties.

**Camera Photos:** We relay photos for features related to computer vision assisted workflows, including but not limited to ingredient scanning. The photos are relayed from the Cognactive application through our servers and forwarded to computer vision API providers, including but not limited to OpenAI. At no point are these photos stored on our servers.

Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "cognactive",
"features": "Features",
"tracking": "Track your NAC",
"tracking-desc": "Track NAC protocol regimen, myco die-off symptoms and more. Respect for your privacy with local data storage. Flexible with support for customizable regimen.",
"tracking-desc": "Track NAC protocol regimen, myco die-off experiences and more. Respect for your privacy with local data storage. Flexible with support for customizable regimen.",
"hero-appexperience": "App your NAC",
"hero-appexperience-desc": "Install Cognactive to your mobile device home screen to track NAC protocol events daily. Cognactive is an installable web application compatible with iOS and Android.",
"hero-opensource": "Open source",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/tracker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const ProtocolTracker: React.FC<ProtocolTrackerProps> = ({ clientCachedStartDate
</>
) : (
<div className="pb-8">
<p className="text-xl">Track daily activities and die-off symptoms for the NAC protocol.</p>
<p className="text-xl">Track daily activities and myco die-off experiences for the NAC protocol.</p>

<br />
<p className="font-semibold text-slate-500">Protocol Start Date</p>
Expand All @@ -117,7 +117,7 @@ const ProtocolTracker: React.FC<ProtocolTrackerProps> = ({ clientCachedStartDate
<div className="mt-2 p-2 text-sm">
By proceeding you agree to:
<p className="font-semibold">Privacy Policy</p>
All regimen activity tracking data (dates, symptoms, supplements, breakthroughs) is stored locally in web
All regimen activity tracking data (tracking dates, experiences, supplements) is stored locally in web
browser and not shared with any third-party.{' '}
<Link className="underline underline-offset-auto" to={'/privacy'}>
See Privacy Policy
Expand Down

0 comments on commit 3976f0c

Please sign in to comment.