Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support backend for Iroha 2.0.0-rc.1 #44

Closed
13 of 21 tasks
VladislavPopovSR opened this issue Sep 20, 2024 · 1 comment
Closed
13 of 21 tasks

Support backend for Iroha 2.0.0-rc.1 #44

VladislavPopovSR opened this issue Sep 20, 2024 · 1 comment
Assignees

Comments

@VladislavPopovSR
Copy link
Contributor

VladislavPopovSR commented Sep 20, 2024

Sibling of soramitsu/iroha2-block-explorer-backend#43

TODO

Must:

Optional, but important:

  • Integrate vue-kakuyaku/core. Also add refetching every n seconds;
  • Add query params for pages that include table & filters;
  • Divide BaseTable component and write unit tests;
  • Fix dropdown closing;
  • Check i18n texts. Also error texts;
  • For all tables, display rows placeholders to avoid UI shifts on filters/page changes while new data is not loaded yet
  • For all tables, add "no data" filler.
  • Tables: consider adding headers?
  • As soon as JS SDK ready correct instructions' payload display; #51
  • Research what data should show home page's disclaimer. Maybe fetch something?
  • Unified display of JSON values: monospace, formatted, colored, maybe even interactive
  • Proper "Age" display:
    • Adjust precision dynamically (e.g. not "1343 mins 35 secs ago", but "22 hours 23 minutes ago")
    • Add a timer to update rendered age according to precision (each N seconds, or minutes, or hours)
    • Add a tooltip to display an actual fixed timestamp instead of the age
  • Add localisation for other languages
  • Add total nodes display

To be discussed 🕔

  • BaseContentBlock closing arrow;
  • Ipfs logos display;
  • Unified search;
  • Download list data. Maybe as csv or excel table;
  • Display triggers, peers, data-model of executor, roles and permissions;
  • Display blocks chart, total blocks amount and average block speed on BlocksList;
  • Add explore section with socials, links to latest iroha articles and so on;
  • Add currency selection;
@VladislavPopovSR VladislavPopovSR self-assigned this Sep 20, 2024
@0x009922 0x009922 changed the title Prepare for MVP Support backend for Iroha 2.0.0-rc.1 Sep 25, 2024
@VladislavPopovSR
Copy link
Contributor Author

Created separated issues instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant