fusion icon indicating copy to clipboard operation
fusion copied to clipboard

feat: support choosing group(s) when importing feeds

Open jwq2011 opened this issue 1 year ago • 1 comments

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

jwq2011 avatar Apr 30 '24 07:04 jwq2011

Just append some context for myself:

  • https://opml.org/spec2.opml#1629042482000

0x2E avatar Apr 30 '24 16:04 0x2E

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 avatar Aug 25 '24 12:08 0x2E