Zeruell / ppx-raidplaner

Automatically exported from code.google.com/p/ppx-raidplaner
0 stars 0 forks source link

Create raid onClick of day in calender view #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you are used to work with Google calender or similar software, you 
instenctivly try to click on a day in the calender view, to open the raid 
creation window.

Currently you have to click on "+" icon, to get to the raid creation date. Even 
in the ingame calender you can right click on a day in the calender view and 
directly get to the creation window. In my opinion that should work in a 
similar way.

Version 0.97b

Original issue reported on code.google.com by draesa...@gmail.com on 15 Apr 2013 at 8:37

GoogleCodeExporter commented 9 years ago
Try double-clicking on a date.

Original comment by arne.cl...@gmail.com on 15 Apr 2013 at 10:09

GoogleCodeExporter commented 9 years ago
As a quick explanation:
In the raidplaner double click always has the meaning of "shortcut".
Currently there are two shortcuts
- Raid create (double click on a date)
- View raid (double click on a raid icon)

There used to be a third one before the raid setup has been rewritten.
I chose double click over single click as the latter is often already set on an 
element (e.g. the raid icon).

Original comment by arne.cl...@gmail.com on 15 Apr 2013 at 10:18

GoogleCodeExporter commented 9 years ago
Is there a possibility to edit the date for the Raids? Ok, double click didn't 
come into my mind, sorry.

Original comment by draesa...@gmail.com on 15 Apr 2013 at 11:30

GoogleCodeExporter commented 9 years ago
No, moving a raid is not supported.
Short story: I just could not find an elegant solution, yet.

Long story:
I started on the topic several times and dropped it every time because there 
are several open questions and possible UX inconsistencies with this.

- What happens with already attended users? The only "safe" way is to remove 
them.
- How do those people know that they have to re-assign? They already did sign 
up, so no need to sign up again.
- When all those people are removed anyway, how is this different from 
delete/recreate?
- Would it be a good idea to leave the old raid and mark it as "deprecated" so 
people know what happened?
- A natural way to move raids would be using drag and drop
  - How to get to the next month?
  - How to make sure dragging does not happen by accident (remember it removes all users)
  - How to change the time? That would require going to the raid and change it there

There are some more smaller questions on the topic, but I guess it draws a good 
picture why I sticked to "hell, just delete and recreate the raid" until now.

Anyway. Your request made me think about the topic again, so I'll put it on the 
list of things to do after 1.0.

Original comment by arne.cl...@gmail.com on 15 Apr 2013 at 7:10