Dynamic Report Data Types
- Vorherrschende Sprache
- Python
- Sterne
- 1.2k
- Forks
- 303
- Ø Merge
- 4 Std. 32 Min.
- Gemergte PRs (30 T.)
- 216
Beschreibung
In the effort on the dynamic report, so far we have a few data types that can get tagged for special handling. curious what folks think might be some other data types for special handing.
## Current Formats in Development Fork
`datetime` <== formatting and timezone adjustment
`date` <== formatting only
`time` <== formatting and timezone adjustment
`phonenumber` <== formatting into regional grouping
## Future Thoughts
### Color - Added in
`color` or `colorhtml`
could have a little color square, maybe even a pop up with a larger square and other color representations like RGB, CMYK, HTML, etc. something like this:

### Distance Numbers
allow for a number to be reported as a certain distance in a provided unit of measure, and the popover can do some conversion math. found this in the AllTrails module that has distance and elevation numbers in meters. would be easy to convert from metric to imperial and vice versa.

### Location
also in the above screen shot of AllTrails is lat/long numbers that could be used to present that location in the several other notation versions of geo-location. maybe even a link to open google earth at that given loc.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.