You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is test data, the data should be presented using the data type/format/standards, etc. information from the OCA Bundle. A good example is the image below:
the "dateint" data (which in the OCA Bundle has a specific standard so it can be parsed) should be formatted as a proper date, ideally using whatever settings that can be picked up from the browser, or the language being used. Worst case, please present it in the format "January 1, 2024"
Where the data standard from the OCA Bundle is "Unix Time", the data should be presented as the date time of the value in the local time zone (per the browser) or GMT if not available.
all strings should be checked to see if they are data urls (such as the image in the "Photo") and displayed as per the mime-type in the data URL.
I would expect this all to be part of the OCA Library, so while the changes per the issue will appear in the OCA Explorer, the code changes might have to be implemented elsewhere.
The text was updated successfully, but these errors were encountered:
When there is test data, the data should be presented using the data type/format/standards, etc. information from the OCA Bundle. A good example is the image below:
I would expect this all to be part of the OCA Library, so while the changes per the issue will appear in the OCA Explorer, the code changes might have to be implemented elsewhere.
The text was updated successfully, but these errors were encountered: