FederationOfTech / Coalesce

An open source volunteer management platform from the Federation of Humanitarian Technologists
GNU Affero General Public License v3.0
13 stars 13 forks source link

Add /organizer dashboard page #62

Closed stefanha closed 3 years ago

stefanha commented 3 years ago

Go to http://localhost:8080/#/organizer to see the organizer dashboard. It serves two purposes:

  1. Contains the "Create an opportunity" button, which links to /create-opportunity (this page has not been created yet).

  2. Offers an Opportunity search box similar to the /opportunities search page, except oriented towards organizers instead of volunteers. The search results currently display all opportunities, but this can be fixed when #6 is merged.

    Pagination is also missing. Only the first page of results from the REST API is displayed.

This commit makes progress towards the design wireframe in #46.

Signed-off-by: Stefan Hajnoczi stefanha@gmail.com