Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Decouple components ui data from api responses and backend data structures #854

Open
1 task done
khaledosman opened this issue Feb 12, 2025 · 0 comments
Open
1 task done
Assignees
Labels
enhancement New feature or request frontend

Comments

@khaledosman
Copy link
Contributor

Motivation

Our UI components are very tightly coupled to the api responses and backend data structures, ideally components should only think in the context of what they render and what data they need to render, while having backend datastructures separated in the services with a transformation step that can transform the returned api responses into what the ui components need

This would help make refactoring or any changes to the backend response much easier while decreasing the impact on the frontend components

Alternatives

No response

Contribution

No response

Have you searched for similar issues before submitting this one?

  • Yes, I have searched for similar issues
@khaledosman khaledosman added the enhancement New feature or request label Feb 12, 2025
@khaledosman khaledosman self-assigned this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

No branches or pull requests

1 participant