Tested out the Project.ReviewBoard ~ noticed it pulls a registry using context.accountId, and I couldn't figure out how a new user can submit projects to the feed. Forked and replaced context.accountId with efiz.near, then I was able to feature and hide the projects in Elliot's feed. Now they show up in my hack.near feed.
However, when I hide a project after featuring another one, it incidentally removes that featured project from the array. Also, the "Unfeature" button says "No new data to save" when clicked.
Tested out the
Project.ReviewBoard
~ noticed it pulls a registry usingcontext.accountId
, and I couldn't figure out how a new user can submit projects to the feed. Forked and replacedcontext.accountId
withefiz.near
, then I was able to feature and hide the projects in Elliot's feed. Now they show up in myhack.near
feed.https://near.social/hack.near/widget/Project.ReviewBoard
However, when I hide a project after featuring another one, it incidentally removes that featured project from the array. Also, the "Unfeature" button says "No new data to save" when clicked.