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

Update open data exports for Budgets projects #13675

Merged
merged 30 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
465789c
updated_at column added.
greenwoodt Nov 18, 2024
d2dd66e
updated_at column fixed and test added
greenwoodt Nov 18, 2024
63bd300
reference column and test added
greenwoodt Nov 18, 2024
11690c1
Merge branch 'decidim:develop' into change/csv-exports-projects
greenwoodt Nov 19, 2024
1eec678
author field extracted from debates and added to projects
greenwoodt Nov 19, 2024
27135e9
methods extracted to retrieve the author user profile
greenwoodt Nov 19, 2024
081d4aa
renamed the budget id to decidim_budgets_budget_id
greenwoodt Nov 19, 2024
1ab1dbd
selected_at added including its test
greenwoodt Nov 19, 2024
ec7dcfe
follows_count extraction and added with test
greenwoodt Nov 19, 2024
de99a39
longitude and latitude extratced with tests added
greenwoodt Nov 19, 2024
2cce122
translations added and updated
greenwoodt Nov 19, 2024
b11e5f4
Update decidim-budgets/config/locales/en.yml
greenwoodt Nov 20, 2024
fd0b134
Update decidim-budgets/lib/decidim/budgets/project_serializer.rb
greenwoodt Nov 20, 2024
a01db6e
Merge branch 'decidim:develop' into change/csv-exports-projects
greenwoodt Nov 26, 2024
d4deb1b
reverted id and added budget title
greenwoodt Nov 27, 2024
3c8220a
extracted root_url helper for rspec test
greenwoodt Nov 27, 2024
df09fdc
extratced the budget url with test
greenwoodt Nov 27, 2024
cadbdcd
translations updated for budget_url
greenwoodt Nov 27, 2024
44a0364
Merge branch 'decidim:develop' into change/csv-exports-projects
greenwoodt Dec 4, 2024
c7951d8
extracted method to retrieve budget url
greenwoodt Dec 4, 2024
a9db230
added test to get URL of budget
greenwoodt Dec 4, 2024
3a3609f
removed unused methods from spec
greenwoodt Dec 4, 2024
c492dea
added title of budget
greenwoodt Dec 4, 2024
edd3087
Improved the budget component serializer. id, url and title added to …
greenwoodt Dec 5, 2024
ff9766a
updated i18n translations
greenwoodt Dec 5, 2024
4133369
Update decidim-budgets/config/locales/en.yml
greenwoodt Dec 9, 2024
dcd096a
Update decidim-budgets/config/locales/en.yml
greenwoodt Dec 9, 2024
ccc2b10
Update decidim-budgets/lib/decidim/budgets/project_serializer.rb
greenwoodt Dec 9, 2024
bbd195a
Update decidim-budgets/spec/serializers/project_serializer_spec.rb
greenwoodt Dec 9, 2024
abd17fd
Merge branch 'develop' into change/csv-exports-projects
greenwoodt Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update decidim-budgets/config/locales/en.yml
Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
  • Loading branch information
greenwoodt and andreslucena authored Nov 20, 2024
commit b11e5f4a4bc1bf69fd323b6e9aa80283a7576f31
2 changes: 1 addition & 1 deletion decidim-budgets/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ en:
follows_count: The number of follows the project has
id: The unique identifier of the project
latitude: The latitude of the project in case it has a physical location
longitude: he longitude of the project in case it has a physical location
longitude: The longitude of the project in case it has a physical location
participatory_space: To which space (e.g. Participatory Process, or Assembly) this project belongs to
reference: The unique reference of the project
related_proposal_titles: The titles of the related proposals
Expand Down
Loading