Commit Graph

6 Commits

Author SHA1 Message Date
Achintha Isuru
ee16f31ed8 chore: update .gitignore to exclude .vscode directory and add launch.json for development configurations 2026-01-29 03:10:51 -05:00
bwnyasse
09ff2bfafb chore: remove vite and vscode configuration files
The files are not needed in the backend repository.
2026-01-10 23:52:30 -05:00
Achintha Isuru
4ca290917f fix: correct program path for DEV Android configuration and update package versions in pubspec.lock 2025-11-19 12:40:15 -05:00
Achintha Isuru
7f27d94e61 fix: update project configurations for staging environment and Firebase dependencies 2025-11-19 12:20:54 -05:00
Achintha Isuru
7aa84bc536 Remove outdated architecture and API documentation for mobile apps
- Deleted api_map.mermaid files for both client and staff apps to remove obsolete API mappings.
- Removed architecture.md files for both client and staff apps to eliminate outdated architectural overviews.
- Deleted backend_architecture.mermaid files for both client and staff apps to clean up backend architecture diagrams.
- Removed overview.mermaid files for both client and staff apps to streamline application flow documentation.
- Deleted use-case flowchart.mermaid and use_case_flows.mermaid files for both client and staff apps to remove redundant use case diagrams.
2025-11-18 23:02:01 -05:00
Achintha Isuru
b464699205 feat: Add Firebase configuration for staging and development environments
- Created google-services.json for staging environment.
- Updated firebase.json to include build configurations for dev and staging.
- Added flutterfire-config.sh script to generate Firebase configuration files.
- Modified Xcode project to include GoogleService-Info.plist for staging.
- Created staging.xcscheme for Xcode build configuration.
- Added GoogleService-Info.plist for dev and staging flavors.
- Generated firebase_options_dev.dart and firebase_options_staging.dart for Firebase initialization.
2025-11-17 23:52:37 -05:00