ut-effectiveness / utValidateR

Validate Data Elements in Warehouse and Reporting Pipelines
Other
0 stars 0 forks source link

S42a - Data a data field for reference #89

Closed andreabringhurst closed 3 days ago

andreabringhurst commented 1 year ago

Please add student type as a reference. This will help admissions determine if the student "should" have a high school code.

cdemkegit commented 1 week ago

@mkhassan-isu This is one of the issues I hope may be resolved in the DataStewardsAudits

Steps to take:

  1. We can check to see if the data point is in the sql and/or pin
  2. We need to determine if this is something we can change in the App or do we need to change something in the utValidateR package as well.
  3. We can see what it takes to add a data point to the correct data table, this should be in the R/load_data.R file.
  4. We need to see what it takes to add that new field on the display tables in the Golem App itself, not sure what file that is.
andreabringhurst commented 1 week ago

I agree, they should be able to be addressed in the DataStewardsAudits since I'm requesting changes to the data displayed, not the data being checked.

mkhassan-isu commented 3 days ago

The issue is fixed in DataStewardsAudits.