let AI comment everything because well... yeah...
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
// * Enum defining the types of databases used in the app
|
||||
// * - place: Database for camera trap locations
|
||||
// * - excursion: Database for tracking excursions and their data
|
||||
|
||||
enum DatabasesEnum {
|
||||
place,
|
||||
excursion,
|
||||
place, // Camera trap locations database
|
||||
excursion, // Excursions and tracking database
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user