From 6ee20b10384b9bbab1447588e5e649f0bf785651 Mon Sep 17 00:00:00 2001 From: Alessandro CERIONI <acerioni@grandlyon.com> Date: Tue, 4 Feb 2020 12:58:36 +0100 Subject: [PATCH] Update drafts.md --- docs/components/custom-apps/web-app/drafts.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/components/custom-apps/web-app/drafts.md b/docs/components/custom-apps/web-app/drafts.md index 39c2403..8263d5e 100644 --- a/docs/components/custom-apps/web-app/drafts.md +++ b/docs/components/custom-apps/web-app/drafts.md @@ -1,5 +1,7 @@ # Drafts -This page is dedicated to the users belonging to the `ghost-editors` group. +This page presents a card per post in draft status. Such draft posts can be retrieved from the search engine by applying a filter (**which one**?). -The purpose of the page is to list non published articles. Each article is presented with its image cover, title and the last modification date and are clickable. Clicking on an article redirects to the article's page and so we are able to preview it as it will be displayed once published. Thereby we can anticipate any display bug before the publication of the article. +Each card includes the article cover image, title and the last modification date. The click on a card allows the user to navigate to a page where the concerned post is displayed as if it were actually published (cf. **TODO: link to the documentation of the article page**). + +This page is only accessible to the members of a dedicated user group. configured through the [API Gateway](../../off-the-shelf-apps/api-gateway.md) and its ACL plugin. We refer the reader to [this page](../../../miscellaneous/nestjs-micro-services.md) for further information about how user authorizations are implemented. \ No newline at end of file -- GitLab