Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

[16:50:29 CDT(-0500)] <JasonElwood> coachSetFromExternalData appears in the config db table and configuration.js Can somebody tell me which is used by the application

[17:00:40 CDT(-0500)] <dmccallum54> the configuration.js value is used in the front end to dis/enable the coach selection controls in the caseload assignment tool

[17:00:54 CDT(-0500)] <dmccallum54> checking on the back-end now

[17:02:23 CDT(-0500)] <dmccallum54> the background external->internal person sync job reads the config table coachSetFromExternalData value. if 'false', the coach assignment portion of the sync is short-circuited

[17:03:30 CDT(-0500)] <dmccallum54> additionally it reads the config table for the value of coachUnsetFromExternalData. if 'false' deletion of existing coach assignments as part of the sync is short-circuited

[17:04:21 CDT(-0500)] <JasonElwood> thanks

[17:05:18 CDT(-0500)] <dmccallum54> if we dont have a ticket for it already, we need one to get all that s…tuff out of configuration.js

[17:06:01 CDT(-0500)] <dmccallum54> oh we do

[17:06:02 CDT(-0500)] <dmccallum54> https://issues.jasig.org/browse/SSP-489

[17:06:16 CDT(-0500)] <JasonElwood> and there's one to create UI for everything in the db

[17:06:28 CDT(-0500)] <dmccallum54> how modest

[17:06:51 CDT(-0500)] <JasonElwood> well, at least the config table and message_templates

[17:06:55 CDT(-0500)] <dmccallum54> we do already have APIs for the config table

[17:07:14 CDT(-0500)] <dmccallum54> so even without a UI, we could get incremental improvement for deployers by putting configuration.js into the db table

[17:07:25 CDT(-0500)] <dmccallum54> one less file to fork and hack

  • No labels