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

#453 addressing issue

Open BanulaKumarage opened this issue 1 year ago • 1 comments

  • 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

BanulaKumarage avatar Mar 29 '23 19:03 BanulaKumarage

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.

BassCoder2808 avatar Mar 30 '23 07:03 BassCoder2808