feat: add bug reports and screenshots to bugs directory
feat(mobile): add device id to mobile makefile commands
fix(mobile): update mobile readme with device id instructions
fix(core_localization): update strings.g.dart with latest generation
chore: add flutter ephemeral files to gitignore
The CLAUDE.md and GEMINI.md files were added to provide AI assistants with the necessary context to understand the project structure, key commands, architecture patterns, and code conventions. This will help them generate more accurate and relevant code and documentation.
The bugs directory was added to store bug reports and screenshots, providing a central location for tracking and analyzing issues.
The mobile makefile commands were updated to include the device ID, allowing developers to specify the target device for running mobile apps. The mobile readme was updated with instructions on how to find the device ID.
The strings.g.dart file was updated with the latest generation to ensure that the localization data is up-to-date.
The flutter ephemeral files were added to gitignore to prevent them from being committed to the repository. These files are generated by Flutter for desktop platforms and should not be tracked.
These files are generated by Flutter and should not be tracked
in the repository. They contain environment-specific paths
and configurations that can vary between developers and
build environments, leading to inconsistencies and potential
conflicts. Removing them ensures a cleaner repository and
avoids accidental modification of generated code.
This commit adds new allowed hashes to `allowed-hashes.json` and new IAP users to `iap-users.txt`.
The new hashes are required for the launchpad to function correctly with the latest version of the Krow Workforce Web application.
The new IAP users are required to grant access to the launchpad to the new users.
feat: add krow-workforce-web.code-workspace file
This commit adds a new file `krow-workforce-web.code-workspace` to the repository.
This file is a VS Code workspace file that configures the VS Code editor for the Krow Workforce Web project.
This file will help developers to get started with the project more quickly and easily.
- Deleted the old availability_page_new.dart file.
- Updated the staff_availability_module.dart to import the new availability_page.dart.
- Added firebase_auth dependency in pubspec.yaml for authentication features.