Feature/assignation fix - #51
Merged
Merged
Conversation
…e tâche - Récupérer la tâche actuelle depuis le provider pour préserver les assignations - Ajouter méthode _cancelChanges dans assign_users_dialog pour annuler les modifications - Les assignations faites en temps réel sont maintenant conservées lors de la sauvegarde
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important documentation and CI/CD improvements to the project, focusing on setting up Firebase, Firestore security, debugging assignment issues, and automating Flutter CI workflows. These changes aim to make onboarding, troubleshooting, and deployment much easier for developers.
Documentation Enhancements:
FIREBASE_SETUP.md, detailing each step to configure Firebase, Firestore, and integrate with the Flutter app.FIREBASE_SECURITY_SETUP.mdto explain Firestore security rules, privacy features, and how to test and troubleshoot permissions.CREATE_FIRESTORE_INDEXES.md, including both automatic and manual creation steps.DEBUG_ASSIGNATION.md, covering symptoms, verification steps, and corrective actions.CI/CD Automation:
.github/workflows/flutter-ci.ymlto automate Flutter analysis, testing (including integration tests), and build processes for the main development branches.Project Metadata:
.metadatafile, which tracked Flutter project properties and migration status, likely to avoid versioning unnecessary or environment-specific data.