tezos-reward-distributor
tezos-reward-distributor copied to clipboard
Payment History Front End
Is your feature request related to a problem? Please describe. Bakers need to show their payment history to their delegators. Payment application produces csv files which can be used to feed the front end application.
Describe the solution you'd like A front-end application which will display payments by cycle. It should allow search with delegator address. It should be fed easily. It should be simple. It should be easy to maintain and manage.
Describe alternatives you've considered One huge json file approach is1 simple but not sustainable in long-term due to the increasing size of json files. Json file with limited history can be considered instead.
Store payments in sqlite DB rather than CSV files. SQLite is pretty much standard everywhere these days. Web developers can read the same DB file using standard SQL to display contents on frontend GUI.
offer a choice then
Depending on #242 - I am blocking this feature request until we have the storage and afterwards we prioritize if this is needed in times of tools like TzKT.io
@jdsika @utdrmac @amzid @dansan566
Tools like tzkt and bakingbad make UI unnecessary or at least questionable. The only benefit I see is the ability to display calculation report details. This information can only be displayed via TRD.
CSV files can be opened easily with excel like applications. Once in excel, all kind of maniplations/filterings/... are possible.
Is a UI needed or excel is enough? This qustion needs your views as bakers.
If you believe, excel is enough let's close this issue.
I'm just trying to think of features that will separate TRD from everyone else. I figured an integrated UI for reports, config, monitoring, etc would do that.
@utdrmac
You are right. I opened #342 .