ITI / searcch

SEARCCH Hub Frontend
https://searcch.cyberexperimentation.org/
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Added code for missing arifacts in Manage account #168

Open yashshah15 opened 1 year ago

yashshah15 commented 1 year ago

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

carboxylman commented 1 year 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...

yashshah15 commented 1 year 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... I tried fetching the artifacts in the way you mentioned but, the owned_artifacts list is empty in index.Vue of profile page