diff options
author | Munyoki Kilyungi | 2023-03-16 12:06:35 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-03-16 12:06:35 +0300 |
commit | ce636db17d79eabe58352d895af95df810a54942 (patch) | |
tree | 9eda07a7616c8799927928c16c7f30b9ffcbf0c2 /issues/fix-case-attribute-editing.gmi | |
parent | 08d350bab237ece0ee2d71ca561d334b7c5d832b (diff) | |
download | gn-gemtext-ce636db17d79eabe58352d895af95df810a54942.tar.gz |
Add new issue wrt fixing case attributes edits
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'issues/fix-case-attribute-editing.gmi')
-rw-r--r-- | issues/fix-case-attribute-editing.gmi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/issues/fix-case-attribute-editing.gmi b/issues/fix-case-attribute-editing.gmi new file mode 100644 index 0000000..3a9e05d --- /dev/null +++ b/issues/fix-case-attribute-editing.gmi @@ -0,0 +1,24 @@ +# Editing Case Attribute + +## Tags + +* assigned: bonfacem +* type: bug +* keywords: case attributes, data editing + + +The Metadata and Data Editing Form has several issues that need to be addressed to improve user experience and functionality. The following improvements are required: + +* Data editing options should be more prominent and highlighted as a separate section. +* Improve the current data editing option text, which is cryptic and unclear, to enhance user experience. +* Include metadata (E.g. index, trait name, date of export, and user ID) in the exported file's header. +* Ensure the index order is the same as that shown in default mode by GN. +* Provide clearer feedback on successful submission of edited data, and fix any issues that cause incorrect or messy data after submission. + +UI/UX is a recurring theme in this task, and attempts have been made in the past. This being a big issue, this should be addressed as a separate issue entirely. + +Other related issues: + +=> /issues/consecutive-crud-applications-when-uploading-data + +=> /issues/fix-case-attribute-work.gmi |