savvato-software / tribe-app-frontend

4 stars 20 forks source link

Attributes Page - Show Pending Attributes #136

Open haxwell opened 1 month ago

haxwell commented 1 month ago

Once you submit a phrase, and it is in In Review, you are taken back to the Attributes List page. You should see a list of attributes which are in review here.

This will be implemented by a call to /api/attributes/{userId}. It will return a list of attributes for the user, and in that response will be a list of pending, in-review, attributes.

haxwell commented 1 month ago

TribeApp backend https://github.com/savvato-software/tribe-app-backend/issues/251