Kalipo-BV / kalipo-core

Decentralised blockchain platform for democratic consensus (proposals) and autonomous organisations (autons)
https://kalipo.io
GNU General Public License v3.0
4 stars 3 forks source link

governingAutonName allows you to enter up to 64 characters, but upon creation will not accepts more than 20. #925

Closed stellardynamic closed 1 year ago

stellardynamic commented 1 year ago

Description:

Currently, there is a discrepancy in the character limit validation for the "governingAutonName" field. The input field allows the user to put up to 64 characters but only accepts a maximum of 20 characters upon creation.

Expected Behavior:

Steps to Reproduce:

stellardynamic commented 1 year ago

This one also is better fixed in the UI. The character limit of 20 imposed on the chain is actually a more responsible method for data storage and fees on the blockchain. See the pull request below.

https://github.com/Kalipo-BV/kalipo-web3-ui/pull/92