spdx-online-tools
spdx-online-tools copied to clipboard
#453 addressing issue
- Try to address issue #453 to make the Tool more convenient to the users.
- Added GitHub issue id to the Request model.
- Access it in the
license_information.html
Hi @BanulaKumarage, I had just gone through your pull request, I think instead of changing the model of License
we can make the change in LicenseRequest
because issuedId is not something related to the License directly and it is independent and we are only using that for the discussions.
Also another thing, instead of using TextField
I think you can use CharField
as it will be more memory efficient compared to that.