wizeline / project-lab

Proposal Hunt / Project Lab experimental repo
MIT License
5 stars 0 forks source link

Feat/tiers in search page #363

Closed LuisTejedaS closed 2 years ago

LuisTejedaS commented 2 years ago

What does this PR do?

Adds the possibility of sorting the projects by tier on the home page. The sort by tier will be the default one Add Tier information to the project card (and a link to the confluence page)

Where should the reviewer start?

app/pages/projects/search.tsx app/projects/queries/searchProjects.ts

How should this be manually tested?

Verify that sort by tier works and other filters too

What are the relevant tickets?

362

Screenshots

Before Screen Shot 2022-07-15 at 11 22 24 Screen Shot 2022-07-15 at 11 22 16

After Screen Shot 2022-07-15 at 10 21 36

Screen Shot 2022-07-15 at 10 21 43

Also removed projects page as it is not used.