justparking / feature_nodeluiunify

A scratch project to unify the Nodel UI frameworks
2 stars 0 forks source link

Questionable files checked in? #51

Open justparking opened 5 years ago

justparking commented 5 years ago

It's very important only non-generated, non-self-buildable files are checked in since they'll live in the repository FOREVER.

Can you double-check that any of these should be checked in? If not, please remove:

Can you check out the repo copmletely fresh and carefully go through each file and be 100% sure it should be checked-in.

Also double-check what's in the .gitignore list in case there are old items that can be removed. Also, for any items that should be in there please add comments describing what they relate to . Use # for comments. I'm going to start doing that myself for all the backend components.

justparking commented 5 years ago

add

mcartmel commented 5 years ago

The 'gen' files are a tool I use for comparing variables used in two bootstrap themes, with the purpose of importing the 'overridden' values into the theme use for Nodel. Not sure where to put this since explaining it will also require a bunch of work.

The generator.py will generate a status.xml file for you, based on info from a node. Is meant to help you make a skeleton dashboard easily. Again, not sure where to put it and needs a bunch of work to explain it.

status.xml actually gets renamed to status-sample.xml when grunt runs. It's a sample dashboard. I'll rename with an underscore in front.