Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: consuldemocracy/consuldemocracy Loading
base: 47ea94a7cc8aaa5b8fbc43c2ff104991a6ede195
Choose a base ref
...
head repository: consuldemocracy/consuldemocracy Loading
compare: ecbf38723a93f568344c2f2915b48eee84154ed8
Choose a head ref
  • 4 commits
  • 21 files changed
  • 2 contributors

Commits on Jan 26, 2021

  1. Add method to easily access a local target by code

    Similar to what we do in goals and targets.
    javierm authored and taitus committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    44ece08 View commit details
    Browse the repository at this point in the history
  2. Add relation between Goal and LocalTarget

    This is similar to what we do with investments, which belong to a heading
    but also belong to a budget. In our case, the reason is we've been asked
    to add local targets which belong to a goal but are not related to any
    existing target.
    Even though we're not implementing that case right now, we're adding the
    relation so we don't have to add data migrations in the future.
    taitus committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    3a487e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6aeec6 View commit details
    Browse the repository at this point in the history
  4. Rename sdg_related_list to related_sdg_list

    To maintain consistency with the current names in the database with fields:
    :related_sdg_type and :related_sdg_id
    taitus committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    ecbf387 View commit details
    Browse the repository at this point in the history
Loading