updated categories and data schema

This commit is contained in:
mbeylin 2017-11-15 11:12:10 -05:00
parent f31e11cf42
commit 23e5ad649e
2 changed files with 6 additions and 0 deletions

View File

@ -80,8 +80,13 @@ The schema for the bounty data field is:
sourceFileHash: // The IPFS hash of the file associated with the bounty
contact: // A string representing the preferred contact method of the issuer of the bounty
categories: // an array of strings, representing the categories of tasks which are being requested
githubLink: // The link to the relevant repository
}
```
The current set of categories is:
```
['Code', 'Bugs', 'Questions', 'Graphic Design', 'Social Media', 'Content Creation', 'Translations', 'Surveys']
```
The data schema for the fulfillment data field is:
```
{

View File

@ -29,6 +29,7 @@ The schema for the bounty data field is:
sourceFileHash: // The IPFS hash of the file associated with the bounty
contact: // A string representing the preferred contact method of the issuer of the bounty
categories: // an array of strings, representing the categories of tasks which are being requested
githubLink: // The link to the relevant repository
}
```