scancode.io icon indicating copy to clipboard operation
scancode.io copied to clipboard

Project data text box should be extensible

Open pombredanne opened this issue 4 years ago • 6 comments

The Project data text box size is fixed and IMHO it would help if it were:

  1. extensible both in length and width
  2. to help with looking at the data and possibly copy/paste or saving it, it would be great to have a way to open that text (may be raw) in a separate window

pombredanne avatar Jun 19 '21 07:06 pombredanne

Hey, can I try this issue?

ayushk26 avatar Nov 17 '21 19:11 ayushk26

@ayushk26 It would be great. What's your approach for this?

pombredanne avatar Nov 17 '21 23:11 pombredanne

I went through the code within the template folder, and I am not sure about where the input regarding project data was given. Could you please help me with it.

ayushk26 avatar Nov 18 '21 16:11 ayushk26

I was thinking about using tkinter to get the job done I have a pretty good idea how things are gonna transcend should I start working on this? I have some questions prior to that

prathamaror avatar Dec 17 '21 17:12 prathamaror

@prathamaror we do not use tkinter .... this is a Django web page for the project details from https://github.com/nexB/scancode.io/blob/20e8057b46ee62066b940acc1753a49aa803b2e3/scanpipe/views.py#L150 and using this template https://github.com/nexB/scancode.io/blob/20e8057b46ee62066b940acc1753a49aa803b2e3/scanpipe/templates/scanpipe/project_detail.html#L84

pombredanne avatar Jan 21 '22 09:01 pombredanne

#392 do review and let me know if there are any further changes needed

prathamaror avatar Jan 28 '22 07:01 prathamaror

Hi there can you assign me this issue

RishiPratap avatar Jan 30 '23 18:01 RishiPratap

You don't need to be assigned for creating PRs for an issue, just us know how you're solving the issue and go for it.

AyanSinhaMahapatra avatar Jan 31 '23 15:01 AyanSinhaMahapatra

Hi @pombredanne, I have raised a PR for this issue. Please do let me know if any changes/suggestions are there from your end. https://github.com/nexB/scancode.io/pull/667

AkshayMuthal avatar Apr 10 '23 13:04 AkshayMuthal

Implemented in https://github.com/nexB/scancode.io/pull/777

tdruez avatar Jun 09 '23 10:06 tdruez