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
We need to let the Community to work on their own to improve TolaActivity. Our goal is to make our Backend independent from theirs, which mixes the whole Frontend and Backend. We are only interested in reusing their database models and some extra logic.
Objectives:
Link ActivityAPI to the CE models, factories and shared logic using the less complex and maintainable solution.
Make integration tests against the CE models and use versioning to avoid unexpected behaviour or broken functionalities.
Move to our ActivityAPI repository our templates (templates2 folder).
Move to our ActivityAPI repository the API endpoints, as in the CE they don't use them, just Django views.
Move to our ActivityAPI repository the Login and Registration views.
CE = Community Edition
The text was updated successfully, but these errors were encountered:
CE Fork: https://github.com/toladata-foundation/TolaActivity
We need to let the Community to work on their own to improve TolaActivity. Our goal is to make our Backend independent from theirs, which mixes the whole Frontend and Backend. We are only interested in reusing their database models and some extra logic.
Objectives:
templates2
folder).The text was updated successfully, but these errors were encountered: