Closed
Bug 441986
Opened 14 years ago
Closed 13 years ago
[ko] Add Daum Calendar to webcal protocol handler for Firefox 3.0.1
Categories
(Mozilla Localizations :: ko / Korean, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: channy, Assigned: channy)
Details
(Keywords: productization, uiwanted, Whiteboard: needs user experience OK)
Attachments
(1 file)
1.13 KB,
patch
|
Details | Diff | Splinter Review |
After Bug 407938, new service provider was implemented for webcal protocol. Daum Calendar did as following url: http://calendar.daum.net/import/calendar?refer=ff&import_url=%s
Attachment #326865 -
Flags: approval1.9.0.1?
Assignee | ||
Comment 1•14 years ago
|
||
This was already implemented in late May. If you have any problem, you can contact as following person too. Technical contact: Dongwan Kim - dongwanzzang@daumcorp.com
Comment 2•14 years ago
|
||
pike, is this is on you now? channy, have you tested the feature?
Whiteboard: needs-pike
Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2) > pike, is this is on you now? > channy, have you tested the feature? > On testing, there is some problem. 30boxes didn't require user login, but Daum calendar did. Does it have not to require login to show calendar?
Comment 4•14 years ago
|
||
hmm that's a good question about log in - i don't think i've encountered that before. pike have you?
Comment 5•14 years ago
|
||
Channy - If the web service requires login, then the web service should redirect the user to a login page. After the login is successful, redirect back to the original URI sent from Firefox. Firefox does nothing to help with the login process. The web service is responsible for determining if the current user is already logged in or not (cookies, session data - whatever). This should be no different than if a user clicked on a link to the calendar from an email or other website - the web service will check to see if the user is logged in before displaying the calendar. If the user is not logged in, the website will redirect to a login page, then show th calendar after login is successful.
Assignee | ||
Comment 6•14 years ago
|
||
Mark, Thanks for your comment. Of course, I know what you say. I mean web services for mailto handler need to be logged in for edit page. But, for webcal handler, 30boxes doesn't need to do and just show imported calendar. In case of Daum Calendar, it needs to login and if user is logged in or success to login, it redirects to web page that shows imported calendar. My question is what requirement is for webcal handler for loggin process.
Comment 7•14 years ago
|
||
Ahh, you are asking from a policy standpoint, not a technical standpoint.
Updated•14 years ago
|
Whiteboard: needs-pike → needs-mic
Comment 8•14 years ago
|
||
I didn't realize that 30boxes was working without an account ;-), but I guess that it does is a good thing. Not sure what our guideline should be here.
Comment 9•14 years ago
|
||
let me do some more digging here (talk with betlzner on this as well) for policy side and get back to you. channy this may take me until middle next week as folks are away on my side until then. is that ok?
Assignee | ||
Comment 10•14 years ago
|
||
Mic, please let you do. In my opinion, webcal handler has better show calendar directly without no actions such as loggin and import. It's suitable action for purpose of webcal. provider can make a button for loggin and importing. In result of Daum calendar, they said to me that it can be done, but it takes more time to implement public calendar.
Comment 11•14 years ago
|
||
Mike, I know that Mic wanted to get your input on the UE here, not sure if that came up. Short summary, Daum's webcal requires user auth, while 30boxes doesn't, is that OK? If we need more time to make up our mind, we should push this out to 3.0.2.
Updated•14 years ago
|
Attachment #326865 -
Flags: approval1.9.0.1? → approval1.9.0.2?
Updated•14 years ago
|
Summary: Add Daum Calendar to webcal protocol handler for Firefox 3.0.1 → [ko] Add Daum Calendar to webcal protocol handler for Firefox 3.0.1
Comment 12•14 years ago
|
||
Comment on attachment 326865 [details] [diff] [review] Add daum calendar as webcal handler.patch Putting a review request on beltzner for the UE guidance. See comment 6 for details.
Attachment #326865 -
Flags: approval1.9.0.2? → review?(beltzner)
Comment 14•13 years ago
|
||
Resolving this incomplete, please reopen if this is still valid.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Updated•13 years ago
|
Attachment #326865 -
Flags: review?(beltzner)
You need to log in
before you can comment on or make changes to this bug.
Description
•