You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our news items each have a posted field which has the date that the news item is intended to be posted. However, the news item is posted as soon as the pull request introducing it is merged. It would be convenient to be able to merge the item and then have the news item automatically become visible on the date.
I can see a few ways we could potentially address this:
use javascript on the browser to hide items until the date
set the date at build time based on the git commit date
change the meaning of the date to be "created" or "submitted" date rather than published date
I would be most inclined to use option 2, but there may be other ways to resolve this that are not enumerated here.
The text was updated successfully, but these errors were encountered:
Our news items each have a
posted
field which has the date that the news item is intended to be posted. However, the news item is posted as soon as the pull request introducing it is merged. It would be convenient to be able to merge the item and then have the news item automatically become visible on the date.I can see a few ways we could potentially address this:
I would be most inclined to use option 2, but there may be other ways to resolve this that are not enumerated here.
The text was updated successfully, but these errors were encountered: