netbox-community / netbox-qrcode

NetBox Plugin for generate QR Codes
Apache License 2.0
206 stars 31 forks source link

Functional Summarize k01ek and Jasonlin1198 #28

Open LHBL2003 opened 2 years ago

LHBL2003 commented 2 years ago

Unfortunately, the version of Jasonlin1198 in Netbox 3.2.2 does not work. Therefore I compared and merged the code from Jasonlin1198 and k01ek.

But apparently this does not fix the problems. Currently I lack the necessary knowledge what the problem is.

Maybe you @Jasonlin1198 have the possibility to check the status.

I would like to bring Jasonlin1198's version back to life.

https://github.com/LHBL2003/netbox-qrcode/tree/Compare-k01ek-and-Jasonlin1198

Thank you for your support

k01ek commented 2 years ago

Hi @LHBL2003 ! The functional from @Jasonlin1198 need to be refactored. It seems to be easily to create new one from scratch.

LHBL2003 commented 2 years ago

I recently took a look at Docker. I have already got your plugin working with the current version of NetBox as a Docker compose. Now I still lack the necessary experience how to debug Python code into this Visual Studio code with Docker. :D

Do you know how to do that or if it is possible? That would make it easier to get started.