chembl / GLaDOS

Web Interface for ChEMBL @ EMBL-EBI
https://www.ebi.ac.uk/chembl/
Other
46 stars 6 forks source link

Create a manage.py command to generate the coffeescript schema file automatically. Create API endpoint to get the configurations. #1161

Closed nclopezo closed 5 years ago

nclopezo commented 5 years ago

Given that we will still depend on this file, and that it has been manually created and this process is slow, annoying and prone to forgetfulness and laziness. We should create a manage.py command that does this automatically with just one command.

The coffee script file referred is https://github.com/chembl/GLaDOS/blob/master/src/glados/static/coffee/models/paginatedCollections/esSchema/GLaDOS_es_GeneratedSchema.coffee

nclopezo commented 5 years ago

It should also be created a new api endpoint in GLaDOS to get the configuration from there. This will be used in chemvue. During the development of this issue it will be decided until what point, the old system can be deleted.

nclopezo commented 5 years ago

replaced by https://github.com/chembl/GLaDOS/issues/1162