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
The functions of the old url module cover many aspects, including Android version updates, cloud settings, and obtaining user agreements and privacy policies. It is written in Python. Because the server needs to be migrated as soon as possible, the current practice is to build a request at the API layer and send it to the local old url backend (written in Python) and repackage its return value. See the URL part of the API for details.
Now we need to refactor it and make some reasonable functional splits. We will provide interface documents and the code of the old url backend
Skills you may need
Basic golang skills and entry-level distributed knowledge
Familiar with our unified distributed architecture, or willing to learn this architecture
Have some time - or be willing to be pushed
In general, the code logic of this part is very simple. The main task is to split the url module into reasonable modules.
The text was updated successfully, but these errors were encountered:
The functions of the old url module cover many aspects, including Android version updates, cloud settings, and obtaining user agreements and privacy policies. It is written in Python. Because the server needs to be migrated as soon as possible, the current practice is to build a request at the API layer and send it to the local old url backend (written in Python) and repackage its return value. See the URL part of the API for details.
Now we need to refactor it and make some reasonable functional splits. We will provide interface documents and the code of the old url backend
Skills you may need
In general, the code logic of this part is very simple. The main task is to split the url module into reasonable modules.
The text was updated successfully, but these errors were encountered: