opsdash-app/opsdash/appinfo/info.xml
blade34242 e7c71562e9
Some checks failed
Nextcloud Server Tests / version-consistency (push) Successful in 1m4s
Nextcloud Server Tests / matrix-config (push) Successful in 47s
Nextcloud Server Tests / Nextcloud stable30 / PHP 8.2 (stable30, 8.2) (push) Successful in 12m5s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.2 (stable31, 8.2) (push) Successful in 10m31s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.3 (stable31, 8.3) (push) Successful in 10m14s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.2 (stable32, 8.2) (push) Successful in 8m34s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.3 (stable32, 8.3) (push) Successful in 8m51s
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.2 (stable33, 8.2) (push) Successful in 9m13s
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.3 (stable33, 8.3) (push) Successful in 8m46s
Build And Publish Appstore Package / build_and_publish (push) Has been cancelled
Update marketplace asset metadata
2026-05-08 10:54:31 +07:00

59 lines
3.7 KiB
XML

<?xml version="1.0"?>
<info>
<id>opsdash</id>
<name>Operational Dashboard</name>
<summary>Third-party operational dashboard for Nextcloud Calendar</summary>
<description><![CDATA[Opsdash is an independent third-party app for Nextcloud Calendar that turns calendar activity into an operational cockpit for weekly and monthly planning.
Opsdash is not affiliated with, endorsed by, sponsored by, or officially maintained by Nextcloud GmbH or the Nextcloud project.
Use it to answer three questions fast:
- What happened this period?
- Are we on pace against targets?
- Where is workload drifting?
### Highlights
- KPI dashboards for totals, active days, day-of-week patterns, and category mix
- Calendar and category targets with pacing context
- Balance/trend widgets for period-over-period comparisons
- Notes, presets, and profile export/import for repeatable reporting
- Guided onboarding for quick team setup
### Runs inside Nextcloud
- Runs fully inside Nextcloud (no external analytics backend)
- Per-user configuration persisted server-side
- CSRF-protected write endpoints and standard Nextcloud permission model
Opsdash is built for teams that already plan in calendars and want clear execution visibility without leaving Nextcloud.]]></description>
<version>0.8.0</version>
<licence>AGPL-3.0-or-later</licence>
<author>Gellert Innovation</author>
<documentation>
<developer>https://alex.gellert-innovation.com/</developer>
</documentation>
<website>https://gellert-innovation.com/</website>
<discussion>https://github.com/blade-34242/opsdash/issues</discussion>
<bugs>https://github.com/blade-34242/opsdash/issues</bugs>
<repository>https://forgejodev.gellert-innovation.com/blade34242/opsdash-app</repository>
<namespace>Opsdash</namespace>
<bootstrap>OCA\Opsdash\AppInfo\Application</bootstrap>
<category>tools</category>
<category>dashboard</category>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-01-single-goal-light.png">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-01-single-goal-light.png</screenshot>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-02-calendar-goals-dark.png">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-02-calendar-goals-dark.png</screenshot>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-03-category-goals-light.png">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-03-category-goals-light.png</screenshot>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-04-onboarding-dark.png">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-04-onboarding-dark.png</screenshot>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-demo-960w.gif">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-v2-demo-960w.gif</screenshot>
<navigations>
<navigation>
<name>Operational Dashboard</name>
<route>opsdash.overview.index</route>
<icon>app.svg</icon>
<order>10</order>
</navigation>
</navigations>
<dependencies>
<nextcloud min-version="30" max-version="33"/>
</dependencies>
<icon>app.svg</icon>
</info>