Skip to main content

Week 2

Coding Week 2 Meeting

Date:2021-06-18

Attendees

Week 1 Progress

  • Able to escape double quote and get a valid JSON output for matched license text. Gist link to the code.
  • Text highlighting for license highlighting is working. Gist link to code.
  • UI for license scanning is working fine.

Discussions

  • ModuleNotFoundError: No module named 'scancode' Gaurav suggested to install scancode with root privilege.
  • Tested database queries, working but unless UI won't work can't say if it'll work for scancode or not.
  • FOSSology uses python with later version than 3.6 which is required for scancode. Gaurav said we can make python3.6 as default version for fossology but for now make scancode installation working on my local system and we'll discuss about the same later.

Conclusion and Further Plans

  • Fixing bug for license scanning. Checkout the code .
  • Text highlighting problem solved I'll try to integrate this before next meet on friday.
  • Once done with license scanning, I'll start writing Unit test for scancode agent and UI testing.
  • There is a meeting on coming Tuesday.