decidim-ice / decidim-module-decidim_awesome

Additional components and Opt-In usability and UX tweaks for Decidim.
GNU Affero General Public License v3.0
25 stars 25 forks source link

Allow attachments in comments #342

Open aramollis opened 1 month ago

aramollis commented 1 month ago

A client want to be able to add attachments to comments (like we do for proposals eg.). This is an old feature request everyone agree (see in Meta Decidim, but seems easier to implement in Awesome however. We will develop this feature in next weeks if you are agree @microstudi ?

Proposed solution

As an admin (from the backend): I can define from Awesome "editors settings" /admin/decidim_awesome/config/editors

Captura de Pantalla 2024-10-09 a les 20 04 23

As regular user (In the front):

Alternatives considered Implement in the core.

microstudi commented 1 month ago

By all means @aramollis go ahead. You have our blessing. But maybe a couple of comments: Downloading attachments should only be allowed for logged in people? to avoid turning decidim into a spam/download page And, I think one attachement should be enough no? or you want to make galleries in the comment?

aramollis commented 1 month ago

By all means @aramollis go ahead. You have our blessing. But maybe a couple of comments: Downloading attachments should only be allowed for logged in people? to avoid turning decidim into a spam/download page And, I think one attachement should be enough no? or you want to make galleries in the comment?

I will check with client but I think are both good points. Tx! If a user want to attach many docs can zip them.

aramollis commented 1 month ago

Client confirmed