Conversation
erdgeist
left a comment
There was a problem hiding this comment.
The notification is quite intrusive and I wonder if there's a way to snooze them. Sometimes you want to have the option of allowing a single late submission (by invitation, for example) and not be bothered by it anymore, once you declare that this single one ist okay.
I guess that the warnings in the list belong below "Created at" in list view and into its own list entry in the event details view, not clumped together with the State. That would also make it easier to completely switch off these labels per conference.
| submitted_after_soft_deadline: Soumis après la date limite | ||
| short: | ||
| submitted_after_hard_deadline: En retard | ||
| submitted_after_soft_deadline: EN RETARD |
| submitted_after_soft_deadline: Enviado após o prazo | ||
| short: | ||
| submitted_after_hard_deadline: Atrasado | ||
| submitted_after_soft_deadline: ATRASADO |
| indicator: | ||
| full: | ||
| submitted_after_hard_deadline: Eingereicht nach harter Frist | ||
| submitted_after_soft_deadline: Eingereicht nach Fristablauf |
There was a problem hiding this comment.
from config/locales/de.yml, in German that would be "end_date: Enddatum
hard_deadline: Harte Einreichungsfrist"
And I guess, these translations break conventions in other languages, as well.
There was a problem hiding this comment.
Your feedback is not clear enough for me. The "indicator full" is the string going for the event page, and the "indicator short" is the text going to the list pages. I thought just writing "Late" is enough becasue I did not want it to be too verbose
There was a problem hiding this comment.
Sure, the short version is okay. But the long version of the term "hard deadline" and "soft deadline" already has had other translations. And now these mismatch. I showed you with the German example. Other translations don't even show differences between the two translations.
There was a problem hiding this comment.
So its
submitted_after_soft_deadline: Eingereicht nach Enddatum
submitted_after_hard_deadline: Eingereicht nach Harte Einreichungsfrist
?
Change creation date display to conference timezone see frab#490
dc797c2 to
9346deb
Compare



Add ORANGE tag if event was submitted after cfp end; or RED tag if submitted after hard deadline. The tag appears in event lists in a short form, and in an explicit form in the event details page.
Change creation date display to conference timezone.
see #490