create submission
This commit is contained in:
@@ -111,6 +111,9 @@ class HiveService {
|
||||
debugPrint(
|
||||
'HiveService: ${Hive.isAdapterRegistered(HiveTypeIds.projectStatusModel) ? "✓" : "✗"} ProjectStatusModel adapter',
|
||||
);
|
||||
debugPrint(
|
||||
'HiveService: ${Hive.isAdapterRegistered(HiveTypeIds.projectProgressModel) ? "✓" : "✗"} ProjectProgressModel adapter',
|
||||
);
|
||||
debugPrint(
|
||||
'HiveService: ${Hive.isAdapterRegistered(HiveTypeIds.entryType) ? "✓" : "✗"} EntryType adapter',
|
||||
);
|
||||
@@ -180,6 +183,9 @@ class HiveService {
|
||||
|
||||
// Project status box (non-sensitive) - caches project status list from API
|
||||
Hive.openBox<dynamic>(HiveBoxNames.projectStatusBox),
|
||||
|
||||
// Project progress box (non-sensitive) - caches construction progress stages from API
|
||||
Hive.openBox<dynamic>(HiveBoxNames.projectProgressBox),
|
||||
]);
|
||||
|
||||
// Open potentially encrypted boxes (sensitive data)
|
||||
|
||||
Reference in New Issue
Block a user