twenty icon indicating copy to clipboard operation
twenty copied to clipboard

OSS Friends list is out of date

Open elie222 opened this issue 1 year ago • 11 comments

Bug Description

The OSS Friends list on Twenty.com is out of date.

For example, the official list includes Inbox Zero (and many others), but are not listed on Twenty: https://twenty.com/oss-friends

The official list: https://github.com/formbricks/formbricks/blob/ae530d710b3784b003a5b825b89646331cfdfbf4/apps/formbricks-com/pages/api/oss-friends/index.ts

elie222 avatar Dec 29 '23 20:12 elie222

Thanks! We've used Framer so far which made it hard to keep this list up to date. But I just started out this week building a complementary Next.js version, see here: https://github.com/twentyhq/twenty/tree/main/packages/twenty-website We'll be able to migrate the list once this is live in a few weeks

FelixMalfait avatar Dec 29 '23 21:12 FelixMalfait

Steps to resolve:

  • Create a new folder oss-friends in twenty/packages/twenty-website/src/app
  • Create a page.tsx file in it
  • In page.tsx do GET request to https://formbricks.com/api/oss-friends to retrieve json that will be displayed
  • Copy/adapt style from current page https://twenty.com/oss-friends (we cannot reuse any of the code, that page was built with Framer)

FelixMalfait avatar Dec 30 '23 09:12 FelixMalfait

Here is the GitStart Ticket for this issue: https://clients.gitstart.com/twenty/5449/tickets/TWNTY-3181

gitstart-app[bot] avatar Dec 30 '23 09:12 gitstart-app[bot]

On this

gitstart-twenty avatar Jan 01 '24 11:01 gitstart-twenty

Hey, I want to try this to get done.

suman-somu avatar Jan 01 '24 13:01 suman-somu

Feel free to copy the code from https://getinboxzero.com/github

Simple page.tsx that loads the latest data.

elie222 avatar Jan 01 '24 13:01 elie222

Hey @Thiagomn1 , I was trying to do this one. 🙄 I couldn't make a draft yesterday due to some unwanted errors.

suman-somu avatar Jan 02 '24 05:01 suman-somu

But your commit looks good than what I have made. Maybe you should continue this.

suman-somu avatar Jan 02 '24 05:01 suman-somu

But your commit looks good than what I have made. Maybe you should continue this.

Alright, no worries. All the best on your next ticket.

gitstart-twenty avatar Jan 02 '24 05:01 gitstart-twenty

Thanks @suman-somu - we'll create many similar tickets this week :)

FelixMalfait avatar Jan 02 '24 08:01 FelixMalfait

Looking forward to it.

suman-somu avatar Jan 02 '24 09:01 suman-somu