You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hypertrons provides 2 kinds of functions for community management: procedure management and data statistics. Now the 2 functions has their own interaction methods, procedure management is used in issue and pull request comment, data statistics is used in svg images which can be embedded into markdown files.
But the interaction way is not quite reasonable for community members, and other data panel like devstats for k8s is a standalone website which is too separate from the original repo.
There is an idea that we can interact with a more natural way. We can use browser plugin like Chrome extension to embed the data charts and console command line into the web page of GitXXX platform, then when users open the page, they can see the charts that they configured and can use command line to interact with the Hypertrons backend.
The text was updated successfully, but these errors were encountered:
The very simple implementation is like this, so project can config their own dashboard in `.github/hypertrons.json` to enable the dashboard and decide what to show in the dashboard.
Hypertrons provides 2 kinds of functions for community management: procedure management and data statistics. Now the 2 functions has their own interaction methods, procedure management is used in issue and pull request comment, data statistics is used in svg images which can be embedded into markdown files.
But the interaction way is not quite reasonable for community members, and other data panel like
devstats
for k8s is a standalone website which is too separate from the original repo.There is an idea that we can interact with a more natural way. We can use browser plugin like Chrome extension to embed the data charts and console command line into the web page of GitXXX platform, then when users open the page, they can see the charts that they configured and can use command line to interact with the Hypertrons backend.
The text was updated successfully, but these errors were encountered: