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 8 Next »

[12:08:19 CDT(-0500)] <JasonElwood> JS- are there any other conditions for the MAP plan status except a row in external_person_planning_status?

[12:40:03 CDT(-0500)] <js70> not at this time

[14:29:43 CDT(-0500)] <JasonElwood> JS- so I've tested this back and forth. I'm having problems with both the plan status and dev course indicator. A rows is returned with this query for the student I'm using. select * from external_person_planning_status where school_id = 'jgarcia35'

[14:31:18 CDT(-0500)] <JasonElwood> And the is_dev indicator doesn't appear to be saved on the plan. This query returns the course with is_dev = . select * from external_course where is_dev = 'Y' Is the value in external_course supposed to be some other value? It does show as false in map_plan_course when saved to a plan.

[14:32:48 CDT(-0500)] <js70> I'll check but I'm pretty sure is_dev = "Y" is correct.

[14:33:16 CDT(-0500)] <js70> hold on let me look.

[14:34:28 CDT(-0500)] <js70> is_dev is boolean on the PlanCourse

[14:34:43 CDT(-0500)] <js70> there may be a translaction issue.

[14:36:10 CDT(-0500)] <js70> I just tested that the indicator worked if planCourse is_dev was true

  • No labels