add contribution ranking

This commit is contained in:
Kukks
2019-01-09 12:22:36 +01:00
parent 82c47b6e9a
commit c32c3bb62b
7 changed files with 57 additions and 14 deletions

View File

@@ -74,6 +74,10 @@ namespace BTCPayServer.Models.AppViewModels
public bool UseAllStoreInvoices { get; set; }
public string AppId { get; set; }
[Display(Name = "Sort contribution perks by popularity")]
public bool SortPerksByPopularity { get; set; }
[Display(Name = "Display contribution ranking")]
public bool DisplayPerksRanking { get; set; }
}
public enum CrowdfundResetEvery