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.
* 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.
* User outboxes exist in the database, but their web pages aren't implemented,
returning an error
* You can see users' outboxes.
* You can see your inbox.
* If you create a project, all comments on all tickets of the project will be
delivered to your inbox.
* There are no notifications in the UI, so if you want to see your inbox,
you'll need to browse to it. See below.
* There is UI for notifications about comments on tickets you commented on or
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
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
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 /s/joe/outbox`