opsdash-app/opsdash/appinfo/info.xml
blade34242 2b27794a8c
Some checks failed
Nextcloud Server Tests / version-consistency (push) Successful in 53s
Nextcloud Server Tests / matrix-config (push) Successful in 42s
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.2 (stable33, 8.2) (push) Failing after 9m11s
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.3 (stable33, 8.3) (push) Failing after 7m0s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.2 (stable31, 8.2) (push) Failing after 7m7s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.3 (stable31, 8.3) (push) Failing after 7m20s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.2 (stable32, 8.2) (push) Has been cancelled
Nextcloud Server Tests / Nextcloud stable34 / PHP 8.2 (stable34, 8.2) (push) Has been cancelled
Nextcloud Server Tests / Nextcloud stable34 / PHP 8.3 (stable34, 8.3) (push) Has been cancelled
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.3 (stable32, 8.3) (push) Has been cancelled
Replace Notes with Deck card creation
2026-07-17 16:32:00 +07:00

60 lines
3.8 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
- Strategy-aware widgets that stay aligned with Single Goal, Calendar Goals, and Calendar + Category Goals
- Balance/trend widgets for period-over-period comparisons
- 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.3</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="31" max-version="34"/>
</dependencies>
<icon>app.svg</icon>
</info>