Conversation
* login, dashboard and profile done * refactored * auth package comes from public npm * changed frontend formatting * fixed an npm bug * Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * template fe and translate packages come from public npm * ran npm i * updated files to use public packages * fixed imports * fix: fixed dependencies calls across the entire source code -frontend-, and updated config files * ops: created dockerignore for root context and updated worfklow cd for backend stack --------- Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* login, dashboard and profile done * refactored * auth package comes from public npm * changed frontend formatting * fixed an npm bug * Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * template fe and translate packages come from public npm * ran npm i * updated files to use public packages * fixed imports * fix: fixed dependencies calls across the entire source code -frontend-, and updated config files * ops: created dockerignore for root context and updated worfklow cd for backend stack * ops: update CI workflows names for status checks * ops: updated ci workflows names --------- Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…aceholders from all workflows
- Add MIT LICENSE file for open-source distribution - Update backend/package.json license field from UNLICENSED to MIT - Add frontend/.env.example with VITE_BACKEND_URL configuration - Remove sensitive infrastructure details from all documentation: - Hide backend IP addresses and EC2 instance IDs - Hide CloudFront distribution IDs - Hide AWS account numbers - Replace with generic deployment descriptions - Update all README files with MIT license references - Prepare project for public contributions and commercial clients
Ciscode-Admin
approved these changes
Jan 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation and configuration across the Comptaleyes platform, transitioning from a basic project template to comprehensive production-ready documentation with improved clarity and consistency.
Changes:
- Enhanced README files with detailed architecture, deployment, and usage documentation across all components (root, backend, frontend, infrastructure)
- Removed duplicate React component rendering in frontend entry point
- Updated backend license from UNLICENSED to MIT and added MIT LICENSE file
- Improved CI/CD workflow comments for better clarity and maintainability
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| infra/README.md | Transformed from generic CDK template to comprehensive infrastructure documentation |
| frontend/src/main.tsx | Removed duplicate BrowserRouter component tree |
| frontend/README.md | Added complete frontend documentation with tech stack, architecture, and deployment details |
| frontend/.env.example | Added environment variable template with usage instructions |
| backend/package.json | Changed license from UNLICENSED to MIT |
| backend/README.md | Expanded from basic outline to detailed backend API documentation |
| README.md | Enhanced root documentation with complete project overview and quick start guides |
| LICENSE | Added MIT License file |
| .github/workflows/frontend-cd.yml | Improved workflow comments and step descriptions |
| .github/workflows/cdk-deploy.yml | Clarified workflow comments for deployment conditions |
| .github/workflows/backend-cd.yml | Enhanced deployment step descriptions for clarity |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| (Auth, secrets, sensitive data handling – high level) | ||
| - **Team**: CisCode Development | ||
| - **Contact**: info@ciscod.com | ||
| - **Repository**: [GitHub](https://github.com/CISCDE-MA/comptaleyes) |
There was a problem hiding this comment.
Corrected spelling of GitHub organization from 'CISCDE-MA' to 'CISCODE-MA'.
Suggested change
| - **Repository**: [GitHub](https://github.com/CISCDE-MA/comptaleyes) | |
| - **Repository**: [GitHub](https://github.com/CISCODE-MA/comptaleyes) |
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.
No description provided.