Open yashshah15 opened 2 years ago
Thanks Yash. What we want to do is not make an extra call, but to use the same mapped state data as pages/myartifacts.js
already does. This way, if we already have fetched the artifacts, we don't have to fetch them a second time...
Thanks Yash. What we want to do is not make an extra call, but to use the same mapped state data as
pages/myartifacts.js
already does. This way, if we already have fetched the artifacts, we don't have to fetch them a second time... I tried fetching the artifacts in the way you mentioned but, the owned_artifacts list is empty in index.Vue of profile page
It seems like the dashboard object was not getting claimed artifacts. I have made a separate backend API call for fetching user artifacts. This pull request is for the issue https://github.com/ITI/searcch/issues/154