Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Vote Commit: Prevent similar file naming for JSON commit files #376

Open
hypnotortoise opened this issue Sep 4, 2019 · 0 comments

Comments

@hypnotortoise
Copy link

hypnotortoise commented Sep 4, 2019

Feature

What is the feature?

Currently the naming method for fileName is unique, but has a disadvantage it the proposer has multiple proposals open and is using the same title naming sequence (>=20 chars) for the proposals. The unique part is then only made of the timestamp suffix (when the voter has committed his vote) which can be in different order than the initiated proposals creation date. This can lead to confusion for voters in the revealing phase of the proposals.

Examples:

How can it be done?

Two suggestions (* preferred):
*1) Include part of unique proposalId into fileName
2) Don't allow proposers to use the same title sequence in proposal range (0,20) as existing proposals.

Other Comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant