opsdash-app/opsdash/appinfo/info.xml
blade34242 d7efcba67c
All checks were successful
Nextcloud Server Tests / version-consistency (push) Successful in 32s
Nextcloud Server Tests / matrix-config (push) Successful in 26s
Nextcloud Server Tests / Nextcloud stable30 / PHP 8.2 (stable30, 8.2) (push) Successful in 4m44s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.2 (stable31, 8.2) (push) Successful in 4m41s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.3 (stable31, 8.3) (push) Successful in 4m29s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.2 (stable32, 8.2) (push) Successful in 4m34s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.3 (stable32, 8.3) (push) Successful in 4m43s
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.2 (stable33, 8.2) (push) Successful in 4m51s
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.3 (stable33, 8.3) (push) Successful in 4m52s
Build And Publish Appstore Package / build_and_publish (push) Successful in 3m3s
fix: stabilize release notes and target progress
2026-04-28 11:51:14 +07:00

61 lines
3.9 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.7.6</version>
<licence>AGPL-3.0-or-later</licence>
<author>Gellert Innovation</author>
<documentation>
<user>https://forgejodev.gellert-innovation.com/blade34242/opsdash-app</user>
<admin>https://forgejodev.gellert-innovation.com/blade34242/opsdash-app</admin>
<developer>https://forgejodev.gellert-innovation.com/blade34242/opsdash-app</developer>
</documentation>
<website>https://forgejodev.gellert-innovation.com/blade34242/opsdash-app</website>
<discussion>https://forgejodev.gellert-innovation.com/blade34242/opsdash-app</discussion>
<bugs>https://forgejodev.gellert-innovation.com/blade34242/opsdash-app/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-01-single-goal-light.png">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-01-single-goal-light.png</screenshot>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-02-calendar-goals-dark.png">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-02-calendar-goals-dark.png</screenshot>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-03-category-goals-light.png">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-03-category-goals-light.png</screenshot>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-04-onboarding-dark.png">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-04-onboarding-dark.png</screenshot>
<screenshot small-thumbnail="https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-demo-960w.gif">https://forgejodev.gellert-innovation.com/blade34242/opsdash-public/raw/branch/master/opsdash-marketplace-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>