This content was deleted by the author. You can see it from Blockchain History logs.

Development Updates - Hive Block Explorer UI

This is another update on the work done over the last 2 weeks by myself and several part-time resources that I have onboarded to learn about Hive and its technologies,
and is separate from the work we do in developing & growing Actifit, for which we have a separate team.

image.png

For those unaware, HAF Hive block explorer - HAFBE (code - gitlab link) is an open-source block explorer developed by @blocktrades team of which we currently run a live instance at hivescan.info.

Over the past few weeks, our work has focused on improving the user experience by finding, reporting issues and improvements related to overall single user view, as well as refactoring some of the code particularly moving from condenser API to database or rpc APIs wherever applies but also optimizing our latest feature related to live user data display.

We have also started expanding our involvement by taking on backend tasks related to balance_tracker project and hopefully more in the future.

Additionally, and in relevance to Hivescan - our instance of block explorer - we recently pushed an update to our server, and deployed a standalone version of block explorer that made the responsiveness several multiples faster.

Below is a breakdown of reported issues, enhancements, MRs, and issues under work.

Issues Reported (6):

These include bugs and enhancements to the block explorer's functionality.

  • opened issue #314 "Last row in several user profile cards is missing horizontal separator"
  • Opened issue #315 "Support display of single post content raw data view"
  • Opened issue #316 "Fix issue with value calculation for delegated values in user profile wallet card"
  • Opened issue #318 "Add HP Delegations Cards (Incoming) in User's profile"
  • Opened issue #319 "Add RC Delegations Cards (Incoming) in User's profile"
  • Opened issue #320 "Showcase user account info in mobile view by default"

Merge Requests Pushed (3):

These include bug fixes and enhancements related to the above issues, and which all have been merged.

  • Opened merge request !384 "code optimization based on jakub's feedback"
  • Opened merge request !383 "switch from condenser calls to database and rc apis per recommendation"
  • Opened merge request !381 "fix for issue 316"

Currently Assigned Issues / Under Works (5):

  • Add RC Delegations Cards (Incoming) in User's profile 319
  • Account balances should be displayed more prominently 316
  • Add "Last Block Produced" column/field in witnesses listing page 297
  • Add live Tracking on a user profile display 283
  • Additional balances to consider tracking in balance_tracker 21

We look forward to contributing more to the Hive ecosystem and will provide further updates in the coming weeks.