Currently, this api endpoint for allura returns a 200k line (when formatted) json responce. We should evaluate the need for the existance of the endpoint. If we need it, we should paginate the results.
Offhand I can't think of a need for it. Same goes for the HTML version of _discuss
_discuss
So do I understand it correctly that we should just go ahead and delete this endpoint?
Yes. URLs that have something after _discuss like /_discuss/moderate or /_discuss/thread/asdfasdf we still need though.
/_discuss/moderate
/_discuss/thread/asdfasdf
Closed #842. ib/7943
ib/7943
Also removed the WidgetConfig's discussion and discussion_header references, now that they are unused.
WidgetConfig
Log in to post a comment.
Offhand I can't think of a need for it. Same goes for the HTML version of
_discuss
So do I understand it correctly that we should just go ahead and delete this endpoint?
Yes. URLs that have something after
_discuss
like/_discuss/moderate
or/_discuss/thread/asdfasdf
we still need though.Closed #842.
ib/7943
Also removed the
WidgetConfig
's discussion and discussion_header references, now that they are unused.