Just added some basic functions to a class. Need some help figuring out the exact guidelines/functionality that the feature requires. Do we assume that the ID (DOI/arxiv) is given or do we extract it from a given URL etc?
If so, can we just use pattern matching from the URL to determine the IDs?
In terms of the better implementation, do we compare extracted entries from DOI/arxiv and then take the longer string?
Mandatory checks
[ ] Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
[ ] Tests created for changes (if applicable)
[ ] Manually tested changed features in running JabRef (always required)
[ ] Screenshots added in PR description (for UI changes)
Begun working on Issue #372 - https://github.com/koppor/jabref/issues/372
Just added some basic functions to a class. Need some help figuring out the exact guidelines/functionality that the feature requires. Do we assume that the ID (DOI/arxiv) is given or do we extract it from a given URL etc? If so, can we just use pattern matching from the URL to determine the IDs? In terms of the better implementation, do we compare extracted entries from DOI/arxiv and then take the longer string?
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)