-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow tributes for proposals in past rounds #147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Do you think it would be useful to add info to each Tribute that would say in which round the tribute was added? The motivation would be: if someone wants to mess around with tributes for some proposal, this way we could at least know if some tribute was added before or after the voting was finished. WDYT?
Hm, it's not a bad idea. It might be even more helpful to keep an exact "creation time" timestamp though; that could help with showing graphs of how the tribute evolved over time, if we ever need that |
and of course of we already do that, we might as well keep the round the tributes were created in, too. I will add both |
When adding a tribute, the round id is now an input parameter, instead of computed from the current time.
This means that tribute can even be added for tributes in past rounds (before, the round id being automatically computed would cause the prop not to be queried from the store)