Add project proposals into the projects widget
Resolves #346 (closed)
Adds the following:
- Include project proposals with the
.featured-projectswidget -
Ability to exclude proposals with thereplaceddata-exclude-proposalsdata attribute - Ability to specify what project types you want to include with the
data-typesdata attribute - A util function
getNextPagefor traversing paginated api results with link headers, uses parse-link-header internally - A helper function
buildMockPaginationLinkHeaderfor building mocked pagination with link headers for tests
Edited by Olivier Goulet