spdx-online-tools icon indicating copy to clipboard operation
spdx-online-tools copied to clipboard

Source for the website providing online SPDX tools

Results 45 spdx-online-tools issues
Sort by recently updated
recently updated
newest added

Since the license request and license namespace section of the SPDX online tools is quite similar in functionality. Both of these section provides the user the ability to submit license...

enhancement
good-first-issue

` driver.find_element_by_id('unarchive_button' + str(archive_license_obj.id)).click() driver.find_element_by_id('confirm_unarchive').click() self.assertEquals(LicenseRequest.objects.get(id=archive_license_obj.id).archive, False) if driver.find_element_by_id('unarchive_button' + str(archive_license_obj.id)): driver.find_element_by_id('unarchive_button' + str(archive_license_obj.id)).click() driver.find_element_by_id('confirm_unarchive').click() self.assertEquals(LicenseRequest.objects.get(id=archive_license_obj.id).archive, False) else: pass` The archive request feature is available only for those who are...

help wanted
good-first-issue

Programmatic access could put a substantial load on the service if multiple requests are made with high frequency. Suggest an enhancement to govern the rate at which requests from the...

help wanted

This can be a small step towards #4 .

- Added a "Visual Editor" tab to the nav bar. - Embedded "dots" in an iframe. - Wrapped "block1" with a "dots" block so the iframe could stretch the entire...