Backend Data Models
The data models in SailPilot’s Django backend are crucial for defining the application’s data structure and handling data operations. They are categorized into ‘User’ and ‘Features’, each encompassing specific aspects of the application.
Models Contents
User Models
The User models encompass all the functionalities related to user data management, authentication, and user-specific settings. Detailed documentation for each user-related model and their relationships can be found in the User Models section.
Features Models
The Features models are integral to the mapping and navigation features of SailPilot. They handle the storage and management of navigational points of interest. The Points Models section provides a comprehensive overview of each model within this category.