########################################################################################## GPXIN-18: Include list of enabled experimental features in metadata ########################################################################################## Issue Type: New Feature ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Done (2015-01-13 12:57:40) Project: PHP GPXIngest (GPXIN) Reported By: btasker Assigned To: btasker Affected Versions: - 1.02 Targeted for fix in version: - 1.02 Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== As some object properties may be set by experimental features (and so default to 0/false if those features aren't enabled) it'd probably be helpful to have a list of which experimental features were enabled pushed into the object meta-data. That way if a property has a value of 0, it can be seen at a glance whether the relevant feature had been enabled at time of ingest. ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2015-01-13 12:57:23 btasker ----------------------------------------------------------------------------------------- A new property - _experimentalFeatureState_ - has been added to the metadata object. It contains the output of _listExperimental_ so lists all experimental features supported by the GPXIngest install as well as which were actually enabled at time of ingest. ----------------------------------------------------------------------------------------- 2015-01-13 12:57:40 ----------------------------------------------------------------------------------------- btasker changed status from 'Open' to 'Resolved' ----------------------------------------------------------------------------------------- 2015-01-13 12:57:40 ----------------------------------------------------------------------------------------- btasker added 'Done' to resolution ----------------------------------------------------------------------------------------- 2015-01-13 12:57:45 ----------------------------------------------------------------------------------------- btasker changed status from 'Resolved' to 'Closed' ----------------------------------------------------------------------------------------- 2015-01-13 12:59:10 git ----------------------------------------------------------------------------------------- -- BEGIN QUOTE -- Repo: PHP-GPX-Ingest Commit: 644d497ddef40a6b5306555119f47600142da807 Author: Ben Tasker