Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Show a list of facilities successfully claimed by the current contributor #573

Merged
merged 4 commits into from
Jun 13, 2019

Commits on Jun 13, 2019

  1. Add an API to list approved claims

    We want to provide a logged in contributor with a list of all the facilities
    they have successfully claimed.
    jwalgran committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    4068e47 View commit details
    Browse the repository at this point in the history
  2. Show a list of claimed facilities

    Repurposes the "My Facilities" link the navbar to show a page listing all
    approved facility claims. Items in the list link to the facility profile page
    where additional information about the facility can be collected.
    
    The "My Facilities" link now depends on the claim a facility feature so we have
    updated the `NavbarLoginButtonGroup` to only show the link when the feature flag
    is enabled.
    jwalgran committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    bbbe401 View commit details
    Browse the repository at this point in the history
  3. Show facility address and country on claimed facilities page

    This additional information helps to identify the facility when there may be
    more than one claimed facility with the same name.
    jwalgran committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e9203bf View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    jwalgran committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    90119a0 View commit details
    Browse the repository at this point in the history