Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Comments Web Client Representation #20267

Closed
4 of 5 tasks
blizzz opened this issue Nov 3, 2015 · 7 comments
Closed
4 of 5 tasks

File Comments Web Client Representation #20267

blizzz opened this issue Nov 3, 2015 · 7 comments

Comments

@blizzz
Copy link
Contributor

blizzz commented Nov 3, 2015

Contributes to #16328

@nickvergessen @blizzz @DeepDiver1975 @jancborchardt

@blizzz blizzz added this to the 9.0-current milestone Nov 3, 2015
@nickvergessen
Copy link
Contributor

flat list first, but hierarchy will be kept to be able to change this

had a short discussion in the office here. This will be a nightmare on sorting. Get the last 3 comments, what happens when the parent does not exist in this set of 3 items, how do we display them? What happens when the number of parents is 1000 (all nested), etc....

Just skip it for now.

not shown on public page

Also applies to federated shares then?

@blizzz
Copy link
Contributor Author

blizzz commented Nov 3, 2015

not shown on public page

Also applies to federated shares then?

Federated shares are not public per se. If we can get it working without much trouble I think it is worth to show them in this case as well. Other opinions?

@nickvergessen
Copy link
Contributor

Well we have a different set of user's.
I see @mentions flying to randomly and wrong users and also the current user is empty and unidentifyable: #13739

@jancborchardt
Copy link
Member

Federated shares are comparable more to internal shares than public shares I’d say. For federated shares I’d definitely expect the comments to show.

Not necessarily something for the first step of course – but from a product design standpoint I’m always wary of introducing features which don’t work everywhere as expected (on mobile as well for example). Since we advertise federated sharing, and will advertise comments as well, comments should work for federated shares.

And just as a nice background read: How to display threaded discussions on the web
We’ll do a flat list first though.

@blizzz blizzz mentioned this issue Dec 4, 2015
7 tasks
@PVince81
Copy link
Contributor

@blizzz have a look at system tags implementation to see how to define Webdav-compatible backbone collections:

sync: OC.Backbone.davSync,

The dav properties mapping is done inside the model:

(if you want it, it's more convenient)

Also: need to figure out how to make it easier to do a Webdav REPORT call from JS. (I'll have a look at this)

@PVince81
Copy link
Contributor

Comments have been implemented.

@lock
Copy link

lock bot commented Aug 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants