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

Support multiple enclosures/attachments #1684

Open
Eitot opened this issue May 6, 2023 · 0 comments
Open

Support multiple enclosures/attachments #1684

Eitot opened this issue May 6, 2023 · 0 comments
Labels
developer request 🙏 discussion 💬 The issue is or needs further discussion.

Comments

@Eitot
Copy link
Contributor

Eitot commented May 6, 2023

Some decisions have to be made to support this.

  1. How to store additional enclosure/attachment URLs
  • Use the "enclosures" column of the "messages" table and store multiple URLs, separated by a delimiter. This option would require no changes to the database, but it would not be backwards compatible.
  • Add a new column to the "messages" table and migrate existing data, optionally keeping the "enclosures" column.
  • Add a new table and link the "messages" table to it, , optionally keeping the "enclosures" column.
  1. How to show the enclosures in the enclosure bar of the article viewer
  • Show file icons/previews and links for each enclosure/attachment
  • Change the enclosure bar so that it shows a pop-up menu instead, similar to Mail:
    Screenshot 2023-05-06 at 09 29 22
  1. What to do with the "Enclosure URL" column in the article list

Screenshot 2023-05-06 at 09 33 30

4. What to do with the `$ArticleEnclosureFilename$` and `$ArticleEnclosureLink$` tags in article styles

Screenshot 2023-05-06 at 09 33 46

Any ideas?

@Eitot Eitot added developer request 🙏 discussion 💬 The issue is or needs further discussion. labels May 6, 2023
@github-actions github-actions bot added the stale ⏳ The issue will be closed 60 days after the label was added and no inactivity has occurred since. label May 7, 2024
@Eitot Eitot removed the stale ⏳ The issue will be closed 60 days after the label was added and no inactivity has occurred since. label Jun 23, 2024
@ViennaRSS ViennaRSS deleted a comment from github-actions bot Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer request 🙏 discussion 💬 The issue is or needs further discussion.
Projects
None yet
Development

No branches or pull requests

1 participant