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

feat: support choosing group(s) when importing feeds #5

Closed
jwq2011 opened this issue Apr 30, 2024 · 2 comments · Fixed by #25
Closed

feat: support choosing group(s) when importing feeds #5

jwq2011 opened this issue Apr 30, 2024 · 2 comments · Fixed by #25
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jwq2011
Copy link

jwq2011 commented Apr 30, 2024

For example, when I import RSS files, there are already relevant folders that have been properly classified. However, when using Fusion to import, they will still be discarded, resulting in all entries being in an unordered state. I need to create a new folder by myself. I hope to support the import of folders from the original RSS files. Thank you

@0x2E 0x2E added the enhancement New feature or request label Apr 30, 2024
@0x2E 0x2E added this to the v0.9 milestone Apr 30, 2024
@0x2E
Copy link
Owner

0x2E commented Apr 30, 2024

Just append some context for myself:

@0x2E 0x2E changed the title Can folder categorization be automatically added when importing RSS? feat: support choosing group(s) when importing feeds Jun 1, 2024
@0x2E 0x2E self-assigned this Aug 25, 2024
@0x2E 0x2E linked a pull request Aug 25, 2024 that will close this issue
@0x2E
Copy link
Owner

0x2E commented Aug 25, 2024

Hi @jwq2011 @superkuh @williballenthin . I've implemented this feature in #25 . However, ORM's auto-migration concerns me a lot. Could you help me test it on your database?

Here are the steps to test it:

  1. Download the binary file from https://github.com/0x2E/fusion/releases/tag/v0.8.8-test .
  2. Make a copy of your real database.
  3. Run Fusion with the downloaded binary and the data copy.
  4. Export the current OPML.
  5. Delete some feeds and groups on the webpage.
  6. Import the OPML file.

Please check:

  1. Any crash or errors happened?
  2. Will the deleted feeds and groups be recreated?

Thanks! :D

@0x2E 0x2E closed this as completed in #25 Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants