stakwork / sphinx-tribes-frontend

Frontend for sphinx tribes and bounties. The bounty platform that 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
11 stars 42 forks source link

Update User Workspaces Budget From WorkspaceView.tsx #567

Closed elraphty closed 1 month ago

elraphty commented 1 month ago

Context

Currently, we poll Workspace budget invoices when we click on the Workspace Manage button on a workspace, which opens the WorkspaceDetails page before the Workspace budget can be updated.

Design

We want to poll the invoices and update the workspace's budget for the user's created or assigned workspaces from the WorkspaceView page. The user will not have to click on a single Workspace to get the revised budget.

Image

Acceptance Criteria

Here is an example unit test

Here is an example component test