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

Migrate legacy accounts away from wiki #2083

Closed
chrispinkney opened this issue Apr 6, 2021 · 1 comment · Fixed by #2096
Closed

Migrate legacy accounts away from wiki #2083

chrispinkney opened this issue Apr 6, 2021 · 1 comment · Fixed by #2096

Comments

@chrispinkney
Copy link
Contributor

With the users microservice nearing completion we need a tool to download, parse, and send feed info from the wiki planet feed list to the users microservice via post requests.

The users microservice will store this data in firebase (or the emulator depending on the environment).

@chrispinkney chrispinkney added the type: bug Something isn't working label Apr 6, 2021
@chrispinkney chrispinkney added this to the 1.9.5 Release milestone Apr 6, 2021
@chrispinkney chrispinkney self-assigned this Apr 6, 2021
@chrispinkney chrispinkney added area: microservices area: tools and removed type: bug Something isn't working labels Apr 6, 2021
@chrispinkney
Copy link
Contributor Author

Some updates to this issue after a brief meeting a few of us (@manekenpix @humphd @Metropass @birtony) had today:

  • The old accounts in the planet feed list will NOT be migrated to the users microservice, as 99% of the accounts will likely not ever be used again. The blog feed URLs are the important pieces of data anyway, not the user accounts.
    • Instead we're simply going to update the tool to instead output a JSON file for use in the parsing microservice, and not worry about creating accounts for these "legacy" users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants