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

Series #876

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Series #876

wants to merge 12 commits into from

Conversation

j1g5awi
Copy link

@j1g5awi j1g5awi commented Jan 24, 2025

relate: #296

TODO

  • Edition can only be link to one Work( and automerge Work when Edition merged) move to Work migration #888
  • [=] Series page ui ( will more like Collection )
  • [=] tests
    - [ ] if possible, implate Series of Edition

@j1g5awi
Copy link
Author

j1g5awi commented Jan 28, 2025

@alphatownsman maybe GitHub Codespace have no enough spaces to load all data and test migration, so I need help for testing it.

@alphatownsman
Copy link
Member

this current migration code will be a few hours if not longer for neodb.social, and memory intensive. I suggest we do the following:

  • split this to two PR, Work refactor, then new Series
  • in Work PR, do not drop any table, migration code should be skippable with a configuration (on neodb.social, I will set the configuration to ON, so django migration can finish in seconds, and then run the actual data migration separately), btw your code should assume user may make changes while migration is running.

I'll help test too but Codespace has 8~16GB RAM which should be more than enough I think, on neodb.social:

$ free -g
              total        used        free      shared  buff/cache   available
Mem:             23          12           0           0          10          10

And size of catalog data is much smaller than posts/etc

@j1g5awi j1g5awi changed the title WIP: Series Series Feb 12, 2025
@j1g5awi j1g5awi marked this pull request as ready for review February 12, 2025 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Wishlist
Development

Successfully merging this pull request may close these issues.

2 participants