This commit is contained in:
rusefillc 2022-04-23 09:29:58 -04:00
parent 8001c88151
commit 4968406083
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#
# Here we facilitate monitoring by exposing model/transfer object of each individual controller. While some entries are only
# useful for monitoring the big idea is to bring calculation and monitoring as close to each other as possible by exposing
# many calculation fields directly
#
# here we have LiveData configuration file
# entry format, where 'key' is a unique ID:
# key: [NameOfJavaToGenerate.java, folder_where_key.txt_is located, (optional advanced options)]
# Naming convention: top level struct in .txt file should be called key_s
# todo: double-check if manual git add is requited or if (both) generated files are auto-added into git