Mila on OpenCode: publiccode.yml, logo & screenshots #522
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
technical improvement
UX Improvement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue/mila-on-opencode-515"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #515
Description of the implemented changes
The changes were:
Make Mila discoverable in the openCode software directory
by adding a valid
publiccode.yml(publiccode.tools standard, v0.2) plus the assetsits crawler needs. No application code is touched — this is repository metadata only.
What has been changed?
publiccode.ymlin the repo root with bilingual (de/en) metadata: name,repository URL (git.local-it.org), latest released version, license (AGPL-3.0-only),
maintainer (Local-IT e.V.), categories, runtime dependency (PostgreSQL 18),
localisation, descriptions, feature lists and screenshot references.
logo.pngin the repo root (rasterised frompriv/static/images/mila.svg,transparent, 1000×953) — openCode requires the logo next to the yml.
.opencode/screenshots/(Mitglieder,Statistik, Beiträge, Mitgliedsanträge), referenced from both language blocks.
Definition of Done
Code Quality
publiccode.ymlvalidated: parses as YAML, all required v0.2keys present and well-typed, categories/scope from the controlled lists
mirror the README and CHANGELOG
Accessibility
Testing
Additional Notes
Validated against the openCode crawler's known quirks: filename is
publiccode.yml(not
.yaml), only straight"quotes, dates without a time component,logo.pngin the repo root, and
categoriesonly from the official list.