π£οΈ Roadmap Update - Jan 2022 #405
Replies: 3 comments 4 replies
-
Hello Lissy93 , Sonarr : https://github.com/Sonarr/Sonarr/wiki/API For Overseerr, although I'm not a developer, the API seems "easy". ( it is also possible, through overseerr, to retrieve information on Plex, Tautulli, Sonarr, Radarr, .. directly. ) For example the command,
Returns interesting information: For example, the number of total requests (55), the number awaiting validation (3), or the number of requests in progress (27). It is also possible to follow the problems reported on overseerr, for example with the command:
Returns interesting information:
Here we can see that there are 1 problems currently open by a user : |
Beta Was this translation helpful? Give feedback.
-
Has there been any movement on this? The good thing about radarr and sonarr is, their APIs are very similar so could use a base set of code for both |
Beta Was this translation helpful? Give feedback.
-
Iβd love to see this implemented too |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, I hope you all had a great Christmas/ Winter break! Just a quick update, below are the next 10 upcoming features I will be working on over the next few weeks/ months.
Similar to items, but rather than opening an app, they will execute commands, via web hooks. This was suggested in #383
The option for folder-items that will contain a series of sub-items or actions
Currently the app is compiled using your config file, which means it rebuilds after config changes. This will be updated, so that config can be read dynamically, while also maintaining performance
This has been a long time coming, but multi-page support will allow you to have multiple dashboards under one instance of Dashy
As well as developing a series of new widgets for integrating with self-hosted services, I am also going to make it easier for users to display data from any API-enabled service
Implement drag-and-drop for sections and items within the config editor, and functionality for adding + editing widgets through the UI
Arranging sections of varying sizes can be quite cumbersome, so a masonry-based layout will be built to automatically position sections based on available space_
The app is served up using a Node server. Node.js is quite heavy, so a lite version (using NGINX) will be aimed at lower-spec devices, or users who don't need any of the server features (status checking and UI config editor)
Automated builds from a single multi-arch image. And improved privilege security as outlined in #383 (help needed)
Develop a simple RESTful JSON API so third-party applications can fetch section and item data. This will make it possible to interact with Dashy data in other form-factors, such as browser extension, mobile app, etc
Thank you to you all for using Dashy, and especially those who've contributed to the project in someway, it means the world to me :)
Any questions, suggestions, comments, feel free to drop them below,
And hope you all have a very happy new year :)
Beta Was this translation helpful? Give feedback.
All reactions