stakwork / sphinx-tribes

Backend for sphinx tribes and bounties. The bounty platform pays out in bitcoin. Sign up with Sphinx Chat, complete a bounty, and earn bitcoin! Go to our website for available bounties.
https://community.sphinx.chat/bounties
33 stars 60 forks source link

Create description box for org home page #1318

Closed ecurrencyhodler closed 8 months ago

ecurrencyhodler commented 9 months ago

Context

When the org page is loaded, a get request is made and the org description will be returned if it is available in the database.

This is the call: GET '/organizations/{uuid}'

Display the org description if it is available.

Design

Here's the design in figma. Use dev mode for exact requirements.

Screenshot 2024-01-09 at 3 36 22 PM

Acceptance Criteria

Here is an example component test

ecurrencyhodler commented 9 months ago

Reserving this one for @Khaalid-oh for another chance to earn a bounty.

Can you leave a comment?

Khaalid-oh commented 9 months ago

Alright, thanks. I'm waiting for it to be unblocked

ecurrencyhodler commented 9 months ago

This is unblocked. You can use this as a test org. https://people-test.sphinx.chat/org/bounties/cmkln4tm098m49vhlt80

Khaalid-oh commented 9 months ago

I created a PR:https://github.com/stakwork/sphinx-tribes/pull/1433 for this