Closed ramshty closed 2 weeks ago
This pull request introduces Firestore integration to manage categories and subcategories in the QuickFixApp.
upload_categories.py
Category
Subcategory
Avoid storing categories locally by fetching them from Firestore for better maintainability.
Please review the current implementation. Further updates
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube Cloud
Implement Firestore Integration for Categories
Description
This pull request introduces Firestore integration to manage categories and subcategories in the QuickFixApp.
Changes:
upload_categories.py
to upload all categories and subcategories into Firestore.Category
andSubcategory
data classes in Kotlin.Goal
Avoid storing categories locally by fetching them from Firestore for better maintainability.
Next Steps (in PR #136 )
Please review the current implementation. Further updates