blob: 296a9c21fd26e10b455036f0349e577ecc2dcad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Edit Dataset Metadata
## Tags
* assigned: bonfacem
* priority: high
* type: editing
* keywords: metadata editing
## Description
Currently, we can only showcase dataset metadata. This task involves adding a new feature to edit dataset metadata and integrating authentication features.
Some useful resources are:
Alex' work:
=> https://ace.c9.io/#nav=howto Ace JS HOWTO
=> https://github.com/Alexanderlacuna/geditor-UI/ geditor-UI
Chosen RTF editor is CKEditor v4.13.0
* [X] Replace QuillJS with CKEditor
* [X] Check out ckeditor and make it work
* [X] Add extra endpoint for metadata authorisation
* [ ] Create migrations for metadata resources table
* [ ] Create UI for linking metadata resources to groups
* [ ] Add extra RDF nodes to link the git resources to metadata
|