1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 18:04:53 +09:00

Update FEDERATION.md to mention inbox and outbox view being available now

This commit is contained in:
fr33domlover 2019-05-26 11:33:41 +00:00
parent 18e9c16afb
commit 85777fa381

View file

@ -23,12 +23,13 @@ For more details, read below.
will have it delivered to them too. will have it delivered to them too.
* If you comment on a ticket, you automatically become a ticket follower, and * If you comment on a ticket, you automatically become a ticket follower, and
all future comments on the ticket will be delivered to your inbox. all future comments on the ticket will be delivered to your inbox.
* User outboxes exist in the database, but their web pages aren't implemented, * You can see users' outboxes.
returning an error * You can see your inbox.
* If you create a project, all comments on all tickets of the project will be * If you create a project, all comments on all tickets of the project will be
delivered to your inbox. delivered to your inbox.
* There are no notifications in the UI, so if you want to see your inbox, * There is UI for notifications about comments on tickets you commented on or
you'll need to browse to it. See below. whose projects you created. However there's no JS to display them in
real-time and no email integration.
The ticket comment UI allows to see tickets and comments, and if you're logged The ticket comment UI allows to see tickets and comments, and if you're logged
in, you can post new comments. If you wish to post a comment on a ticket hosted in, you can post new comments. If you wish to post a comment on a ticket hosted
@ -54,6 +55,11 @@ A page that displays your personal inbox. It should list all ticket comments on
projects you've created and and ticket comments on tickets you previously projects you've created and and ticket comments on tickets you previously
commented on. commented on.
`GET /s/joe/outbox`
A page that displays your personal outbox. It should list all the activities
you're published, all ticket comments you've made.
## POST endpoints ## POST endpoints
`POST /s/joe/outbox` `POST /s/joe/outbox`