dao-git / dao-git-probot

Let your community manage your code using a DAO!
ISC License
9 stars 5 forks source link

Trim excess 0s from hex key #25

Open dcruwys opened 5 years ago

dcruwys commented 5 years ago

0x64616f2d6769742f64616f2d6769742d70726f626f7400000000000000000000 would be easier consumed without the access 0s.

We should consider removing them to simplify the URL the user presses. This would also prevent users from removing them by selves, resulting in a different key.

dconroy commented 5 years ago

Do you think we should use the FQDN for initialization? for example:

https://github.com/dao-git/dao-git-probot/

instead of dao-git/dao-git-probot/

I think itd be easier for people to copy/paste

dcruwys commented 5 years ago

Because it's converted into hex and sent over params, I don't think it will be any better. It's seems a little cleaner to not include the full url.

It's only inconvenient when you initialize manually but perhaps on repo creation, the bot could open a issue to intialize the repo? (Or some kind of ui)