docs: align frontend guidance with callcentersite api#255
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive documentation that validates the actual backend API implementation against frontend expectations and guidelines. The new document identifies gaps between what the frontend assumes exists in the backend versus what is actually exposed, and provides actionable steps for local development and integration.
- Documents validation of
api/callcentersiteendpoints against frontend expectations - Identifies 11 additional backend domains not previously documented in frontend strategy
- Provides step-by-step instructions for local backend setup without external databases
- Proposes Clean Code and TDD-compliant changes to bridge the gaps
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/frontend/arquitectura/validacion_callcentersite_api.md | New validation document comparing real backend API endpoints with frontend documentation, identifying gaps and providing local development instructions |
| docs/frontend/arquitectura/README.md | Added link to the new validation document in the architecture index |
Collaborator
Author
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Contributor
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: 2-Coatl <121911012+2-Coatl@users.noreply.github.com>
- Add 11 mock JSON files with realistic test data following granular permissions model - Update permissions to use functional groups instead of hierarchical roles - Remove all icons from permissions schema - Add setup script to generate services following TDD pattern - Update mock infrastructure (registry, schemas, metadata, refresh script) - Add comprehensive documentation without emojis - Follow database schema: Functions -> Capabilities -> Groups -> Users - Support multiple groups per user and exceptional permissions - Include audit trail structure Co-authored-by: 2-Coatl <121911012+2-Coatl@users.noreply.github.com>
feat(ui): implement all backend endpoints infrastructure and fix docs typo
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.
Summary
Testing
Codex Task