Commit Graph

17 Commits

Author SHA1 Message Date
Achintha Isuru
4e952f5529 feat: update architecture documents for client and staff mobile apps, and add web platform overview 2026-02-06 14:55:28 -05:00
Achintha Isuru
f8bd19ec52 Add Mermaid diagram rendering and styles
Enable rendering of Mermaid diagrams embedded in markdown on the launchpad page. Adds CSS (.mermaid-diagram-wrapper and svg rules) to ensure responsive, centered diagrams and updates the markdown loader to find code.language-mermaid blocks, render them via mermaid.render, and replace the code block with a styled wrapper. Includes error handling that logs rendering errors and shows a user-facing error box. Changes are localized to internal/launchpad/index.html.
2026-02-01 19:56:02 -05:00
bwnyasse
3d81df0f68 feat(launchpad): update allowed hashes and IAP users
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.
2026-01-31 07:58:08 -05:00
José Salazar
ba85acd450 correction of staff app diagram 2026-01-20 16:16:10 -05:00
José Salazar
463c513a49 schema dataconnect guide 2026-01-20 14:22:04 -05:00
José Salazar
cb63f03e55 mobile diagrams 2026-01-20 14:21:34 -05:00
José Salazar
dbc017fce9 adding dataconnect guide 2026-01-19 19:15:47 -05:00
José Salazar
fdcaaca223 adding diagrams of dataconnect 2026-01-19 19:14:53 -05:00
bwnyasse
e78ddb8a49 feat: update allowed hashes and IAP users
This commit adds a new hash to the allowed-hashes.json file.
This commit adds a new user to the iap-users.txt file.
The new hash is for a new version of the launchpad.
The new user is a new IAP user.
2026-01-15 09:24:04 -05:00
Achintha Isuru
ade07eea72 chore: update links to name to be worker 2026-01-12 17:31:31 -05:00
bwnyasse
8916a4ac49 feat: add feature roadmap and tickets documentation
feat: add detailed feature roadmap and tickets documentation
feat: add roadmap overview diagram
feat: add roadmap p0 mvp diagram
feat: add roadmap p0 complete workflow diagram
feat: update diagrams config to include new roadmap diagrams
feat: add support for syncing source code for ai context
chore: update allowed hashes
feat: add jose.salazar@oloodi.com to iap-users.txt
feat: add fazulilahi@gmail.com to iap-users.txt
feat: add zouantchaw74@gmail.com to iap-users.txt
2026-01-12 11:44:26 -05:00
bwnyasse
ea6765af96 feat(docs): update contributing guide with required tools and IDE setup
feat(internal/launchpad): add iframe viewer for prototypes and update links loader

This commit introduces an iframe viewer in the launchpad to display prototypes directly within the application. It also updates the links loader to handle prototype links differently, opening them in the iframe instead of a new tab.

The contributing guide has been updated to include a list of required development tools and recommended IDE setup, ensuring that contributors have the necessary tools to work on the project.
2026-01-10 23:48:45 -05:00
bwnyasse
5dca852aab feat(scripts): sync mobile prototypes using Flutter
feat(scripts): add mobile client and staff prototype sync
feat(scripts): use FLUTTER_CMD variable for flutter commands
feat(scripts): add FVM support and error handling
feat(scripts): patch vite config for relative paths
chore(scripts): remove .keep files from mobile prototypes
2026-01-10 23:39:06 -05:00
bwnyasse
984da528fb feat: add prototype syncing for local dev and AI context
This commit introduces a new feature to synchronize prototypes
from an external repository for local development and to provide
context for AI tools.

- Added `make sync-prototypes` target to Makefile to build and
 copy prototypes from the adjacent 'client-krow-poc' repository.
- Added `.geminiignore` entries to prevent Gemini from ignoring
 prototypes, ensuring they are available for context.
- Added `.gitignore` entries to ignore generated prototype files,
 except for the `.keep` files, to keep the directories.
- Added `04-sync-prototypes.md` documentation to explain how to
 sync prototypes.
- Removed empty `internal/prototypes/.keep` file.
2026-01-10 23:04:56 -05:00
bwnyasse
97615b8d00 feat: remove launchpad prototypes
The prototypes are not needed anymore.
They were only used for initial development.
2026-01-10 23:04:22 -05:00
bwnyasse
3c0488576b refactor: restructure monorepo to align with industry standards
This commit restructures the monorepo to improve organization,
maintainability, and scalability. The changes include:

- Moving mobile apps from `mobile-apps/` to `apps/mobile-*`.
- Moving the web dashboard from `admin-web/` and `frontend-web/`
 to `apps/web-dashboard/`.
- Moving Firebase-related files to the root `firebase/` directory.
- Adding a `.geminiignore` file to exclude unnecessary files from
 Gemini analysis.
- Updating `.gitignore` to reflect the new structure and exclude
 sensitive files.
- Updating `codemagic.yaml` to reflect the new app locations.
- Adding a `make help` command to the root directory.
- Adding a `make install-git-hooks` command to install git hooks.
- Adding a `docs/02-codemagic-env-vars.md` file to document
 Codemagic environment variables.
- Adding a `docs/03-contributing.md` file to document
 contribution guidelines.
- Adding prototype placeholders to the internal launchpad.
- Updating the `README.md` file to reflect the new structure and
 provide updated instructions.

These changes improve the overall structure of the monorepo and
make it easier to develop, maintain, and scale the KROW Workforce
platform.
2026-01-10 22:36:29 -05:00
bwnyasse
d43a14ee0c clean 2026-01-10 21:22:35 -05:00