grant-hub
grant-hub copied to clipboard
Application landing page
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:
@michellema1208 I have a WIP PR for this. Just lmk if you are able to get more information on the missing fields. Thanks!
The remaining possible fields have been added to the landing page 🥳
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