Page MenuHomePhorge

improve wallet layout
AbandonedPublic

Authored by bohlender on Mar 23 2020, 1:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 2:48 AM
Unknown Object (File)
Sun, Mar 24, 6:31 AM
Unknown Object (File)
Thu, Mar 7, 2:05 PM
Unknown Object (File)
Wed, Feb 28, 7:25 PM
Unknown Object (File)
Feb 27 2024, 7:28 AM
Unknown Object (File)
Feb 27 2024, 3:33 AM
Unknown Object (File)
Feb 25 2024, 12:46 AM
Unknown Object (File)
Feb 11 2024, 9:27 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

improve wallet page layout.
added some text and domains & accounts overview

wallet3.png (627×1 px, 33 KB)

TODO in next iteration:

  • calculate "wallet lasts until date"
  • display monthly costs per account
  • display monthly charge summary
  • switch cost to daily / monthly / yearly / whatever period makes sense

Diff Detail

Repository
rK kolab
Branch
dev/walletLayout
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28666
Build 10309: arc lint + arc unit

Event Timeline

bohlender created this revision.
bohlender added a reviewer: Restricted Project.Mar 23 2020, 1:51 PM
bohlender edited the summary of this revision. (Show Details)

I would do all these calculations on the server side. Probably returned with extended domains/users api requests, or maybe better via /api/v4/wallet/{wallet-id} (which does not exist yet).

I'm not sure also if these tables need to be so prominent here. Maybe it should be displayed on request. I'm thinking that we we'll need a place to display wallet history and payment receipts somewhere. Which of these is more important to display in the wallet and which should be loaded on request or completely moved from wallet page?

Partially implemented in https://git.kolab.org/D1372 and we decided to not implement the costs overview table. So, I think this differential could be abandoned.