grant-hub icon indicating copy to clipboard operation
grant-hub copied to clipboard

Application landing page

Open michellema1208 opened this issue 2 years ago • 3 comments

User Story

As a project owner, I want to see round details before I apply to a round so that I can apply for the correct round

**Acceptance Criteria: ** [TBD]

Tasks

  • [ ] Need to index Round Manager's subgraphs in order to retrieve program name
  • [x] Get round metadata from Round Manager
  • [ ] (Later) Set up Apollo GraphQL to make requests to their subgraph

**Link to mocks: ** https://www.figma.com/file/obBzCCL8KwoTlVBb5g3ccN/Grant-Hub---Wireframes?node-id=1313%3A2598

Reference screen: Screen Shot 2022-06-29 at 8 57 00 PM

michellema1208 avatar Jun 30 '22 00:06 michellema1208

@michellema1208 I have a WIP PR for this. Just lmk if you are able to get more information on the missing fields. Thanks!

tim-schultz avatar Jul 22 '22 18:07 tim-schultz

The remaining possible fields have been added to the landing page 🥳

tim-schultz avatar Jul 25 '22 20:07 tim-schultz

Here is a link to the WIP PR https://github.com/gitcoinco/grant-hub/pull/179. I implemented it fetching program/round data from the contracts to be consistent with how the that are passed the url, but after the RM/GH sync last week it was made clear they did not need to add the program contract to the url since this data could be fetched from the subgraph.

Long story short, all of the styling is complete for this, it would just be best to fetch the program data from the subgraph instead of the contract

tim-schultz avatar Aug 01 '22 20:08 tim-schultz