Project data text box should be extensible
The Project data text box size is fixed and IMHO it would help if it were:
- extensible both in length and width
- 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
Hey, can I try this issue?
@ayushk26 It would be great. What's your approach for this?
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.
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 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
#392 do review and let me know if there are any further changes needed
Hi there can you assign me this issue
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.
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
Implemented in https://github.com/nexB/scancode.io/pull/777