Closed Arood closed 4 weeks ago
-1. Fixed -2. The library used isn't very responsive in this way as it's rendering svgs on the fly, but I found a configuration to extend the "padding" used, so it looks better on most common screen sizes -3-5. Added error handling now, opted to use the notification store to display any date interval errors so the view can still be used without it crashing. -6. Fixed -7. Should be fixed, seemed to be a CSS issue
Any update on 5, 6, and 7 @Arood ?
@phazonoverload oh, didn't notice that Github ruined my formatting, they are all done
All points aside from 6 look to be fixed/addressed.
https://github.com/user-attachments/assets/78453e5b-a7a9-40f4-ac40-c34603c26f5f
start_date
and end_date
are not set. If only one is not set then the notice displays as expected and everything works.@ComfortablyCoding I noticed when testing that the issue might appear when using a Datetime-type, but it works as intended with Timestamp. Which seems to make sense as Datetime doesn't contain any timezone information, so I need to handle that. Does that description match your collection setup when testing?
@ComfortablyCoding I noticed when testing that the issue might appear when using a Datetime-type, but it works as intended with Timestamp. Which seems to make sense as Datetime doesn't contain any timezone information, so I need to handle that. Does that description match your collection setup when testing?
Yes, that does seem to be the case.
What's left to get this finished? It's running a bit behind.
What's left to get this finished? It's running a bit behind.
The issues outlined in https://github.com/directus-labs/extensions/pull/45#issuecomment-2325232688
Oh, I was just looking at this and sent a new update :)
I believe I figured out how to fix the date issue, thanks for confirming the issue @ComfortablyCoding
Regarding the errors I adjusted so the error shows once per set of items that errored (stored in sessionStorage so it resets for each session).
Oh, I was just looking at this and sent a new update :)
I believe I figured out how to fix the date issue, thanks for confirming the issue @ComfortablyCoding
Regarding the errors I adjusted so the error shows once per set of items that errored (stored in sessionStorage so it resets for each session).
Sounds good, should issue #3
regarding the app crashing be addressed as well in the last update?
@ComfortablyCoding Ah sorry, I missed that one. Should be easy enough to add a check there though, I'll fix it in a few mins
@ComfortablyCoding there we go! Added another error notification, handled the same way as the invalid date interval error
I'm sure you got this, but we held this back to release in October's set. :)
Adds a Gantt Chart Layout to Directus.
Notes: