Giveth / DeVouch-FE

Front-end repository of the DeVouch project
https://de-vouch-fe-givethio.vercel.app
GNU General Public License v3.0
24 stars 2 forks source link

add Retro Funding 5 projects as new source #159

Closed divine-comedian closed 1 week ago

divine-comedian commented 3 weeks ago

We will need to add projects who have applied for Retro Funding 5 as a new source into the app.

Retro Funding 5 projects should be retrieved using #102 and should be referenced by rf5-{projectId}

API link -> https://vote.optimism.io/api_v1

You'll need a private API key for access to call the API functions.

when the review period finishes (sept 20th) some projects will be disqualified from rf5, we will need to make sure to query the API data, find out which projects have not passed the review period and prevent them from being displayed on the front-end

Requirements

Image

divine-comedian commented 3 weeks ago

@MohammadPCh looks like project data is starting to come in already from the agora API - we can start integrating this new source into the app using the new round variable you added

https://vote.optimism.io/api/v1/retrofunding/rounds/5/projects?limit=10&offset=0

Image

divine-comedian commented 2 weeks ago

This is already on staging,

we have only one source - rf and we use the other value round to find the specific round projects

divine-comedian commented 2 weeks ago

no data is being returned from AGora API, need to see whats up

divine-comedian commented 2 weeks ago

Requirements

Image

LatifatAbdullahi commented 2 weeks ago

@divine-comedian @MohammadPCh

Test Update

LatifatAbdullahi commented 2 weeks ago

@divine-comedian @MohammadPCh

Test Update

Retro funding 5 projects show up on list of projects on main page - Pass Banner image shows for retro funding 5 projects - Pass Description appears for retro funding 5 projects - Pass Project title shows for retro funding 5 projects - Pass Can successfully vouch & flag - Pass Attestation data shows in table on project details page - Pass You can see the retro funding 5 badge on the top corner of the project card - Pass From retro funding 5" badge shows up in top corner of project details page for projects from retro funding 5 source -Pass Link in top corner of project details page of retro funding 5 projects successfully links to project page on the retrolist app (source platform) - Pass