LuminosoInsight / sales-engineering-code

Code for sales engineering, particularly for code that will be given to customers
MIT License
0 stars 0 forks source link

Shared concept lists #121

Closed wharter closed 3 years ago

wharter commented 3 years ago

These are all the updates to the se_code scripts for shared concept lists. I also tried to clean up each script I changed to more closely match the coding standards. I was a little lax in the lines longer than 79 characters, but think the code (I updated for concept lists) is a lot cleaner.

There were also a lot of changes to the web app. The webapp is not in much use and a little disrepair still from the v4-v5 switch, but it might still have legs at some point so I try and update and expand slowly over time.

I also fixed the packaging system which has never worked well. This code can now be distributed more easily with a wheel file which also includes short cut commands for each of the scripts that are typically given to customers. This will hopefully ease adoption by customers that need to use these scripts but are less technical.

wharter commented 3 years ago

All the comments have been addressed. Please merge the request if it is acceptable.