-
Notifications
You must be signed in to change notification settings - Fork 27
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: Set or modify announcements dates #301
Comments
I like this idea. One use case we have is using this plugin to announce events and events are generally time bound so this would be helpful to my team. 👍 |
I also like this idea 👍 , I think we can also benefit from a "Calendar" view. |
What do you think about adding something like the below and setting {
startTime: Date;
endTime: Date;
active: boolean;
} |
Good idea, I've been busy lately. I should be able to free up some time next month, but if anyone wants to get started please feel free to do so 😃 |
Hey @gaelgoth , do you think it will be implemented soon ? |
@yoramshai I'm still busy on my side and I've put this on hold due to the migration to the Backstage community repository (#373). If you're interested in taking this on, I'd be happy to assist you! 😊 |
🔖 Feature description
Add Announcements date edition
🎤 Context
Since the timeline (#119) has been introduced, announcements can be related to an event in the future. On announcement creation or edition users can set a date.
✌️ Possible Implementation
Add a new columnannouncement_event_date
inannouncements
tableAdd a announcement event date field in create and edit announcement formsSet existingcreated_at
as default value for announcement event date👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!
Edit:
The text was updated successfully, but these errors were encountered: