updated categories and data schema
This commit is contained in:
parent
f31e11cf42
commit
23e5ad649e
|
@ -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:
|
||||
```
|
||||
{
|
||||
|
|
|
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue