* [ ] Edit README.md * [x] create the first release: 0.1.0 * [x] Use code formatter for all files (tabs-to-spaces) * [x] Check typos * remove "-" in JavaDoc for input/output parameters * [x] PublicationRepository - return a link to a publication instead of only boolean - extra class (link + boolean) ? - get UUID of publication ? * [x] in-progress true/false - add possibility to choose it (extra method with boolean as input) - 2 different implementations of "publish" method - with and without input for "in-progress" * [x] think about input parameters for DSpace_v6 constructor * [ ] Metadata mapping - basic fields (6), how to do? As method inside DSpace?? * [ ] Create issue in [SwordClient](https://github.com/swordapp/JavaClient2.0/issues) about checking of "In-Progress:true" inside the "org.swordapp.client.SWORDClient.java", lines 464-468: - add new line: `http.addInProgress(options, deposit.isInProgress());` * [ ] Publishing of archive with ATOM-xml inside -> to use xml file as metadata content
Edit README.md
create the first release: 0.1.0
Use code formatter for all files (tabs-to-spaces)
Check typos
PublicationRepository - return a link to a publication instead of only boolean
in-progress true/false - add possibility to choose it (extra method with boolean as input)
think about input parameters for DSpace_v6 constructor
Metadata mapping - basic fields (6), how to do? As method inside DSpace??
Create issue in SwordClient about checking of "In-Progress:true" inside the "org.swordapp.client.SWORDClient.java", lines 464-468:
http.addInProgress(options, deposit.isInProgress());