opsdash-app/opsdash/appinfo/info.xml
blade34242 110dc428ee
Some checks failed
Nextcloud Server Tests / version-consistency (push) Successful in 26s
Nextcloud Server Tests / matrix-config (push) Successful in 28s
Nextcloud Server Tests / Nextcloud stable30 / PHP 8.2 (stable30, 8.2) (push) Successful in 4m10s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.2 (stable31, 8.2) (push) Successful in 4m31s
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 4m26s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.3 (stable32, 8.3) (push) Has been cancelled
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.2 (stable33, 8.2) (push) Has been cancelled
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.3 (stable33, 8.3) (push) Has been cancelled
feat: add nextcloud 33 support
2026-04-23 16:05:44 +07:00

61 lines
3.5 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
- Short demo video (WEBM): https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-demo-1920x1080.webm
### 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.5</version>
<licence>AGPL-3.0-or-later</licence>
<author>Gellert Innovation</author>
<documentation>
<user>https://help.nextcloud.com/search?q=opsdash</user>
<admin>https://help.nextcloud.com/search?q=opsdash</admin>
<developer>https://help.nextcloud.com/search?q=opsdash</developer>
</documentation>
<website>https://help.nextcloud.com/search?q=opsdash</website>
<discussion>https://help.nextcloud.com/search?q=opsdash</discussion>
<bugs>https://help.nextcloud.com/search?q=opsdash</bugs>
<repository>ssh://git@127.0.0.1:2222/blade34242/opsdash.git</repository>
<namespace>Opsdash</namespace>
<bootstrap>OCA\Opsdash\AppInfo\Application</bootstrap>
<category>tools</category>
<category>dashboard</category>
<screenshot small-thumbnail="https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-01-single-goal-light.png">https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-01-single-goal-light.png</screenshot>
<screenshot small-thumbnail="https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-02-calendar-goals-dark.png">https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-02-calendar-goals-dark.png</screenshot>
<screenshot small-thumbnail="https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-03-category-goals-light.png">https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-03-category-goals-light.png</screenshot>
<screenshot small-thumbnail="https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-04-onboarding-dark.png">https://file493.gellert-innovation.com/downloads/opsdash-public/opsdash-marketplace-04-onboarding-dark.png</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>