diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index f2883a687..ff39769ef 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,3 +1,5 @@ +- [News](./news.md) + ### DOCUMENTATION - [Introduction](./introduction.md) @@ -22,7 +24,8 @@ - [Sharing your analysis](./share_analysis.md) - [How to search](./search.md) - [Workflows](./workflows.md) - +- [Collections](./collections.md) +- [Admin panel](./admin.md) ### Tutorials diff --git a/docs/admin.md b/docs/admin.md new file mode 100644 index 000000000..b6d3f3d7c --- /dev/null +++ b/docs/admin.md @@ -0,0 +1,19 @@ +# Admin panel + +The admin panel lets you access existing schemas for your collaboration to either view or edit them, as well as create new schemas or import them from JSON files. It is only accessible by users with admin privileges in the collaboration. + +If you have such privileges, you can access the admin panel at https://analysispreservation.cern.ch/admin or by clicking on the _Admin_ button at the bottom right of the screen in CAP. + +The tools available in the admin section are listed below. + +## Schema viewer + +The schema viewer displays the JSON schemas and lets you do manual changes to certain parts of them. You can use the diff view to see your changes, and you can easily revert or save them. + +## Form builder + +The form builder is a powerful tool which makes it easy to interactively create and edit forms. It includes a **tour** that we encourage you to follow in order to understand the basics of the tool. The tour is automatically run on your first visit to the admin, and can be run manually whenever you needed by clicking on the _Tour_ button in the bottom right corner of the form builder. + +## Notifications + +The notifications tab allows you to define notifications for a given category. You can add as many notifications as you want, each of them with a different content and addressed to different people. The email notifications can contain information directly extracted from the form, using the provided _context options_. diff --git a/docs/collections.md b/docs/collections.md new file mode 100644 index 000000000..7a9f76c33 --- /dev/null +++ b/docs/collections.md @@ -0,0 +1,8 @@ +# Collections + +The collections page is a centralized place from which you can access all drafts and published records for that collection, being able to **filter** by version. + +It contains a **permissions** table showing all permissions assigned to users, which are applied globally to all records in the collection. +Each entry indicates the type of the user (egroup or user), and its permissions for read, create, review, update and admin, for both drafts (D) and published records (P). + +Admins are also able to define a **readme** for the collection, which can be useful to provide some instructions for other members of the collaboration. diff --git a/docs/introduction.md b/docs/introduction.md index 4a78987dc..914c738ff 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -12,6 +12,8 @@ Find our contact information [here](./support.md). ## Overview +- [News](./news.md) + ##### DOCUMENTATION - [Introduction](./introduction.md) @@ -34,6 +36,8 @@ Find our contact information [here](./support.md). - [Sharing your analysis](./share_analysis.md) - [How to search](./search.md) - [Workflows](./workflows.md) +- [Collections](./collections.md) +- [Admin panel](./admin.md) ##### Tutorials @@ -50,6 +54,7 @@ Find our contact information [here](./support.md). --- - [FAQ](./faq.md) +- [Glossary](./GLOSSARY.md) - [Related Projects](./related-projects.md) --- diff --git a/docs/news.md b/docs/news.md new file mode 100644 index 000000000..e61459078 --- /dev/null +++ b/docs/news.md @@ -0,0 +1 @@ +# News diff --git a/ui/cap-react/index.html b/ui/cap-react/index.html index e289942cf..ae5a6be90 100755 --- a/ui/cap-react/index.html +++ b/ui/cap-react/index.html @@ -9,6 +9,8 @@
+ +