Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor the url module #102

Open
jiuxia211 opened this issue Nov 14, 2024 · 0 comments · May be fixed by #108
Open

refactor the url module #102

jiuxia211 opened this issue Nov 14, 2024 · 0 comments · May be fixed by #108
Assignees

Comments

@jiuxia211
Copy link
Contributor

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.

@FantasyRL FantasyRL linked a pull request Nov 24, 2024 that will close this issue
@FantasyRL FantasyRL self-assigned this Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants