dapr / proposals

Proposals for new features in Dapr
Apache License 2.0
15 stars 33 forks source link

Change proposals prefix to be date based. #53

Closed artursouza closed 7 months ago

artursouza commented 7 months ago

This solves a common problem of keeping all the unique id count for proposals. The date prefix solves the problem by giving the proposals a chronological order while the filename itself is already unique, so there is no need to have an unique id count. I suggest the prefix to be the date that the proposal was last updated (as in this PR). The alternative can be the date when the proposal was initially drafted.