-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 891 - new "uploaded timestamp" field for raw images (#892)
* feat: 891 - new "uploaded timestamp" field for raw images Impacted files: * `api_json_to_from_test.dart`: added tests around new field `uploaded` * `json_helper.dart`: added the `uploaded` field to from/to json conversion methods; refactored * `product_image.dart`: added field `uploaded`, for uploaded images only * feat: 891 - field `uploaded` is now `DateTime?` instead of `ìnt?`
- Loading branch information
1 parent
40e8966
commit 56446da
Showing
3 changed files
with
70 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters