Skip to content

[codex] Implement task search and filtering#26

Draft
wisdom518 wants to merge 1 commit into
Core-Foundry:mainfrom
wisdom518:codex/task-search-filtering
Draft

[codex] Implement task search and filtering#26
wisdom518 wants to merge 1 commit into
Core-Foundry:mainfrom
wisdom518:codex/task-search-filtering

Conversation

@wisdom518

Copy link
Copy Markdown

Summary

  • add read-only task query helpers for status, reward, deadline, and text search
  • surface all tasks in creation order so the contract can be filtered without a separate index
  • document the new query helpers in the API reference

Testing

  • git diff --check
  • cargo test (blocked by existing test scaffolding issues in src/test.rs around the Stellar asset test client)

Notes

  • query helpers cover the issue scope directly: status, reward amount, deadline, and title/description search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant