[Feature Request] Add universal graph view feature #3240
Replies: 4 comments
-
Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ To consider your idea of creating a more universal chart widget for the Homepage project, it's important to understand the current guidelines and practices for widget development within the project. Based on the context provided, here are a few points to consider:
Given these points, your idea of simplifying the widget code to a more universal chart widget could be a valuable contribution to the project. However, it would need to be proposed as a feature request and gain enough community support (at least 10 'up-votes') to be considered for development. Additionally, the implementation would need to adhere to the project's widget guidelines and design principles. If you decide to move forward with this idea, you should open a discussion or feature request on the project's GitHub repository and gather community feedback. If the idea gains enough support, you could then proceed to develop the feature following the project's contribution guidelines. Would you like to proceed with creating a feature request for this idea on the Homepage project's GitHub repository? If so, I can guide you on the next steps. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
This would be awesome. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to lack of community support. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Description
I really like the glances graph widgets implementation. After checking the code, it seems the implementation is pretty universal. Every metric widget is basically fetch new data at a refreshInterval, then display on the chart. All the boilerplate code can be simplified to make some universal chart widgets, which can immediately give a big facelift to homepage project.
Could we consider this idea, to help make all widgets more visual? Ideally, for widget developers it could be made as simple as
to convert their existing number display to chart display.
Many thanks for your consideration!
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions