[MokoJoomMembership] chore(standards): .mokogitea/manifest.xml has template placeholder values #62

Closed
opened 2026-06-02 19:36:01 +00:00 by jmiller · 1 comment
Owner

Migrated from MokoJoomMembership#48

Problem

The .mokogitea/manifest.xml still contains values from the Template-Joomla template repository and does not reflect this project's actual identity.

Current (wrong)

<name>Template-Joomla</name>
<description>Template repository for Joomla extensions...</description>

Expected

<name>MokoJoomMembership</name>
<description>Joomla 4/5 membership and subscription management component with payment gateway integration</description>

Standard Reference

MANIFEST-STANDARD requires <name> and <description> to match the actual repo.

Acceptance Criteria

  • <name> set to MokoJoomMembership
  • <description> reflects the actual project purpose
  • <version> synced with component manifest version
> Migrated from MokoJoomMembership#48 ## Problem The `.mokogitea/manifest.xml` still contains values from the `Template-Joomla` template repository and does not reflect this project's actual identity. ### Current (wrong) ```xml <name>Template-Joomla</name> <description>Template repository for Joomla extensions...</description> ``` ### Expected ```xml <name>MokoJoomMembership</name> <description>Joomla 4/5 membership and subscription management component with payment gateway integration</description> ``` ## Standard Reference [MANIFEST-STANDARD](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/wiki/MANIFEST-STANDARD) requires `<name>` and `<description>` to match the actual repo. ## Acceptance Criteria - [ ] `<name>` set to `MokoJoomMembership` - [ ] `<description>` reflects the actual project purpose - [ ] `<version>` synced with component manifest version
jmiller added the obsolete label 2026-06-02 19:52:04 +00:00
Author
Owner

Obsolete after repo consolidation — no longer applicable.

Obsolete after repo consolidation — no longer applicable.
Sign in to join this conversation.
No labels obsolete
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#62