AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

Add contract function for decentralized 'New Project' panel call #1875

Open Quazia opened 4 years ago

Quazia commented 4 years ago

This issue in combination with #1874 and #1876 should cover the following acceptance criteria:

This will require contract level changes for the Projects app, a function call needs to be added. It's possible that the addRepo call can be recycled, but it's probably best to adjust the language, and ensure all data-points we were previously relying on github to capture are being represented in the contracts data (title, description). Some of this may be possible strictly modifying the IPFS, but this alone would require adding a CID to the addRepo call.