Skip to content

Commit

Permalink
feat(artshow): support FinalBidAmount & fix concurrency issues (#234)
Browse files Browse the repository at this point in the history
* fix(artshow): reference to deprecated functionality

* feat(artshow): add FinalBidAmount field for won items

* fix(artshow): concurrency and localization issues

* chore(artshow): add clarification on grand total

* fix(artshow): limit decimals for TotalCashAmount to two

* chore(static): update minimum OS versions for app

* chore(artshow): typo in message text
  • Loading branch information
Fenrikur authored Sep 16, 2024
1 parent d3512bd commit f7cd4eb
Show file tree
Hide file tree
Showing 11 changed files with 1,547 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public enum StatusEnum
public string ArtistName { get; set; }
public string ArtPieceTitle { get; set; }
public StatusEnum Status { get; set; }
public int? FinalBidAmount { get; set; }

public DateTime ImportDateTimeUtc { get; set; }
public DateTime? NotificationDateTimeUtc { get; set; }
Expand Down
Loading

0 comments on commit f7cd4eb

Please sign in to comment.