xwikisas / application-urlshortener

Create shortened URLs for XWiki pages.
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Documentation - explain how 5 digits unique code is created #4

Open lamblinc opened 1 month ago

lamblinc commented 1 month ago

In documentation, Code.URLShortenerClass should be explained (how the hexadecimal 5 digit code is created).

oanalavinia commented 1 month ago

Hi @lamblinc! I added some documentation details on https://store.xwiki.com/xwiki/bin/view/Extension/URL%20Shortener%20Application%20(Pro)/#documentation (namely How is a page uniquely identified by a URL? and How can the ID of a page be changed?) Can you let me know if this is what you expected?

lamblinc commented 1 month ago

Thanks @oanalavinia , it seems so for the change, for the ID generator itself, is it some sort of randomizer or is it incremental ? I'll let you know if I have other feedbacks.

oanalavinia commented 1 month ago

Yes, the ID is randomly generated