-
New issue
»management view should be sorted by datetime«
added by T. Kim Nguyen
-
currently showing people signed up in no particular order - should be sortable or at least sorted by datetime
Added 306 day(s) ago.
-
New issue
»combine management views that show slightly different data«
added by T. Kim Nguyen
-
One view shows people signed up along with the date and time they signed up. The other view shows who is on the waiting list, but not the date and time they signed up.
Should combine these data elements into a single view, to avoid confusing signup sheet owners.
Added 306 day(s) ago.
-
New issue
»send only one waiting list notification email, not three«
added by T. Kim Nguyen
-
If a slot is full and there is someone on the waiting list and you cancel someone, the person next on the waiting list gets three email messages. That person should get only one.
Added 306 day(s) ago.
-
New issue
»Add location to TimeSlot information«
added by Marshall Scorcio
-
Michelle requested adding a per TimeSlot location field, because some of her future classes might be in non-standard locations. She also wants the location field to be included in the confirmation email.
Added 511 day(s) ago.
-
New issue
»Automatically sign-up a manually added person if possible«
added by Marshall Scorcio
-
When a person is manually added to a timeslot their initial state is "Waiting". And the manager who added them must remember to transition their state to "Signed up" if their is room for them.
This should ideally happen automatically.
Added 546 day(s) ago.
-
New issue
»Users can create multiple days with the same date«
added by Marshall Scorcio
-
If a user adds more than one day with the same date to signup sheet, then users cannot register for slots in the second day object.
I think the best solution is to disallow creating a day if one with the same date already exists.
Added 556 day(s) ago.
-
New issue
»Merge confirmation emails«
added by Marshall Scorcio
-
Instead of sending an individual conformation email for each registration. Merge them all into one email.
Added 558 day(s) ago.
-
New issue
»Separate columns in .csv file«
added by Marshall Scorcio
-
When exporting to a .csv file split the Extra Info field into three separate columns (phone, class, dept).
Also, split Class Name and Time into separate columns.
Added 729 day(s) ago.
-
New issue
»Send cancellation notification«
added by Marshall Scorcio
-
When a user is removed from a signup sheet the product should send them an email notifying them of the change.
Note: zope.app.container.interfaces.IObjectRemovedEvent gets called three times when an object is removed. We do not want to send three emails.
Added 734 day(s) ago.
-
New issue
»Remove use of Manager role«
added by Marshall Scorcio
-
Brian wants users to be able to create/manage signup sheets without being administrators.
Rough plan:
* make installer creat "uwosh.timeslot: Manager" role and group
* change the product permissions to look for the new timeslot Manager role instead of the plone one
I remember attempting this before but I ran into difficulties somewhere. It is probably more difficult than it looks...
Added 761 day(s) ago.
-
New issue
»Allow manager to "unregister" user«
added by Brian Ledwell
-
From the details that are shown after a manager chooses a registered user you should have a link there to "unregister" the person from that slot.
Added 951 day(s) ago.
-
New issue
»State:signed up bug«
added by Brian Ledwell
-
Get an error message with the following text..
Debugging Notice
Zope has encountered a problem publishing your object.
Cannot locate object at: http://cmf2.it.uwosh.edu:8080/[…]/placeful_workflow_configuration
Added 951 day(s) ago.
-
New issue
»Add new link«
added by Brian Ledwell
-
Add a link under "<title> reservation" called "view my reservations" link that to a page that shows a users slots their signed up for. Make sure its there for all user signed in or not so that it prompts them to log in after they select it.
Then
remove the list of what the user is signed up for from the general "view"
Added 951 day(s) ago.
-
New issue
»Add Field to "add timeslot" dialoug«
added by Brian Ledwell
-
Im thinking that a user whose searching for a class to take wont care about the time as much.. they care about the name of the class.. so.. id consider adding a optional field "add new - timeslot" dialoug that is labled "Name". (screenshot below)
Then add "name" to the table for the reservation if it has been used. Id probably add some text for managers something along the line "if your going to use the "name" field use it for every timeslot you add. or better.. when you add a new "signup sheet" add a checkbox requesting the user if they are going to use Names as well as Times.. if thats checked then make "name" a required field.
Added 951 day(s) ago.
-
New issue
»Collapse list of registrants«
added by Brian Ledwell
-
Much like collapsing the details of the days Id consider collapsing the people who are signed up. So when a manager is interested in viewing a day the select the "expand" icon. Then they see the timeslots with an "expand" icon they choose the one their interested in and can then see the registrants.
Added 951 day(s) ago.
-
New issue
»Remove unnecessary tabs and text from manager view«
added by Brian Ledwell
-
I think I mentioned a couple of these in previous feature request.. but Id remove the following because they really dont apply from the ManagerView
remove
-Contents (provided that you add an edit button to view)
-Rules (nobody using this understands this)
-Sharing (? i wonder if this is necessary)
-Export to CSV (add it to manager summary instead)
-Remove all People (add it to manager summary instead)
Remove
-actions
-display (unless you can use it to display all day from today forward which would be cool. Ill add feature request, its really fairly useless in this context)
Added 951 day(s) ago.
-
New issue
»Move "export CSV"«
added by Brian Ledwell
-
Remove the "export csv" tab and add that to the "manager summary" area. I think it would be expected to be here rather than in the edit tab.
Added 951 day(s) ago.
-
New issue
»Add expand collapse button to the Manager Summary«
added by Brian Ledwell
-
Instead of having all the days and the details showing on the "manager summary tab" add an "expand and collapse button" to the H3 (look at the history on a normal plone site for the functionality). This will allow you to initially show only the days (not the times) when a manager needs to see the summary of a day they can choose the "+" symbol (or what ever icon u want) to see the details of the days.
could do this via css if you like.
Added 951 day(s) ago.
-
New issue
»Add edit button to Schedule«
added by Brian Ledwell
-
When your on the view of a schedule folder that has day objects in it. Those days are displayed as headers (h3) in a table. If a manager is logged in add an "edit" link to each day so that the manager does not have to go to the "contents" tab then to the "folder" to edit the object.
This will allow you to remove the "contents" tab all together making the manager interface less messy and less confusing.
might not be a bad idea to also add an "edit" next to the days as well.
Screenshot of what im thinking is attached
Added 951 day(s) ago.
-
New issue
»Selection of multiple slots«
added by Marshall Scorcio
-
Michelle wants a user to be able to select multiple slots and sign up for them all at once.
Maybe this should be a signup sheet option? Like: "Only allow one slot?".
Then it would switch between checkboxes/radio buttons and would decide whether to allow multiple signups to one signupsheet.
Added 990 day(s) ago.