oceanprotocol-archive / oceandao-proposal-portal

OceanDao proposal portal
0 stars 1 forks source link

Should Funding be Required to Submit Deliverables? #83

Open rbb36 opened 2 years ago

rbb36 commented 2 years ago

Hi,

I just tried to submit deliverables from R15 for this project: https://seed.oceandao.org/project/6244a33797f18865871ce96a

It threw an error from the backend: https://github.com/oceanprotocol/oceandao-proposal-portal/blob/30c0550bdba46a22d83c48b7dfa1b7436339f406/backend/routes/proposal.js#L195

That makes sense - we did not receive a grant in R15. But we are still working and we did most of the work. If it's possible, I'd like to submit our deliverables for the record.

Thanks!

Bob

trizin commented 2 years ago

@idiom-bytes

idiom-bytes commented 2 years ago

No, it shouldn't. Let projects that have not received funding, be able to complete their proposals.

In the future, we'll add updates so that we have:

  1. Updates. Can be done at any point. Bring your project back to good standing.
  2. Completions. Can only be done once. Completes your proposal. Enables you to apply into another round.
rbb36 commented 2 years ago

Sounds great! Thanks!

idiom-bytes commented 2 years ago
  1. I believe this problem can also happen if the funding TX has not been updated on a project that did receive funding. So, it's important that the TX field gets registered with valid information.
  2. Error messages inside of proposal portal could be more explicit. This would help debugging speed and comms between participants and core team.