dappnode / DAppNodeSDK

dappnodesdk is a tool to mantain dappnode packages. It helps to initialize and publish an Aragon Package Manager Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow custom title for packages

ziogaschr opened this issue · comments

As a DAppNode package developer I would like to be able to set the title of the package.

Describe the new manifest feature you'd like

Adding a new "title" field which will be used for displaying the title in DAppStore. This field will allow correct capitalisation and maybe some additional characters to be used. For existing packages it can fallback back to existing pattern which is normalisation of the "name" field.

Additional context

We are currently trying to correctly name our package. In manifest we have set the name like etc-core-geth.public.dappnode.eth.

This makes the name DAppStore to be "Etc Core Geth", while we would like to have "ETC Core-geth", which have "ETC" in uppercase and also a "-" in "Core-geth".

Makes sense! thanks for the suggestion.

This would require implementation in the dappmanager to show the name from the manifest in the dappstore. If we want to render this name in more places and not only in the dappstore it will require more work

Do you know if this can make it in the upcoming releases? Might be to early to ask, but is there an ETA? Thanks

Nitpick - I think we will want Core-Geth, not Core-geth.

We have not been totally consistent, but we would write Geth (it's is a name so is uppercase) so should capitalize both parts.