cms-gem-daq-project / ldqm-browser

0 stars 3 forks source link

LDQM DB update to improve configuration handling #13

Open mexanick opened 7 years ago

mexanick commented 7 years ago

Brief summary of issue

We need to implement configuration tags and improve chamber naming to relate it more easily to the central confDB names

Types of issue

Expected Behavior

shaikhhasib commented 7 years ago

Is it possible to get more descriptive documentation about the code.

mexanick commented 7 years ago

Unfortunately we don't have a good developers doc for this... I attach a user doc we have. GEM_Light_DQM_Reference_Guide-2.pdf However, this is a Django-based project, so you can take a look at Django's doc page to understand the structure of the project and how it works in general: https://docs.djangoproject.com/en/1.11/intro/tutorial01/

mexanick commented 7 years ago

for simple DB interaction take a look here: https://github.com/mexanick/cmsgemos/blob/develop/gempython/utils/db/query.py The function configure_db can be run standalone, the module query already contains all needed dependencies and can be considered as a minimal example

mexanick commented 7 years ago

We need a testing DB for this purpose. I propose to use the gem904daq01 as testing machine. @jsturdy, could you please check if we still have a sandbox DB (I believe we had it some time ago) there? Also @MuhammadHasib , do you have an account at gem904daq01 machine? If not, please send to @jsturdy your nice user name.

shaikhhasib commented 7 years ago

Yes I do, I am able to login on gem904daq01 machine.