blob: 146fa4bb3aa43b08282622782dcb245ba5d1b840 (
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] Generate diffs
* [ ] SQL function to save
* [ ] RDF Query to save
* [ ] Integrate auth work
|