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
Need to fix the typing coverage (can be seen using ts-coverage)
There is a duplication of the getApplicationList query.
The applications access is restricted depending on the user. For now, the filtering is done in the BFF which is not optimised. We should do it in the query to the database.
The text was updated successfully, but these errors were encountered:
🐛 Description
Need to fix the typing coverage (can be seen using
ts-coverage
)There is a duplication of the getApplicationList query.
The applications access is restricted depending on the user. For now, the filtering is done in the BFF which is not optimised. We should do it in the query to the database.
The text was updated successfully, but these errors were encountered: