WordPress / openverse

Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
https://openverse.org
MIT License
239 stars 190 forks source link

Prevent unnecessary moving of cards between columns #3722

Open dhruvkb opened 7 months ago

dhruvkb commented 7 months ago

Problem

The project board automations moves cards between columns based on a number of factors such as the state and priority of the issue. This can sometimes cause the issue to have a bunch of events where the card is unnecessarily moved between columns.

image

Description

Instead of moving the card immediately based on every factor, the action should determine the final destination of the card based on all factors, and then move it directly to the final column.

AetherUnbound commented 4 months ago

I think this is probably addressed now! @dhruvkb what do you think?

dhruvkb commented 4 months ago

This hasn't been fixed yet afaik, but it's possible it could've been reduced as a side-effect of some other improvement.