-
Notifications
You must be signed in to change notification settings - Fork 57
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: add Optional countdown for e.g. deadlines #149
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.
@merefield Generally looks ok, however I'm still not convinced there isn't something in Discourse we could be using for the countdown display itself. See my comments.
db/migrate/20240905012439_add_deadline_to_discourse_events_events.rb
Outdated
Show resolved
Hide resolved
@merefield The issue was that you had added deadline as an attribute to the basic event serializer, however it was no longer an attribute on the model. |
@merefield I took the opportunity to review the UI, and I think it still needs a bit more tweaking, in addition to anything arising out of my question concerning the use of core components.
|
resolved through recreation of DB |
@merefield I'm seeing a new exception when changing the timezone when editing an event. See this video: https://www.loom.com/share/a2b9987eccf249b59b2603cd053ebbec?sid=714ec1ef-b013-4302-88b2-5b426d048713 |
thanks Angus, I'll take a look |
@angusmcleod that should be fixed now, apologies. |
should be resolved
…On Thu, Sep 19, 2024 at 9:22 AM Angus McLeod ***@***.***> wrote:
@merefield <https://github.com/merefield> Some minor style feedback
https://www.loom.com/share/1c3556960faf43d8b8d2d56ab632bbfc?sid=f81265cc-4839-4b7d-8b9f-b7a639a041e7
—
Reply to this email directly, view it on GitHub
<#149 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIPDD6EAO4MEC4EJAHZQLELZXKCTHAVCNFSM6AAAAABONALYGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQGMYTCOBYGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@merefield Thanks. Just doing some more checking I see that the events with deadlines in the calendar popovers need some style improvements. The addition of the deadline squishes the content too much. Once that's addressed I'll merge this. |
I'm wondering if I simply don't show them in this view? Would that be acceptable? |
@merefield Maybe just push it to the next line in this view? It may be better to have consistency across all appearances of the event label. |
@merefield Thanks. Approved. |
thanks for the review and merge @angusmcleod ! |
Adds an optional "deadline" option to event setup:
That presents a countdown on the Topic List (and Topic):
gjs