📄️ Implementing New Gravity Sensors
This guide documents how to add support for a new gravity sensor type in Fermentrack. It covers the backend implementation including models, API endpoints, serializers, and integration points.
📄️ Developing Cloud Storage Providers
This guide explains how to implement new cloud storage providers for Fermentrack 2's backup system. The cloud storage module uses an abstract provider pattern that allows adding support for services like OneDrive, Google Drive, Box, or any OAuth2-compatible cloud storage service.
📄️ Frontend Authentication Migration Guide
This document describes the changes needed in the Vue.js frontend to migrate from dj-rest-auth to django-allauth headless module.