swarmcity / boardwalk-ts

Boardwalk implementation in TS
boardwalk-ts.vercel.app
MIT License
1 stars 0 forks source link

fix: correctly filter my items within marketplace #180

Closed vojtechsimetka closed 1 year ago

vojtechsimetka commented 1 year ago

Resolves #178

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
boardwalk-ts ✅ Ready (Inspect) Visit Preview Oct 31, 2022 at 0:47AM (UTC)
github-actions[bot] commented 1 year ago

🐝 PR preview in Swarm

Preview URL: https://bah5acgzayphhex2et7cg4mylk6xehhhf772kax37abus7qpi255xfntbu7vq.bzz.link Swarm Hash: c3ce725f449fc46e330b57ae439ce5fff4a05f7f00692fc1e8d77b72b661a7eb Commit Hash: b3114f7dd3b287cfe8abdaba5a3be86026e563f5 Commit Message: feat: filter items where the user is the provider

vojtechsimetka commented 1 year ago

@filoozom any idea how to do this efficiently? IMHO we should provide such functionality in SDK

filoozom commented 1 year ago

@vojtechsimetka I pushed the code to filter out the provider's items as well, and some "pseudo code" for the marketplace owner. But as the whole marketplace owner part is not done yet, I'd suggest we already merge this and keep that part for later?