Commit Graph

20 Commits

Author SHA1 Message Date
Achintha Isuru
c3f8a4768a fix: Update mobile CI workflow for improved error handling and efficiency 2026-02-20 01:55:16 -05:00
Achintha Isuru
50309bfb39 fix: Add pipefail option to compilation check for better error handling 2026-02-20 01:47:47 -05:00
Achintha Isuru
518991f895 fix: Improve error handling in mobile app build process 2026-02-20 01:43:03 -05:00
Achintha Isuru
2162b5493e fix: Change build mode from 'dev' to 'debug' for mobile client and staff apps 2026-02-20 01:33:15 -05:00
Achintha Isuru
614851274b feat: Update mobile CI workflow to streamline build process and remove CI-specific setup 2026-02-20 01:26:13 -05:00
Achintha Isuru
0fad902991 feat: Install Firebase CLI in CI workflow and simplify SDK generation process 2026-02-20 01:10:38 -05:00
Achintha Isuru
49f32b24f4 feat: Update mobile CI workflow to use mobile-install-ci for CI-specific setup 2026-02-20 01:02:37 -05:00
Achintha Isuru
1510b69d59 feat: Enhance mobile CI workflow to compare all changes in PRs and streamline analysis commands 2026-02-19 17:13:03 -05:00
Achintha Isuru
1dd3699373 feat: Update mobile CI workflow to use melos for build and analysis 2026-02-19 17:05:56 -05:00
Achintha Isuru
b6c3fb8487 feat: Update Flutter version to 3.38.x in mobile CI workflow 2026-02-19 16:49:23 -05:00
Achintha Isuru
410e5b5cd1 feat: Update Flutter version file path in mobile CI workflow 2026-02-19 16:47:25 -05:00
Achintha Isuru
b8772b301e feat: Update Flutter version handling in CI and adjust pubspec files for compatibility 2026-02-19 16:45:03 -05:00
Achintha Isuru
e650af87c0 feat: Add mobile CI workflow for change detection, compilation, and linting 2026-02-19 16:28:06 -05:00
zouantchaw
cb7c03abfc Generate dataconnect SDK in CI instead of tracking web artifacts 2026-02-13 10:51:29 -05:00
zouantchaw
1269f7228e Add web typecheck gate and remove order update any-casts 2026-02-13 10:42:47 -05:00
zouantchaw
8df6ac5569 Fix web-quality action pnpm setup order 2026-02-13 10:26:43 -05:00
zouantchaw
6502a2f983 Add quality gates and baseline tests for web/mobile 2026-02-12 23:21:25 -05:00
bwnyasse
90455d9181 chore: remove unused issue templates and reference documentation
The issue templates for Base44 backend validation, frontend
update, and SR&ED tasks, as well as the Base44 entity schemas
reference document, are no longer needed and have been removed
to reduce clutter and improve maintainability. These files were
specific to a previous architecture and are not relevant to the
current project.
2026-01-10 21:01:58 -05:00
bwnyasse
6d698d9e1e feat: add issue templates for Base44 backend and frontend updates
This commit introduces two new issue templates to streamline the
process of updating the backend and frontend based on Base44 exports.

The "API Validation and Backend Update from Base44" template is for
analyzing API changes, updating the backend (Data Connect, Cloud
Functions), and ensuring compatibility. It includes sections for
objective, SR&ED justification, technical implementation notes, and
acceptance criteria.

The "Frontend Update from Base44" template is for integrating the
latest UI changes (components, queries, mutations) from a Base44
export. It also includes sections for objective, SR&ED justification,
technical implementation notes, and acceptance criteria.
2025-11-20 10:50:30 -05:00
bwnyasse
6540d01175 feat: add SR&ED tracking and project management tools
This commit introduces several new files and updates to support
SR&ED tracking and project management:

- Adds a template for SR&ED tasks to standardize issue creation.
- Adds a Makefile command to set up GitHub labels from a YAML file.
- Adds a Makefile command to export SR&ED-eligible issues to a
 Markdown file.
- Adds a Makefile command to create issues from a file.
- Adds documentation for SR&ED tracking and development
 conventions.
- Adds a YAML file to define GitHub labels.
- Adds scripts to set up GitHub labels, export issues, and create
 issues from a file.
- Updates the project plan to include SR&ED considerations.

These changes aim to improve project organization, facilitate
SR&ED claims, and streamline development workflows.
2025-11-13 11:33:52 -05:00