You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create integration tests for code examples demonstrating backend API integration.
Motivation
Currently, the API integration example code is versioned within the frontend codebase for convenience. However, this poses a problem as it may not always reflect the latest changes to the backend.
The proposal is to move this code to the backend and create integration tests to ensure it doesn’t degrade over time. From there, the frontend could request the example code from the backend to display it to users accurately.
Your Contribution
I believe this improvement isn't a priority, but I'd like to hear others' opinions. We could keep it on our radar for future implementation if it seems worthwhile.
The text was updated successfully, but these errors were encountered:
Feature Request
Create integration tests for code examples demonstrating backend API integration.
Motivation
Currently, the API integration example code is versioned within the frontend codebase for convenience. However, this poses a problem as it may not always reflect the latest changes to the backend.
The proposal is to move this code to the backend and create integration tests to ensure it doesn’t degrade over time. From there, the frontend could request the example code from the backend to display it to users accurately.
Your Contribution
I believe this improvement isn't a priority, but I'd like to hear others' opinions. We could keep it on our radar for future implementation if it seems worthwhile.
The text was updated successfully, but these errors were encountered: