Adjusted the layout and routes for the Changes page so that it shows up inside our typical dataset layout.
I'm sure we are going to adjust this further in the future!
This also adjusts our interfaces/expectations for the /changes/ response to include version_info, which we map to versionInfo on intake + adding the commitTitle from the commit component
Adjusted the layout and routes for the
Changes
page so that it shows up inside our typical dataset layout.I'm sure we are going to adjust this further in the future!
This also adjusts our interfaces/expectations for the
/changes/
response to includeversion_info
, which we map toversionInfo
on intake + adding thecommitTitle
from thecommit
component