decidim icon indicating copy to clipboard operation
decidim copied to clipboard

Rename Projects to Results in Accountability module

Open carolromero opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. Decidim currently uses the name Project in two different modules, Accountability and Budgets. This can cause confusion and we should avoid using the same terminology for different things.

image

image

Describe the solution you'd like Having taken a look at the data model, it makes more sense to rename the Accountability Projects to Results. Thus, one Result can have n Results. On the other hand, a Budget will still have n Projects.

Describe alternatives you've considered Getting rid of the name Projects in both modules, but in the case of Budgets it really makes sense to use that term.

Additional context While this is not new, it may be even more problematic with the new design, where the use of breadcrumbs for navigation is being considered.

Does this issue could impact users' private data? No, it's about terminology.

carolromero avatar Sep 14 '22 11:09 carolromero

Just to see the magnitude of the change, this is the word count of the strings "project" and "result' in decidim-accountability:

$ grep -ri project decidim-accountability/app/ decidim-accountability/config/locales/en.yml|wc -l
112
$ grep -ri result decidim-accountability/app/ decidim-accountability/config/locales/en.yml|wc -l
601

andreslucena avatar Sep 15 '22 08:09 andreslucena

This change can conflict with the redesign, we'll really appreciate if you hold it until redesign is more advanced.

ferblape avatar Sep 15 '22 08:09 ferblape