-
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed
Labels
Description
Description:
https://pictopy-new-frontend.vercel.app/settings
In the above prototype design website. The settings page displays progress loaders for each folder, based on the tagging status of that folder. See attached screenshots for details.
Our current app has the backend part implemented for this feature. The UI is left to be done. See the API Endpoint here: https://www.postman.com/aossie-pictopy/pictopy/request/3oehong/tagging-status?tab=body
We need to call this endpoint every 1 second to get the updated status(basically, we are polling). Make sure to use the usePictoQuery hook and store the query results in a Redux state.
Screenshots:

Reactions are currently unavailable