You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell if the signed in user has moderation capabilities over Content
For single comment requests (/api/comments/{comment_id} & /api/post-comments/{comment_id}), add a property containing the original post so it can be previewed above the comment itself.
Missing Endpoints
List the activities of Content (meaning who upvoted and boosted)
Filter magazines by abandoned (this could just be another filter on the already existing /api/magazines endpoint).
Request to become mod of a magazine
Request to become owner of abandoned magazine
View, accept, and deny magazine mod requests
List the magazines a user is a mod of
Tell what Content a user has boosted
A combined overview of a person's Content, just like how Mbin profile pages combine their threads, microblogs, and comments together in one tab.
Current issues
The PUT /api/moderate/magazine/{magazine_id} route (edit magazine) does not let you provide an empty description.
If you need help deciding exactly how to implement some of these, I'd be willing to give examples (also taking inspiration from Lemmy).
The text was updated successfully, but these errors were encountered:
Here's a non exhaustive list of missing items/endpoints from the API that would be quite useful.
I'll add to this list once I run into more walls.
Also, whenever I say Content, I mean: thread/microblog/post/comment.
Missing Properties
isAdmin
andisGlobalModerator
fields to user api response #1044canAuthUserModerate
#1043/api/comments/{comment_id}
&/api/post-comments/{comment_id}
), add a property containing the original post so it can be previewed above the comment itself.Missing Endpoints
/api/magazines
endpoint).Current issues
PUT /api/moderate/magazine/{magazine_id}
route (edit magazine) does not let you provide an empty description.If you need help deciding exactly how to implement some of these, I'd be willing to give examples (also taking inspiration from Lemmy).
The text was updated successfully, but these errors were encountered: