Closed (fixed)
Project:
Drupal.org customizations
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Oct 2022 at 01:04 UTC
Updated:
28 Dec 2022 at 22:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hestenetComment #3
hestenetComment #4
hestenetWork in progress on this feature is here:
https://caleb-drupal.dev.devdrupal.org/community/events/dates
(htaccess - user: drupal / pass: drupal)
Comment #5
hestenetOne of the feature requests from event organizers in Slack was to attach a CSV export to this as well.
Comment #6
hestenetAlso needs status column: 'proposed, confirmed, canceled' etc
Comment #8
froboy@crawleyhost this is very exciting! We're discussing at our EOWG meeting and a few initial thoughts/requests:
Additional columns:
- Event Type
- Country/Continent (not sure about this, but some filterable location would be nice)
Exposed filters:
- Filter by title
- Filter by type
Sorting:
- Sortable columns should be sortable (at minimum, Start Date)
- Default sort: Start Date, descending from newest to oldest
Also, having the standard view summary ("Showing __ of ___ events") would be nice for us when trying to get data out of it.
Finally, @seantwalsh suggests the filters could be more like facets on the side, similar to https://www.drupal.org/community/events/past-events?field_event_type_val..., although keeping them on the top might give more width to let the table expand.
Thanks for your work on this! Looking forward to seeing it develop.
Comment #9
kclarkson commentedThis is sooooo Amazing!! Great work.
1. The width of the page - Would be nice to have the table full page width so we can view columns
2. CSV Export View - Add a view that allows us to export all of the events. This way we can geek out with our own spreadsheets.
3. Filter by Continent and Country would be good
4. Timezone Display - Can we get this set to our browsers time zone?
Comment #13
b_manThis has been deployed and can be found here: https://www.drupal.org/community/events/date-check
Comment #14
johnpicozziThis is looking really good. Found a bug when filtering by DrupalCamps, US, and Proposed. The reset button repeats and only the last one works.
Using Firefox on a Mac.
Comment #15
b_manThanks for the report, would you be able to give me your browser version? I'm unable to reproduce that issue on my end.
Comment #16
drummMarking fixed since everything is deployed.
If this is reproducible, also try without Dreditor, or any other extensions, and open a new issue with the specific details.
Comment #17
johnpicozziAn update - Disabling Drerditor resolves the issue noted above with multiple reset buttons.
Comment #18
drummWe have change Drupal.org’s behavior to work well with Dreditor in the past, however this is all from stock Drupal modules. The Reset button is likely added via the Drupal JS behaviors API, which Dreditor invokes multiple times, without something preventing it from being attached twice. This is likely done in Views, so it should be fixed upstream.
I believe we haven’t seen this before since most Views on Drupal.org are configured to not have the exposed filters reset button. Removing it should also be a doable option.