Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crmne/cluster-headache-tracker
Cluster Headache Tracker is a free, open-source web application designed to help individuals suffering from cluster headaches track and manage their condition. By providing detailed logging, visual insights, and easy sharing with healthcare providers, this tool aims to improve the understanding and treatment of cluster headaches.
https://github.com/crmne/cluster-headache-tracker
cluster-headache health rails ruby
Last synced: 3 months ago
JSON representation
Cluster Headache Tracker is a free, open-source web application designed to help individuals suffering from cluster headaches track and manage their condition. By providing detailed logging, visual insights, and easy sharing with healthcare providers, this tool aims to improve the understanding and treatment of cluster headaches.
- Host: GitHub
- URL: https://github.com/crmne/cluster-headache-tracker
- Owner: crmne
- License: gpl-3.0
- Created: 2024-08-13T07:36:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T22:35:28.000Z (3 months ago)
- Last Synced: 2024-09-27T15:01:27.648Z (3 months ago)
- Topics: cluster-headache, health, rails, ruby
- Language: Ruby
- Homepage: https://clusterheadachetracker.com
- Size: 11.9 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ๐ง Cluster Headache Tracker
Cluster Headache Tracker is a free, open-source web application designed to help individuals suffering from cluster headaches track and manage their condition. By providing detailed logging, visual insights, and easy sharing with healthcare providers, this tool aims to improve the understanding and treatment of cluster headaches.
## ๐ฅ Demo
https://github.com/user-attachments/assets/75b4bd2b-b539-4d44-90ad-c3c03148daed
## ๐ Getting Started
Visit [https://clusterheadachetracker.com](https://clusterheadachetracker.com) to create a free account and start tracking your cluster headaches.
## โจ Features
- ๐ **Detailed Logging**: Record intensity, duration, triggers, and medications for each headache episode.
- ๐ **Visual Insights**: Gain valuable insights with interactive charts and graphs showing your headache patterns over time.
- ๐ฉบ **Share with Doctors**: Generate shareable reports to collaborate effectively with your healthcare providers.
- ๐พ **Data Import/Export**: Easily import and export your headache logs in CSV format for backup or analysis.
- ๐ **Secure & Private**: Your health data is encrypted and stored securely, with full control over sharing.
- ๐ต๏ธ **Privacy-Focused**: We don't store any personally identifiable information. Users are identified by a username, not an email address.
- ๐ช๐บ **EU-Based**: Our servers are hosted in Germany, ensuring compliance with strict EU data protection regulations.
- ๐ฑ **Mobile Friendly**: Access your tracker on any device with our responsive, mobile-friendly design.
- ๐ **Open Source**: Contribute to the development and customize the tracker to fit your needs.## ๐ป Development Setup
### Prerequisites
- Ruby 3.3.4
- PostgreSQL### Setup Instructions
1. Clone the repository:
```
git clone https://github.com/crmne/cluster-headache-tracker.git
cd cluster-headache-tracker
```2. Install dependencies:
```
bundle install
```3. Set up the database:
```
rails db:create
rails db:migrate
```4. Set up environment variables:
Create a `.env` file in the root directory and add the following variables:
```
RAILS_MASTER_KEY=your_master_key
POSTGRES_PASSWORD=your_database_password
HONEYBADGER_API_KEY=your_honeybadger_api_key
```5. Start the development server:
```
bin/dev
```6. Visit `http://localhost:3000` in your browser to see the application running locally.
## ๐งช Running Tests
To run the test suite:
```
rails test
rails test:system
```## ๐ข Deployment
This project uses Kamal for deployment. To deploy:
1. Set up your deployment configuration in `config/deploy.yml`.
2. Run:
```
kamal deploy
```## ๐ค Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for more details on how to get started.
## ๐ License
Cluster Headache Tracker is released under the [GNU General Public License v3.0 (GPL-3.0)](LICENSE).
## ๐ Privacy
We take your privacy seriously. Cluster Headache Tracker does not collect or store any personally identifiable information. Users are identified by a username only, not an email address. All data is stored on servers located in Germany, ensuring compliance with strict EU data protection regulations.
## ๐ Support the Project
If you find this tool valuable, please consider making a donation:
[![Buy me a pizza](app/assets/images/buymeapizza.png)](https://buymeacoffee.com/crmne)
## ๐ Support
If you encounter any issues or have questions, please [open an issue](https://github.com/crmne/cluster_headache_tracker/issues) on GitHub.
## ๐ Acknowledgements
Thank you to all the contributors and users who help make this project better every day.