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
Support translations at Node.JS backend and email templates; we use i18n-next in React code, but we should also support translations at the backend, and especially in emails. Overview
Upgrade codebase to promises; we use a lot of async library currently, which also should be upgraded from v2 to async v3. Instead of callbacks and helper framework, we should write the code in promises directly.
This is an overview into various framework update/refactoring needs:
Major effort
async
library currently, which also should be upgraded from v2 toasync
v3. Instead of callbacks and helper framework, we should write the code in promises directly.Medium effort
Small effort
The text was updated successfully, but these errors were encountered: