daostack / daostack/common-web
Funds allocation - transfer to other member should allow invoice uploading
Open
bug
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
If the funds allocation proposal `data.args.to` field is `otherMember`, the other member (`data.args.otherMemberId`) should be allowed to upload the invoices instead of the proposer.
```
db.collection(COLLECTIONS.Proposals)
.where('type', '==', 'FUNDS_ALLOCATION')
.where('data.args.to', '==', 'otherMember')
.where('state', '==', PROPOSAL_STATE.PASSED)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.