remove proposal_name that require proposer to fill in as PK
libhasheos opened this issue · 1 comments
libhasheos commented
Currently there are two parameters in propose page:
proposal name and title which is confusing for developers.
Basically proposal_name
is the PK for proposal_row
table
referendum/contracts/eosio.forum/include/forum.hpp
Lines 87 to 100 in 84e28b1
It's necessary to remove the burden for develop to key in this 12 character primary key and allow either auto-incremental PK or random identifier to be generated to identify a particular proposal.
DenisCarriere commented
Using auto increment makes it very challenging for others to find/approve a particular escrow.
This is the same as submitting an MSIG proposal, adding a 12 character unique ID is very easy for devs/propopers