Closed (duplicate)
Project:
Event Repeat
Version:
master
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2005 at 16:03 UTC
Updated:
15 Jun 2006 at 09:16 UTC
I just tried the eventrepeat module on the testing site. Here are some first thoughts:
After discussing the eventrepeat module with my friend we agreed that one of the major differences between eventrepeat and other recurring events in other systems is that it is more common to get the repeat selections (days, months, days of the month, etc) specific to the type of repetition that was chosen. The presence of all of the parameters at once is overwhelming. In terms of solutions there are a few I can think of:
Comments
Comment #1
hunmonk commentedfirst off, i know the UI sucks :)
so i appreciate the suggestions. let's see...
1. infinite repeat is possible, just don't set an end date or count
2. i also have come around on the repeat tab, so i'll move it in my next round of updates
3. a lot of those dropdowns would be better as textboxes in terms of flexibility, and we be a lot nicer on the eye. i orginally used those b/c i didn't want RRULE stuff to be entered manually--it seemed a bit tricky, plus then there was validation to contend with. i don't really want to move to textfields totally. now i'm thinking of maybe some javascript help. we'll see...
4. i like the robustness of the repeat patterns--it's the most powerful and flexible recurrance tool that i've seen, but it's also complicated. so i'm still working on the best way to retain all that without causing a user hemmorhage... :P
5. it's good that you didn't make it to the exceptions, b/c that's broken atm. :)
Comment #2
dado commentedI think a wizard-like approach might be the best in terms of usability. As in
A. Does this event repeat at the same time of day, at regular intervals (weekly, etc.)?
or
B. Does this event have a list of dates in no particular order?
Each question is a link that takes to a different form.
Next form for option A:
Enter first start date+time (pre-populated with the start date initially entered)
Enter end start date+time (ditto)
Enter number of events
...or...
Enter the last date+time
Enter frequency of repeating
Form after link B would have a list of ~10 date fields with a link to add more.
Etc.
Comment #3
hunmonk commentedi would be in support of a wizard approach if it wasn't too many pages. i don't have time to code that now, but if somebody submits a patch for that i'll put it in.
Comment #4
jiggonaut commentedSince yesterday I have got the eventrepeat module in use and for every repeat date there is a new node created - is this correct?
Comment #5
robby1066 commentedI'm wondering if there isn't a way to hide the advanced options with a collapsible fieldset? I have some users that I KNOW will be intimidated by the size of the repeat form, and will most likely just want to set their events to "weekly" or "monthly". If I'm not mistaken, one doesn't need to set an end date, interval, etc if they don't want to, so it seems appropriate to be able to minimize those for the user. It seems like a fairly easy thing to code. I'd be willing to work on a patch if there was interest in it.
Comment #6
hunmonk commentedyes, definitely interested in a patch that would make the UI simpler, and i had also had the thought of a collapsible fieldset for more advanced options. i think this would mainly be a stopgap measure until a complete redesign happens, but it would certainly help. that said, here's what i think should _not_ go in the advanced options:
i think we can safely fold everything else up.
Comment #7
hunmonk commentedmarking as a duplicate of http://drupal.org/node/67823