tezos-reward-distributor icon indicating copy to clipboard operation
tezos-reward-distributor copied to clipboard

Payment History Front End

Open habanoz opened this issue 6 years ago • 6 comments

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.

habanoz avatar Dec 09 '18 17:12 habanoz

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.

utdrmac avatar Jun 08 '19 20:06 utdrmac

offer a choice then

SemElVik avatar Jun 10 '19 02:06 SemElVik

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 avatar Aug 27 '20 11:08 jdsika

@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.

habanoz avatar Nov 30 '20 18:11 habanoz

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 avatar Nov 30 '20 18:11 utdrmac

@utdrmac

You are right. I opened #342 .

habanoz avatar Dec 03 '20 13:12 habanoz